Uses of Enum
org.apache.ws.commons.schema.walker.XmlSchemaBaseSimpleType
Packages that use XmlSchemaBaseSimpleType
-
Uses of XmlSchemaBaseSimpleType in org.apache.ws.commons.schema.walker
Fields in org.apache.ws.commons.schema.walker declared as XmlSchemaBaseSimpleTypeModifier and TypeFieldDescriptionprivate XmlSchemaBaseSimpleTypeXmlSchemaTypeInfo.baseSimpleTypeFields in org.apache.ws.commons.schema.walker with type parameters of type XmlSchemaBaseSimpleTypeModifier and TypeFieldDescriptionprivate static HashMap<QName, XmlSchemaBaseSimpleType> XmlSchemaBaseSimpleType.reverseMapMethods in org.apache.ws.commons.schema.walker that return XmlSchemaBaseSimpleTypeModifier and TypeMethodDescriptionstatic XmlSchemaBaseSimpleTypeXmlSchemaBaseSimpleType.getBaseSimpleTypeFor(QName qName) Returns the XML Schema base simple type for the providedQName.XmlSchemaTypeInfo.getBaseType()If this represents an atomic type, returns the type.static XmlSchemaBaseSimpleTypeReturns 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 XmlSchemaBaseSimpleTypeModifierConstructorDescriptionXmlSchemaTypeInfo(XmlSchemaBaseSimpleType baseSimpleType) Constructs an atomic type with theXmlSchemaBaseSimpleTypeconforming values must adhere to.XmlSchemaTypeInfo(XmlSchemaBaseSimpleType baseSimpleType, HashMap<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets) Constructs an atomic type with theXmlSchemaBaseSimpleTypeconforming values must adhere to, along with any additional constraining facets.