com.altova.xml.meta.SimpleType
This class enables you to access schema information about classes generated from simple types. Note that this class is not meant to provide dynamic information about particular instances of simple types in an XML document. Instead, it enables you to obtain programmatically information about a particular simple type defined in the XML schema.
Methods
Name | Description | |
---|---|---|
SimpleType getBaseType() | Returns the base type of this type. | |
String[] getEnumerations() | Returns an array of all enumeration facets. | |
int getFractionDigits() | Returns the value of this facet. | |
int getLength() | Returns the value of this facet. | |
String getLocalName() | Returns the local name of the type. | |
String getMaxExclusive() | Returns the value of this facet. | |
String getMaxInclusive() | Returns the value of this facet. | |
int getMaxLength() | Returns the value of this facet. | |
String getMinExclusive() | Returns the value of this facet. | |
String getMinInclusive() | Returns the value of this facet. | |
int getMinLength() | Returns the value of this facet. | |
String getNamespaceURI() | Returns the namespace URI of the type. | |
String[] getPatterns() | Returns an array of all pattern facets. | |
int getTotalDigits() | Returns the value of this facet. | |
int getWhitespace() | Returns the value of the whitespace facet, which is one of: com.altova.typeinfo.WhitespaceType.Whitespace_Unknown com.altova.typeinfo.WhitespaceType.Whitespace_Preserve com.altova.typeinfo.WhitespaceType.Whitespace_Replace com.altova.typeinfo.WhitespaceType.Whitespace_Collapse |