Uses of Class
org.apache.commons.betwixt.schema.GlobalComplexType

Packages that use GlobalComplexType
org.apache.commons.betwixt.schema WARNING: EXPERIMENTAL Contains classes that generate XML (w3c) schema from Betwixt descriptors. 
 

Uses of GlobalComplexType in org.apache.commons.betwixt.schema
 

Methods in org.apache.commons.betwixt.schema that return GlobalComplexType
 GlobalComplexType Schema.addGlobalComplexType(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor)
          Adds a new global complex type definition matching the given element descriptor.
 GlobalComplexType GlobalElement.getComplexType()
          Gets the anonymous type definition for this element, if one exists.
 

Methods in org.apache.commons.betwixt.schema with parameters of type GlobalComplexType
 void Schema.addComplexType(GlobalComplexType complexType)
          Adds a new complex type to those defined
 void GlobalElement.setComplexType(GlobalComplexType type)
          Sets the anonymous type definition for this element
 

Constructors in org.apache.commons.betwixt.schema with parameters of type GlobalComplexType
ElementReference(java.lang.String string, GlobalComplexType complexType)
           
GlobalElement(java.lang.String name, GlobalComplexType complexType)
           
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.