com.activeEndpoints.schemas.pdd.x2006.x08.pdd
Interface ReferencesType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ReferencesTypeImpl

public interface ReferencesType
extends org.apache.xmlbeans.XmlObject

An XML referencesType(@http://schemas.active-endpoints.com/pdd/2006/08/pdd.xsd). This is a complex type.


Nested Class Summary
static class ReferencesType.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
 OtherType addNewOther()
          Appends and returns a new empty value (as xml) as the last "other" element
 SchemaType addNewSchema()
          Appends and returns a new empty value (as xml) as the last "schema" element
 WsdlType addNewWsdl()
          Appends and returns a new empty value (as xml) as the last "wsdl" element
 OtherType[] getOtherArray()
          Gets array of all "other" elements
 OtherType getOtherArray(int i)
          Gets ith "other" element
 SchemaType[] getSchemaArray()
          Gets array of all "schema" elements
 SchemaType getSchemaArray(int i)
          Gets ith "schema" element
 WsdlType[] getWsdlArray()
          Gets array of all "wsdl" elements
 WsdlType getWsdlArray(int i)
          Gets ith "wsdl" element
 OtherType insertNewOther(int i)
          Inserts and returns a new empty value (as xml) as the ith "other" element
 SchemaType insertNewSchema(int i)
          Inserts and returns a new empty value (as xml) as the ith "schema" element
 WsdlType insertNewWsdl(int i)
          Inserts and returns a new empty value (as xml) as the ith "wsdl" element
 void removeOther(int i)
          Removes the ith "other" element
 void removeSchema(int i)
          Removes the ith "schema" element
 void removeWsdl(int i)
          Removes the ith "wsdl" element
 void setOtherArray(int i, OtherType other)
          Sets ith "other" element
 void setOtherArray(OtherType[] otherArray)
          Sets array of all "other" element
 void setSchemaArray(int i, SchemaType schema)
          Sets ith "schema" element
 void setSchemaArray(SchemaType[] schemaArray)
          Sets array of all "schema" element
 void setWsdlArray(int i, WsdlType wsdl)
          Sets ith "wsdl" element
 void setWsdlArray(WsdlType[] wsdlArray)
          Sets array of all "wsdl" element
 int sizeOfOtherArray()
          Returns number of "other" element
 int sizeOfSchemaArray()
          Returns number of "schema" element
 int sizeOfWsdlArray()
          Returns number of "wsdl" element
 
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

getWsdlArray

WsdlType[] getWsdlArray()
Gets array of all "wsdl" elements


getWsdlArray

WsdlType getWsdlArray(int i)
Gets ith "wsdl" element


sizeOfWsdlArray

int sizeOfWsdlArray()
Returns number of "wsdl" element


setWsdlArray

void setWsdlArray(WsdlType[] wsdlArray)
Sets array of all "wsdl" element


setWsdlArray

void setWsdlArray(int i,
                  WsdlType wsdl)
Sets ith "wsdl" element


insertNewWsdl

WsdlType insertNewWsdl(int i)
Inserts and returns a new empty value (as xml) as the ith "wsdl" element


addNewWsdl

WsdlType addNewWsdl()
Appends and returns a new empty value (as xml) as the last "wsdl" element


removeWsdl

void removeWsdl(int i)
Removes the ith "wsdl" element


getSchemaArray

SchemaType[] getSchemaArray()
Gets array of all "schema" elements


getSchemaArray

SchemaType getSchemaArray(int i)
Gets ith "schema" element


sizeOfSchemaArray

int sizeOfSchemaArray()
Returns number of "schema" element


setSchemaArray

void setSchemaArray(SchemaType[] schemaArray)
Sets array of all "schema" element


setSchemaArray

void setSchemaArray(int i,
                    SchemaType schema)
Sets ith "schema" element


insertNewSchema

SchemaType insertNewSchema(int i)
Inserts and returns a new empty value (as xml) as the ith "schema" element


addNewSchema

SchemaType addNewSchema()
Appends and returns a new empty value (as xml) as the last "schema" element


removeSchema

void removeSchema(int i)
Removes the ith "schema" element


getOtherArray

OtherType[] getOtherArray()
Gets array of all "other" elements


getOtherArray

OtherType getOtherArray(int i)
Gets ith "other" element


sizeOfOtherArray

int sizeOfOtherArray()
Returns number of "other" element


setOtherArray

void setOtherArray(OtherType[] otherArray)
Sets array of all "other" element


setOtherArray

void setOtherArray(int i,
                   OtherType other)
Sets ith "other" element


insertNewOther

OtherType insertNewOther(int i)
Inserts and returns a new empty value (as xml) as the ith "other" element


addNewOther

OtherType addNewOther()
Appends and returns a new empty value (as xml) as the last "other" element


removeOther

void removeOther(int i)
Removes the ith "other" element



Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.