Package x0.oasisNamesTcCiqXsdschemaXAL2
Interface PostBoxDocument.PostBox
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PostBoxDocumentImpl.PostBoxImpl
- Enclosing interface:
- PostBoxDocument
public static interface PostBoxDocument.PostBox extends org.apache.xmlbeans.XmlObjectAn XML PostBox(@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 classPostBoxDocument.PostBox.FactoryA factory class with static methods for creating instances of this type.static interfacePostBoxDocument.PostBox.PostBoxNumberAn XML PostBoxNumber(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).static interfacePostBoxDocument.PostBox.PostBoxNumberExtensionAn XML PostBoxNumberExtension(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).static interfacePostBoxDocument.PostBox.PostBoxNumberPrefixAn XML PostBoxNumberPrefix(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).static interfacePostBoxDocument.PostBox.PostBoxNumberSuffixAn XML PostBoxNumberSuffix(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
-
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 AddressLineDocument.AddressLineaddNewAddressLine()Appends and returns a new empty value (as xml) as the last "AddressLine" elementFirmTypeaddNewFirm()Appends and returns a new empty "Firm" elementorg.apache.xmlbeans.XmlAnySimpleTypeaddNewIndicator()Appends and returns a new empty "Indicator" attributePostalCodeDocument.PostalCodeaddNewPostalCode()Appends and returns a new empty "PostalCode" elementPostBoxDocument.PostBox.PostBoxNumberaddNewPostBoxNumber()Appends and returns a new empty "PostBoxNumber" elementPostBoxDocument.PostBox.PostBoxNumberExtensionaddNewPostBoxNumberExtension()Appends and returns a new empty "PostBoxNumberExtension" elementPostBoxDocument.PostBox.PostBoxNumberPrefixaddNewPostBoxNumberPrefix()Appends and returns a new empty "PostBoxNumberPrefix" elementPostBoxDocument.PostBox.PostBoxNumberSuffixaddNewPostBoxNumberSuffix()Appends and returns a new empty "PostBoxNumberSuffix" elementorg.apache.xmlbeans.XmlAnySimpleTypeaddNewType()Appends and returns a new empty "Type" attributeAddressLineDocument.AddressLine[]getAddressLineArray()Gets array of all "AddressLine" elementsAddressLineDocument.AddressLinegetAddressLineArray(int i)Gets ith "AddressLine" elementFirmTypegetFirm()Gets the "Firm" elementorg.apache.xmlbeans.XmlAnySimpleTypegetIndicator()Gets the "Indicator" attributePostalCodeDocument.PostalCodegetPostalCode()Gets the "PostalCode" elementPostBoxDocument.PostBox.PostBoxNumbergetPostBoxNumber()Gets the "PostBoxNumber" elementPostBoxDocument.PostBox.PostBoxNumberExtensiongetPostBoxNumberExtension()Gets the "PostBoxNumberExtension" elementPostBoxDocument.PostBox.PostBoxNumberPrefixgetPostBoxNumberPrefix()Gets the "PostBoxNumberPrefix" elementPostBoxDocument.PostBox.PostBoxNumberSuffixgetPostBoxNumberSuffix()Gets the "PostBoxNumberSuffix" elementorg.apache.xmlbeans.XmlAnySimpleTypegetType()Gets the "Type" attributeAddressLineDocument.AddressLineinsertNewAddressLine(int i)Inserts and returns a new empty value (as xml) as the ith "AddressLine" elementbooleanisSetFirm()True if has "Firm" elementbooleanisSetIndicator()True if has "Indicator" attributebooleanisSetPostalCode()True if has "PostalCode" elementbooleanisSetPostBoxNumberExtension()True if has "PostBoxNumberExtension" elementbooleanisSetPostBoxNumberPrefix()True if has "PostBoxNumberPrefix" elementbooleanisSetPostBoxNumberSuffix()True if has "PostBoxNumberSuffix" elementbooleanisSetType()True if has "Type" attributevoidremoveAddressLine(int i)Removes the ith "AddressLine" elementvoidsetAddressLineArray(int i, AddressLineDocument.AddressLine addressLine)Sets ith "AddressLine" elementvoidsetAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)Sets array of all "AddressLine" elementvoidsetFirm(FirmType firm)Sets the "Firm" elementvoidsetIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator)Sets the "Indicator" attributevoidsetPostalCode(PostalCodeDocument.PostalCode postalCode)Sets the "PostalCode" elementvoidsetPostBoxNumber(PostBoxDocument.PostBox.PostBoxNumber postBoxNumber)Sets the "PostBoxNumber" elementvoidsetPostBoxNumberExtension(PostBoxDocument.PostBox.PostBoxNumberExtension postBoxNumberExtension)Sets the "PostBoxNumberExtension" elementvoidsetPostBoxNumberPrefix(PostBoxDocument.PostBox.PostBoxNumberPrefix postBoxNumberPrefix)Sets the "PostBoxNumberPrefix" elementvoidsetPostBoxNumberSuffix(PostBoxDocument.PostBox.PostBoxNumberSuffix postBoxNumberSuffix)Sets the "PostBoxNumberSuffix" elementvoidsetType(org.apache.xmlbeans.XmlAnySimpleType type)Sets the "Type" attributeintsizeOfAddressLineArray()Returns number of "AddressLine" elementvoidunsetFirm()Unsets the "Firm" elementvoidunsetIndicator()Unsets the "Indicator" attributevoidunsetPostalCode()Unsets the "PostalCode" elementvoidunsetPostBoxNumberExtension()Unsets the "PostBoxNumberExtension" elementvoidunsetPostBoxNumberPrefix()Unsets the "PostBoxNumberPrefix" elementvoidunsetPostBoxNumberSuffix()Unsets the "PostBoxNumberSuffix" elementvoidunsetType()Unsets the "Type" 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
-
getAddressLineArray
AddressLineDocument.AddressLine[] getAddressLineArray()
Gets array of all "AddressLine" elements
-
getAddressLineArray
AddressLineDocument.AddressLine getAddressLineArray(int i)
Gets ith "AddressLine" element
-
sizeOfAddressLineArray
int sizeOfAddressLineArray()
Returns number of "AddressLine" element
-
setAddressLineArray
void setAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)
Sets array of all "AddressLine" element
-
setAddressLineArray
void setAddressLineArray(int i, AddressLineDocument.AddressLine addressLine)Sets ith "AddressLine" element
-
insertNewAddressLine
AddressLineDocument.AddressLine insertNewAddressLine(int i)
Inserts and returns a new empty value (as xml) as the ith "AddressLine" element
-
addNewAddressLine
AddressLineDocument.AddressLine addNewAddressLine()
Appends and returns a new empty value (as xml) as the last "AddressLine" element
-
removeAddressLine
void removeAddressLine(int i)
Removes the ith "AddressLine" element
-
getPostBoxNumber
PostBoxDocument.PostBox.PostBoxNumber getPostBoxNumber()
Gets the "PostBoxNumber" element
-
setPostBoxNumber
void setPostBoxNumber(PostBoxDocument.PostBox.PostBoxNumber postBoxNumber)
Sets the "PostBoxNumber" element
-
addNewPostBoxNumber
PostBoxDocument.PostBox.PostBoxNumber addNewPostBoxNumber()
Appends and returns a new empty "PostBoxNumber" element
-
getPostBoxNumberPrefix
PostBoxDocument.PostBox.PostBoxNumberPrefix getPostBoxNumberPrefix()
Gets the "PostBoxNumberPrefix" element
-
isSetPostBoxNumberPrefix
boolean isSetPostBoxNumberPrefix()
True if has "PostBoxNumberPrefix" element
-
setPostBoxNumberPrefix
void setPostBoxNumberPrefix(PostBoxDocument.PostBox.PostBoxNumberPrefix postBoxNumberPrefix)
Sets the "PostBoxNumberPrefix" element
-
addNewPostBoxNumberPrefix
PostBoxDocument.PostBox.PostBoxNumberPrefix addNewPostBoxNumberPrefix()
Appends and returns a new empty "PostBoxNumberPrefix" element
-
unsetPostBoxNumberPrefix
void unsetPostBoxNumberPrefix()
Unsets the "PostBoxNumberPrefix" element
-
getPostBoxNumberSuffix
PostBoxDocument.PostBox.PostBoxNumberSuffix getPostBoxNumberSuffix()
Gets the "PostBoxNumberSuffix" element
-
isSetPostBoxNumberSuffix
boolean isSetPostBoxNumberSuffix()
True if has "PostBoxNumberSuffix" element
-
setPostBoxNumberSuffix
void setPostBoxNumberSuffix(PostBoxDocument.PostBox.PostBoxNumberSuffix postBoxNumberSuffix)
Sets the "PostBoxNumberSuffix" element
-
addNewPostBoxNumberSuffix
PostBoxDocument.PostBox.PostBoxNumberSuffix addNewPostBoxNumberSuffix()
Appends and returns a new empty "PostBoxNumberSuffix" element
-
unsetPostBoxNumberSuffix
void unsetPostBoxNumberSuffix()
Unsets the "PostBoxNumberSuffix" element
-
getPostBoxNumberExtension
PostBoxDocument.PostBox.PostBoxNumberExtension getPostBoxNumberExtension()
Gets the "PostBoxNumberExtension" element
-
isSetPostBoxNumberExtension
boolean isSetPostBoxNumberExtension()
True if has "PostBoxNumberExtension" element
-
setPostBoxNumberExtension
void setPostBoxNumberExtension(PostBoxDocument.PostBox.PostBoxNumberExtension postBoxNumberExtension)
Sets the "PostBoxNumberExtension" element
-
addNewPostBoxNumberExtension
PostBoxDocument.PostBox.PostBoxNumberExtension addNewPostBoxNumberExtension()
Appends and returns a new empty "PostBoxNumberExtension" element
-
unsetPostBoxNumberExtension
void unsetPostBoxNumberExtension()
Unsets the "PostBoxNumberExtension" element
-
getFirm
FirmType getFirm()
Gets the "Firm" element
-
isSetFirm
boolean isSetFirm()
True if has "Firm" element
-
setFirm
void setFirm(FirmType firm)
Sets the "Firm" element
-
addNewFirm
FirmType addNewFirm()
Appends and returns a new empty "Firm" element
-
unsetFirm
void unsetFirm()
Unsets the "Firm" element
-
getPostalCode
PostalCodeDocument.PostalCode getPostalCode()
Gets the "PostalCode" element
-
isSetPostalCode
boolean isSetPostalCode()
True if has "PostalCode" element
-
setPostalCode
void setPostalCode(PostalCodeDocument.PostalCode postalCode)
Sets the "PostalCode" element
-
addNewPostalCode
PostalCodeDocument.PostalCode addNewPostalCode()
Appends and returns a new empty "PostalCode" element
-
unsetPostalCode
void unsetPostalCode()
Unsets the "PostalCode" element
-
getType
org.apache.xmlbeans.XmlAnySimpleType getType()
Gets the "Type" attribute
-
isSetType
boolean isSetType()
True if has "Type" attribute
-
setType
void setType(org.apache.xmlbeans.XmlAnySimpleType type)
Sets the "Type" attribute
-
addNewType
org.apache.xmlbeans.XmlAnySimpleType addNewType()
Appends and returns a new empty "Type" attribute
-
unsetType
void unsetType()
Unsets the "Type" attribute
-
getIndicator
org.apache.xmlbeans.XmlAnySimpleType getIndicator()
Gets the "Indicator" attribute
-
isSetIndicator
boolean isSetIndicator()
True if has "Indicator" attribute
-
setIndicator
void setIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator)
Sets the "Indicator" attribute
-
addNewIndicator
org.apache.xmlbeans.XmlAnySimpleType addNewIndicator()
Appends and returns a new empty "Indicator" attribute
-
unsetIndicator
void unsetIndicator()
Unsets the "Indicator" attribute
-
-