|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReferencesType
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
WsdlType[] getWsdlArray()
WsdlType getWsdlArray(int i)
int sizeOfWsdlArray()
void setWsdlArray(WsdlType[] wsdlArray)
void setWsdlArray(int i,
WsdlType wsdl)
WsdlType insertNewWsdl(int i)
WsdlType addNewWsdl()
void removeWsdl(int i)
SchemaType[] getSchemaArray()
SchemaType getSchemaArray(int i)
int sizeOfSchemaArray()
void setSchemaArray(SchemaType[] schemaArray)
void setSchemaArray(int i,
SchemaType schema)
SchemaType insertNewSchema(int i)
SchemaType addNewSchema()
void removeSchema(int i)
OtherType[] getOtherArray()
OtherType getOtherArray(int i)
int sizeOfOtherArray()
void setOtherArray(OtherType[] otherArray)
void setOtherArray(int i,
OtherType other)
OtherType insertNewOther(int i)
OtherType addNewOther()
void removeOther(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||