| Package | Description |
|---|---|
| org.apache.ws.commons.schema.walker |
Walking XML Schemas
|
| Modifier and Type | Field and Description |
|---|---|
private XmlSchemaBaseSimpleType |
XmlSchemaTypeInfo.baseSimpleType |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.HashMap<javax.xml.namespace.QName,XmlSchemaBaseSimpleType> |
XmlSchemaBaseSimpleType.reverseMap |
| Modifier and Type | Method and Description |
|---|---|
static XmlSchemaBaseSimpleType |
XmlSchemaBaseSimpleType.getBaseSimpleTypeFor(javax.xml.namespace.QName qName)
Returns the XML Schema base simple type for the provided
QName. |
XmlSchemaBaseSimpleType |
XmlSchemaTypeInfo.getBaseType()
If this represents an atomic type, returns the type.
|
static XmlSchemaBaseSimpleType |
XmlSchemaBaseSimpleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XmlSchemaBaseSimpleType[] |
XmlSchemaBaseSimpleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
XmlSchemaTypeInfo(XmlSchemaBaseSimpleType baseSimpleType)
Constructs an atomic type with the
XmlSchemaBaseSimpleType
conforming values must adhere to. |
XmlSchemaTypeInfo(XmlSchemaBaseSimpleType baseSimpleType,
java.util.HashMap<XmlSchemaRestriction.Type,java.util.List<XmlSchemaRestriction>> facets)
Constructs an atomic type with the
XmlSchemaBaseSimpleType
conforming values must adhere to, along with any additional constraining
facets. |