org.apache.geronimo.xbeans.wsdl
Interface TDefinitions

All Superinterfaces:
TDocumented, TExtensibleDocumented, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TDefinitionsImpl

public interface TDefinitions
extends TExtensibleDocumented

An XML tDefinitions(@http://schemas.xmlsoap.org/wsdl/). This is a complex type.


Nested Class Summary
static class TDefinitions.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 TBinding addNewBinding()
          Appends and returns a new empty value (as xml) as the last "binding" element
 TImport addNewImport()
          Appends and returns a new empty value (as xml) as the last "import" element
 TMessage addNewMessage()
          Appends and returns a new empty value (as xml) as the last "message" element
 TPortType addNewPortType()
          Appends and returns a new empty value (as xml) as the last "portType" element
 TService addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 TTypes addNewTypes()
          Appends and returns a new empty value (as xml) as the last "types" element
 TBinding[] getBindingArray()
          Gets array of all "binding" elements
 TBinding getBindingArray(int i)
          Gets ith "binding" element
 TImport[] getImportArray()
          Gets array of all "import" elements
 TImport getImportArray(int i)
          Gets ith "import" element
 TMessage[] getMessageArray()
          Gets array of all "message" elements
 TMessage getMessageArray(int i)
          Gets ith "message" element
 String getName()
          Gets the "name" attribute
 TPortType[] getPortTypeArray()
          Gets array of all "portType" elements
 TPortType getPortTypeArray(int i)
          Gets ith "portType" element
 TService[] getServiceArray()
          Gets array of all "service" elements
 TService getServiceArray(int i)
          Gets ith "service" element
 String getTargetNamespace()
          Gets the "targetNamespace" attribute
 TTypes[] getTypesArray()
          Gets array of all "types" elements
 TTypes getTypesArray(int i)
          Gets ith "types" element
 TBinding insertNewBinding(int i)
          Inserts and returns a new empty value (as xml) as the ith "binding" element
 TImport insertNewImport(int i)
          Inserts and returns a new empty value (as xml) as the ith "import" element
 TMessage insertNewMessage(int i)
          Inserts and returns a new empty value (as xml) as the ith "message" element
 TPortType insertNewPortType(int i)
          Inserts and returns a new empty value (as xml) as the ith "portType" element
 TService insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 TTypes insertNewTypes(int i)
          Inserts and returns a new empty value (as xml) as the ith "types" element
 boolean isSetName()
          True if has "name" attribute
 boolean isSetTargetNamespace()
          True if has "targetNamespace" attribute
 void removeBinding(int i)
          Removes the ith "binding" element
 void removeImport(int i)
          Removes the ith "import" element
 void removeMessage(int i)
          Removes the ith "message" element
 void removePortType(int i)
          Removes the ith "portType" element
 void removeService(int i)
          Removes the ith "service" element
 void removeTypes(int i)
          Removes the ith "types" element
 void setBindingArray(int i, TBinding binding)
          Sets ith "binding" element
 void setBindingArray(TBinding[] bindingArray)
          Sets array of all "binding" element
 void setImportArray(int i, TImport ximport)
          Sets ith "import" element
 void setImportArray(TImport[] ximportArray)
          Sets array of all "import" element
 void setMessageArray(int i, TMessage message)
          Sets ith "message" element
 void setMessageArray(TMessage[] messageArray)
          Sets array of all "message" element
 void setName(String name)
          Sets the "name" attribute
 void setPortTypeArray(int i, TPortType portType)
          Sets ith "portType" element
 void setPortTypeArray(TPortType[] portTypeArray)
          Sets array of all "portType" element
 void setServiceArray(int i, TService service)
          Sets ith "service" element
 void setServiceArray(TService[] serviceArray)
          Sets array of all "service" element
 void setTargetNamespace(String targetNamespace)
          Sets the "targetNamespace" attribute
 void setTypesArray(int i, TTypes types)
          Sets ith "types" element
 void setTypesArray(TTypes[] typesArray)
          Sets array of all "types" element
 int sizeOfBindingArray()
          Returns number of "binding" element
 int sizeOfImportArray()
          Returns number of "import" element
 int sizeOfMessageArray()
          Returns number of "message" element
 int sizeOfPortTypeArray()
          Returns number of "portType" element
 int sizeOfServiceArray()
          Returns number of "service" element
 int sizeOfTypesArray()
          Returns number of "types" element
 void unsetName()
          Unsets the "name" attribute
 void unsetTargetNamespace()
          Unsets the "targetNamespace" attribute
 org.apache.xmlbeans.XmlNCName xgetName()
          Gets (as xml) the "name" attribute
 org.apache.xmlbeans.XmlAnyURI xgetTargetNamespace()
          Gets (as xml) the "targetNamespace" attribute
 void xsetName(org.apache.xmlbeans.XmlNCName name)
          Sets (as xml) the "name" attribute
 void xsetTargetNamespace(org.apache.xmlbeans.XmlAnyURI targetNamespace)
          Sets (as xml) the "targetNamespace" attribute
 
Methods inherited from interface org.apache.geronimo.xbeans.wsdl.TDocumented
addNewDocumentation, getDocumentation, isSetDocumentation, setDocumentation, unsetDocumentation
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getImportArray

TImport[] getImportArray()
Gets array of all "import" elements


getImportArray

TImport getImportArray(int i)
Gets ith "import" element


sizeOfImportArray

int sizeOfImportArray()
Returns number of "import" element


setImportArray

void setImportArray(TImport[] ximportArray)
Sets array of all "import" element


setImportArray

void setImportArray(int i,
                    TImport ximport)
Sets ith "import" element


insertNewImport

TImport insertNewImport(int i)
Inserts and returns a new empty value (as xml) as the ith "import" element


addNewImport

TImport addNewImport()
Appends and returns a new empty value (as xml) as the last "import" element


removeImport

void removeImport(int i)
Removes the ith "import" element


getTypesArray

TTypes[] getTypesArray()
Gets array of all "types" elements


getTypesArray

TTypes getTypesArray(int i)
Gets ith "types" element


sizeOfTypesArray

int sizeOfTypesArray()
Returns number of "types" element


setTypesArray

void setTypesArray(TTypes[] typesArray)
Sets array of all "types" element


setTypesArray

void setTypesArray(int i,
                   TTypes types)
Sets ith "types" element


insertNewTypes

TTypes insertNewTypes(int i)
Inserts and returns a new empty value (as xml) as the ith "types" element


addNewTypes

TTypes addNewTypes()
Appends and returns a new empty value (as xml) as the last "types" element


removeTypes

void removeTypes(int i)
Removes the ith "types" element


getMessageArray

TMessage[] getMessageArray()
Gets array of all "message" elements


getMessageArray

TMessage getMessageArray(int i)
Gets ith "message" element


sizeOfMessageArray

int sizeOfMessageArray()
Returns number of "message" element


setMessageArray

void setMessageArray(TMessage[] messageArray)
Sets array of all "message" element


setMessageArray

void setMessageArray(int i,
                     TMessage message)
Sets ith "message" element


insertNewMessage

TMessage insertNewMessage(int i)
Inserts and returns a new empty value (as xml) as the ith "message" element


addNewMessage

TMessage addNewMessage()
Appends and returns a new empty value (as xml) as the last "message" element


removeMessage

void removeMessage(int i)
Removes the ith "message" element


getPortTypeArray

TPortType[] getPortTypeArray()
Gets array of all "portType" elements


getPortTypeArray

TPortType getPortTypeArray(int i)
Gets ith "portType" element


sizeOfPortTypeArray

int sizeOfPortTypeArray()
Returns number of "portType" element


setPortTypeArray

void setPortTypeArray(TPortType[] portTypeArray)
Sets array of all "portType" element


setPortTypeArray

void setPortTypeArray(int i,
                      TPortType portType)
Sets ith "portType" element


insertNewPortType

TPortType insertNewPortType(int i)
Inserts and returns a new empty value (as xml) as the ith "portType" element


addNewPortType

TPortType addNewPortType()
Appends and returns a new empty value (as xml) as the last "portType" element


removePortType

void removePortType(int i)
Removes the ith "portType" element


getBindingArray

TBinding[] getBindingArray()
Gets array of all "binding" elements


getBindingArray

TBinding getBindingArray(int i)
Gets ith "binding" element


sizeOfBindingArray

int sizeOfBindingArray()
Returns number of "binding" element


setBindingArray

void setBindingArray(TBinding[] bindingArray)
Sets array of all "binding" element


setBindingArray

void setBindingArray(int i,
                     TBinding binding)
Sets ith "binding" element


insertNewBinding

TBinding insertNewBinding(int i)
Inserts and returns a new empty value (as xml) as the ith "binding" element


addNewBinding

TBinding addNewBinding()
Appends and returns a new empty value (as xml) as the last "binding" element


removeBinding

void removeBinding(int i)
Removes the ith "binding" element


getServiceArray

TService[] getServiceArray()
Gets array of all "service" elements


getServiceArray

TService getServiceArray(int i)
Gets ith "service" element


sizeOfServiceArray

int sizeOfServiceArray()
Returns number of "service" element


setServiceArray

void setServiceArray(TService[] serviceArray)
Sets array of all "service" element


setServiceArray

void setServiceArray(int i,
                     TService service)
Sets ith "service" element


insertNewService

TService insertNewService(int i)
Inserts and returns a new empty value (as xml) as the ith "service" element


addNewService

TService addNewService()
Appends and returns a new empty value (as xml) as the last "service" element


removeService

void removeService(int i)
Removes the ith "service" element


getTargetNamespace

String getTargetNamespace()
Gets the "targetNamespace" attribute


xgetTargetNamespace

org.apache.xmlbeans.XmlAnyURI xgetTargetNamespace()
Gets (as xml) the "targetNamespace" attribute


isSetTargetNamespace

boolean isSetTargetNamespace()
True if has "targetNamespace" attribute


setTargetNamespace

void setTargetNamespace(String targetNamespace)
Sets the "targetNamespace" attribute


xsetTargetNamespace

void xsetTargetNamespace(org.apache.xmlbeans.XmlAnyURI targetNamespace)
Sets (as xml) the "targetNamespace" attribute


unsetTargetNamespace

void unsetTargetNamespace()
Unsets the "targetNamespace" attribute


getName

String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlNCName xgetName()
Gets (as xml) the "name" attribute


isSetName

boolean isSetName()
True if has "name" attribute


setName

void setName(String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute


unsetName

void unsetName()
Unsets the "name" attribute



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.