public static interface XALDocument.XAL
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
XALDocument.XAL.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
AddressDetails |
addNewAddressDetails()
Appends and returns a new empty value (as xml) as the last "AddressDetails" element
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewVersion()
Appends and returns a new empty "Version" attribute
|
AddressDetails[] |
getAddressDetailsArray()
Gets array of all "AddressDetails" elements
|
AddressDetails |
getAddressDetailsArray(int i)
Gets ith "AddressDetails" element
|
org.apache.xmlbeans.XmlAnySimpleType |
getVersion()
Gets the "Version" attribute
|
AddressDetails |
insertNewAddressDetails(int i)
Inserts and returns a new empty value (as xml) as the ith "AddressDetails" element
|
boolean |
isSetVersion()
True if has "Version" attribute
|
void |
removeAddressDetails(int i)
Removes the ith "AddressDetails" element
|
void |
setAddressDetailsArray(AddressDetails[] addressDetailsArray)
Sets array of all "AddressDetails" element
|
void |
setAddressDetailsArray(int i,
AddressDetails addressDetails)
Sets ith "AddressDetails" element
|
void |
setVersion(org.apache.xmlbeans.XmlAnySimpleType version)
Sets the "Version" attribute
|
int |
sizeOfAddressDetailsArray()
Returns number of "AddressDetails" element
|
void |
unsetVersion()
Unsets the "Version" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextAddressDetails[] getAddressDetailsArray()
AddressDetails getAddressDetailsArray(int i)
int sizeOfAddressDetailsArray()
void setAddressDetailsArray(AddressDetails[] addressDetailsArray)
void setAddressDetailsArray(int i,
AddressDetails addressDetails)
AddressDetails insertNewAddressDetails(int i)
AddressDetails addNewAddressDetails()
void removeAddressDetails(int i)
org.apache.xmlbeans.XmlAnySimpleType getVersion()
boolean isSetVersion()
void setVersion(org.apache.xmlbeans.XmlAnySimpleType version)
org.apache.xmlbeans.XmlAnySimpleType addNewVersion()
void unsetVersion()
Copyright © 2015–2018 52north.org. All rights reserved.