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.
 

Fields in org.apache.ws.commons.schema declared as XmlSchemaType
(package private)  XmlSchemaType XmlSchemaElement.schemaType
          Returns the type of the element.
 

Methods in org.apache.ws.commons.schema that return XmlSchemaType
 XmlSchemaType XmlSchemaElement.getSchemaType()
           
 XmlSchemaType XmlSchema.getTypeByName(javax.xml.namespace.QName name)
           
 XmlSchemaType XmlSchemaCollection.getTypeByQName(javax.xml.namespace.QName schemaTypeName)
           
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaType
 void XmlSchema.addType(XmlSchemaType type)
           
(package private)  void XmlSchemaCollection.resolveType(javax.xml.namespace.QName typeName, XmlSchemaType type)
           
 void XmlSchemaElement.setSchemaType(XmlSchemaType schemaType)
           
 void TypeReceiver.setType(XmlSchemaType type)
           
 void XmlSchemaElement.setType(XmlSchemaType type)
           
 



Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.