public interface

XSMultiValueFacet

implements XSObject
org.apache.xerces.xs.XSMultiValueFacet

Class Overview

Describes a multi-value constraining facets: pattern and enumeration.

Summary

Public Methods
abstract XSObjectList getAnnotations()
A sequence of [annotations] or an empty XSObjectList.
abstract short getFacetKind()
The name of the facet, i.e.
abstract StringList getLexicalFacetValues()
Values of this facet.
[Expand]
Inherited Methods
From interface org.apache.xerces.xs.XSObject

Public Methods

public abstract XSObjectList getAnnotations ()

A sequence of [annotations] or an empty XSObjectList.

public abstract short getFacetKind ()

The name of the facet, i.e. FACET_ENUMERATION and FACET_PATTERN (see XSSimpleTypeDefinition).

public abstract StringList getLexicalFacetValues ()

Values of this facet.