|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlSchemaRestriction.Type | |
|---|---|
| org.apache.ws.commons.schema.walker | Walking XML Schemas |
| Uses of XmlSchemaRestriction.Type in org.apache.ws.commons.schema.walker |
|---|
| Methods in org.apache.ws.commons.schema.walker that return XmlSchemaRestriction.Type | |
|---|---|
XmlSchemaRestriction.Type |
XmlSchemaRestriction.getType()
The constraining facet's XmlSchemaRestriction.Type. |
static XmlSchemaRestriction.Type |
XmlSchemaRestriction.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XmlSchemaRestriction.Type[] |
XmlSchemaRestriction.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.ws.commons.schema.walker that return types with arguments of type XmlSchemaRestriction.Type | |
|---|---|
HashMap<XmlSchemaRestriction.Type,List<XmlSchemaRestriction>> |
XmlSchemaTypeInfo.getFacets()
The set of constraining facets on the value, or null if
none. |
| Constructors in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaRestriction.Type | |
|---|---|
XmlSchemaRestriction(XmlSchemaRestriction.Type type)
Constructs a new XmlSchemaRestriction from only the XmlSchemaRestriction.Type. |
|
XmlSchemaRestriction(XmlSchemaRestriction.Type type,
Object value,
boolean isFixed)
Constructs a new XmlSchemaRestriction from the XmlSchemaRestriction.Type,
constraining value, and whether the facet may be overridden by child type
definitions. |
|
| Constructor parameters in org.apache.ws.commons.schema.walker with type arguments of type XmlSchemaRestriction.Type | |
|---|---|
XmlSchemaTypeInfo(List<XmlSchemaTypeInfo> unionTypes,
HashMap<XmlSchemaRestriction.Type,List<XmlSchemaRestriction>> facets)
Constructs a union with the set of valid types the a value adhering to the union must conform to, along with any constraining facets on the union itself. |
|
XmlSchemaTypeInfo(XmlSchemaBaseSimpleType baseSimpleType,
HashMap<XmlSchemaRestriction.Type,List<XmlSchemaRestriction>> facets)
Constructs an atomic type with the XmlSchemaBaseSimpleType
conforming values must adhere to, along with any additional constraining
facets. |
|
XmlSchemaTypeInfo(XmlSchemaTypeInfo listType,
HashMap<XmlSchemaRestriction.Type,List<XmlSchemaRestriction>> facets)
Constructs a list with facets. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||