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

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

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

Methods in org.apache.ws.commons.schema.walker that return XmlSchemaBaseSimpleType
static XmlSchemaBaseSimpleType XmlSchemaBaseSimpleType.getBaseSimpleTypeFor(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(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.
 

Constructors in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaBaseSimpleType
XmlSchemaTypeInfo(XmlSchemaBaseSimpleType baseSimpleType)
          Constructs an atomic type with the XmlSchemaBaseSimpleType conforming values must adhere to.
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.
 



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