Uses of Class
org.apache.ws.commons.schema.XmlSchemaType

Packages that use XmlSchemaType
org.apache.ws.commons.schema   
 

Uses of XmlSchemaType in org.apache.ws.commons.schema
 

Subclasses of XmlSchemaType in org.apache.ws.commons.schema
 class XmlSchemaComplexType
          Class for complex types.
 class XmlSchemaSimpleType
          Class defines a simple type that determines the information and constraints for the values of attributes or elements with text-only content.
 

Methods in org.apache.ws.commons.schema that return XmlSchemaType
 XmlSchemaType XmlSchemaElement.getSchemaType()
           
 XmlSchemaType XmlSchema.getTypeByName(QName name)
          Search this schema, and its peers in its parent collection, for a schema type specified by QName.
protected  XmlSchemaType XmlSchema.getTypeByName(QName name, boolean deep, Stack<XmlSchema> schemaStack)
          Protected method that allows safe (non-recursive schema loading).
 XmlSchemaType XmlSchema.getTypeByName(String name)
          Retrieve a named type from this schema.
 XmlSchemaType XmlSchemaCollection.getTypeByQName(QName schemaTypeName)
          Retrieve a global type from the schema collection.
 

Methods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaType
 Map<QName,XmlSchemaType> XmlSchemaRedefine.getSchemaTypes()
           
 Map<QName,XmlSchemaType> XmlSchema.getSchemaTypes()
          Return a map containing all the defined types of this schema.
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaType
 void XmlSchemaElement.setSchemaType(XmlSchemaType schemaType)
           
 void XmlSchemaElement.setType(XmlSchemaType type)
           
 void TypeReceiver.setType(XmlSchemaType type)
           
 



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