Uses of Class
org.apache.ws.commons.schema.walker.XmlSchemaRestriction

Packages that use XmlSchemaRestriction
org.apache.ws.commons.schema.walker Walking XML Schemas 
 

Uses of XmlSchemaRestriction in org.apache.ws.commons.schema.walker
 

Methods in org.apache.ws.commons.schema.walker that return types with arguments of type XmlSchemaRestriction
 HashMap<XmlSchemaRestriction.Type,List<XmlSchemaRestriction>> XmlSchemaTypeInfo.getFacets()
          The set of constraining facets on the value, or null if none.
 

Constructor parameters in org.apache.ws.commons.schema.walker with type arguments of type XmlSchemaRestriction
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.
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.