Package x0.oasisNamesTcCiqXsdschemaXAL2
Interface XALDocument.XAL
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
XALDocumentImpl.XALImpl
- Enclosing interface:
- XALDocument
public static interface XALDocument.XAL extends org.apache.xmlbeans.XmlObjectAn XML xAL(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classXALDocument.XAL.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressDetailsaddNewAddressDetails()Appends and returns a new empty value (as xml) as the last "AddressDetails" elementorg.apache.xmlbeans.XmlAnySimpleTypeaddNewVersion()Appends and returns a new empty "Version" attributeAddressDetails[]getAddressDetailsArray()Gets array of all "AddressDetails" elementsAddressDetailsgetAddressDetailsArray(int i)Gets ith "AddressDetails" elementorg.apache.xmlbeans.XmlAnySimpleTypegetVersion()Gets the "Version" attributeAddressDetailsinsertNewAddressDetails(int i)Inserts and returns a new empty value (as xml) as the ith "AddressDetails" elementbooleanisSetVersion()True if has "Version" attributevoidremoveAddressDetails(int i)Removes the ith "AddressDetails" elementvoidsetAddressDetailsArray(int i, AddressDetails addressDetails)Sets ith "AddressDetails" elementvoidsetAddressDetailsArray(AddressDetails[] addressDetailsArray)Sets array of all "AddressDetails" elementvoidsetVersion(org.apache.xmlbeans.XmlAnySimpleType version)Sets the "Version" attributeintsizeOfAddressDetailsArray()Returns number of "AddressDetails" elementvoidunsetVersion()Unsets the "Version" attribute-
Methods 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, 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
-
-
-
-
Method Detail
-
getAddressDetailsArray
AddressDetails[] getAddressDetailsArray()
Gets array of all "AddressDetails" elements
-
getAddressDetailsArray
AddressDetails getAddressDetailsArray(int i)
Gets ith "AddressDetails" element
-
sizeOfAddressDetailsArray
int sizeOfAddressDetailsArray()
Returns number of "AddressDetails" element
-
setAddressDetailsArray
void setAddressDetailsArray(AddressDetails[] addressDetailsArray)
Sets array of all "AddressDetails" element
-
setAddressDetailsArray
void setAddressDetailsArray(int i, AddressDetails addressDetails)Sets ith "AddressDetails" element
-
insertNewAddressDetails
AddressDetails insertNewAddressDetails(int i)
Inserts and returns a new empty value (as xml) as the ith "AddressDetails" element
-
addNewAddressDetails
AddressDetails addNewAddressDetails()
Appends and returns a new empty value (as xml) as the last "AddressDetails" element
-
removeAddressDetails
void removeAddressDetails(int i)
Removes the ith "AddressDetails" element
-
getVersion
org.apache.xmlbeans.XmlAnySimpleType getVersion()
Gets the "Version" attribute
-
isSetVersion
boolean isSetVersion()
True if has "Version" attribute
-
setVersion
void setVersion(org.apache.xmlbeans.XmlAnySimpleType version)
Sets the "Version" attribute
-
addNewVersion
org.apache.xmlbeans.XmlAnySimpleType addNewVersion()
Appends and returns a new empty "Version" attribute
-
unsetVersion
void unsetVersion()
Unsets the "Version" attribute
-
-