Interface ReferenceListDocument.ReferenceList
- All Superinterfaces:
XmlObject,XmlTokenSource
- Enclosing interface:
- ReferenceListDocument
An XML ReferenceList(@http://www.w3.org/2001/04/xmlenc#).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "DataReference" elementAppends and returns a new empty value (as xml) as the last "KeyReference" elementGets array of all "DataReference" elementsgetDataReferenceArray(int i) Gets ith "DataReference" elementGets array of all "KeyReference" elementsgetKeyReferenceArray(int i) Gets ith "KeyReference" elementinsertNewDataReference(int i) Inserts and returns a new empty value (as xml) as the ith "DataReference" elementinsertNewKeyReference(int i) Inserts and returns a new empty value (as xml) as the ith "KeyReference" elementvoidremoveDataReference(int i) Removes the ith "DataReference" elementvoidremoveKeyReference(int i) Removes the ith "KeyReference" elementvoidsetDataReferenceArray(int i, ReferenceType dataReference) Sets ith "DataReference" elementvoidsetDataReferenceArray(ReferenceType[] dataReferenceArray) Sets array of all "DataReference" elementvoidsetKeyReferenceArray(int i, ReferenceType keyReference) Sets ith "KeyReference" elementvoidsetKeyReferenceArray(ReferenceType[] keyReferenceArray) Sets array of all "KeyReference" elementintReturns number of "DataReference" elementintReturns number of "KeyReference" elementMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods 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 Details
-
type
-
-
Method Details
-
getDataReferenceArray
ReferenceType[] getDataReferenceArray()Gets array of all "DataReference" elements -
getDataReferenceArray
Gets ith "DataReference" element -
sizeOfDataReferenceArray
int sizeOfDataReferenceArray()Returns number of "DataReference" element -
setDataReferenceArray
Sets array of all "DataReference" element -
setDataReferenceArray
Sets ith "DataReference" element -
insertNewDataReference
Inserts and returns a new empty value (as xml) as the ith "DataReference" element -
addNewDataReference
ReferenceType addNewDataReference()Appends and returns a new empty value (as xml) as the last "DataReference" element -
removeDataReference
void removeDataReference(int i) Removes the ith "DataReference" element -
getKeyReferenceArray
ReferenceType[] getKeyReferenceArray()Gets array of all "KeyReference" elements -
getKeyReferenceArray
Gets ith "KeyReference" element -
sizeOfKeyReferenceArray
int sizeOfKeyReferenceArray()Returns number of "KeyReference" element -
setKeyReferenceArray
Sets array of all "KeyReference" element -
setKeyReferenceArray
Sets ith "KeyReference" element -
insertNewKeyReference
Inserts and returns a new empty value (as xml) as the ith "KeyReference" element -
addNewKeyReference
ReferenceType addNewKeyReference()Appends and returns a new empty value (as xml) as the last "KeyReference" element -
removeKeyReference
void removeKeyReference(int i) Removes the ith "KeyReference" element
-