Package org.apache.xerces.xs
Interface XSMultiValueFacet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSObjectListgetAnnotations()A sequence of [annotations] or an emptyXSObjectList.ObjectListgetEnumerationValues()A list of XSValue objects.shortgetFacetKind()The name of the facet, i.e.StringListgetLexicalFacetValues()Values of this facet.-
Methods inherited from interface org.apache.xerces.xs.XSObject
getName, getNamespace, getNamespaceItem, getType
-
-
-
-
Method Detail
-
getFacetKind
short getFacetKind()
The name of the facet, i.e.FACET_ENUMERATIONandFACET_PATTERN(seeXSSimpleTypeDefinition).
-
getLexicalFacetValues
StringList getLexicalFacetValues()
Values of this facet.
-
getEnumerationValues
ObjectList getEnumerationValues()
A list of XSValue objects. The actual enumeration values.
-
getAnnotations
XSObjectList getAnnotations()
A sequence of [annotations] or an emptyXSObjectList.
-
-