Package x0.oasisNamesTcCiqXsdschemaXAL2
Interface PostOfficeDocument.PostOffice
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PostOfficeDocumentImpl.PostOfficeImpl
- Enclosing interface:
- PostOfficeDocument
public static interface PostOfficeDocument.PostOffice extends org.apache.xmlbeans.XmlObjectAn XML PostOffice(@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 classPostOfficeDocument.PostOffice.FactoryA factory class with static methods for creating instances of this type.static interfacePostOfficeDocument.PostOffice.PostOfficeNameAn XML PostOfficeName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).static interfacePostOfficeDocument.PostOffice.PostOfficeNumberAn XML PostOfficeNumber(@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" elementorg.apache.xmlbeans.XmlAnySimpleTypeaddNewIndicator()Appends and returns a new empty "Indicator" attributePostalCodeDocument.PostalCodeaddNewPostalCode()Appends and returns a new empty "PostalCode" elementPostalRouteTypeaddNewPostalRoute()Appends and returns a new empty "PostalRoute" elementPostBoxDocument.PostBoxaddNewPostBox()Appends and returns a new empty "PostBox" elementPostOfficeDocument.PostOffice.PostOfficeNameaddNewPostOfficeName()Appends and returns a new empty value (as xml) as the last "PostOfficeName" elementPostOfficeDocument.PostOffice.PostOfficeNumberaddNewPostOfficeNumber()Appends and returns a new empty "PostOfficeNumber" 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" elementorg.apache.xmlbeans.XmlAnySimpleTypegetIndicator()Gets the "Indicator" attributePostalCodeDocument.PostalCodegetPostalCode()Gets the "PostalCode" elementPostalRouteTypegetPostalRoute()Gets the "PostalRoute" elementPostBoxDocument.PostBoxgetPostBox()Gets the "PostBox" elementPostOfficeDocument.PostOffice.PostOfficeName[]getPostOfficeNameArray()Gets array of all "PostOfficeName" elementsPostOfficeDocument.PostOffice.PostOfficeNamegetPostOfficeNameArray(int i)Gets ith "PostOfficeName" elementPostOfficeDocument.PostOffice.PostOfficeNumbergetPostOfficeNumber()Gets the "PostOfficeNumber" elementorg.apache.xmlbeans.XmlAnySimpleTypegetType()Gets the "Type" attributeAddressLineDocument.AddressLineinsertNewAddressLine(int i)Inserts and returns a new empty value (as xml) as the ith "AddressLine" elementPostOfficeDocument.PostOffice.PostOfficeNameinsertNewPostOfficeName(int i)Inserts and returns a new empty value (as xml) as the ith "PostOfficeName" elementbooleanisSetIndicator()True if has "Indicator" attributebooleanisSetPostalCode()True if has "PostalCode" elementbooleanisSetPostalRoute()True if has "PostalRoute" elementbooleanisSetPostBox()True if has "PostBox" elementbooleanisSetPostOfficeNumber()True if has "PostOfficeNumber" elementbooleanisSetType()True if has "Type" attributevoidremoveAddressLine(int i)Removes the ith "AddressLine" elementvoidremovePostOfficeName(int i)Removes the ith "PostOfficeName" elementvoidsetAddressLineArray(int i, AddressLineDocument.AddressLine addressLine)Sets ith "AddressLine" elementvoidsetAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)Sets array of all "AddressLine" elementvoidsetIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator)Sets the "Indicator" attributevoidsetPostalCode(PostalCodeDocument.PostalCode postalCode)Sets the "PostalCode" elementvoidsetPostalRoute(PostalRouteType postalRoute)Sets the "PostalRoute" elementvoidsetPostBox(PostBoxDocument.PostBox postBox)Sets the "PostBox" elementvoidsetPostOfficeNameArray(int i, PostOfficeDocument.PostOffice.PostOfficeName postOfficeName)Sets ith "PostOfficeName" elementvoidsetPostOfficeNameArray(PostOfficeDocument.PostOffice.PostOfficeName[] postOfficeNameArray)Sets array of all "PostOfficeName" elementvoidsetPostOfficeNumber(PostOfficeDocument.PostOffice.PostOfficeNumber postOfficeNumber)Sets the "PostOfficeNumber" elementvoidsetType(org.apache.xmlbeans.XmlAnySimpleType type)Sets the "Type" attributeintsizeOfAddressLineArray()Returns number of "AddressLine" elementintsizeOfPostOfficeNameArray()Returns number of "PostOfficeName" elementvoidunsetIndicator()Unsets the "Indicator" attributevoidunsetPostalCode()Unsets the "PostalCode" elementvoidunsetPostalRoute()Unsets the "PostalRoute" elementvoidunsetPostBox()Unsets the "PostBox" elementvoidunsetPostOfficeNumber()Unsets the "PostOfficeNumber" 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
-
getPostOfficeNameArray
PostOfficeDocument.PostOffice.PostOfficeName[] getPostOfficeNameArray()
Gets array of all "PostOfficeName" elements
-
getPostOfficeNameArray
PostOfficeDocument.PostOffice.PostOfficeName getPostOfficeNameArray(int i)
Gets ith "PostOfficeName" element
-
sizeOfPostOfficeNameArray
int sizeOfPostOfficeNameArray()
Returns number of "PostOfficeName" element
-
setPostOfficeNameArray
void setPostOfficeNameArray(PostOfficeDocument.PostOffice.PostOfficeName[] postOfficeNameArray)
Sets array of all "PostOfficeName" element
-
setPostOfficeNameArray
void setPostOfficeNameArray(int i, PostOfficeDocument.PostOffice.PostOfficeName postOfficeName)Sets ith "PostOfficeName" element
-
insertNewPostOfficeName
PostOfficeDocument.PostOffice.PostOfficeName insertNewPostOfficeName(int i)
Inserts and returns a new empty value (as xml) as the ith "PostOfficeName" element
-
addNewPostOfficeName
PostOfficeDocument.PostOffice.PostOfficeName addNewPostOfficeName()
Appends and returns a new empty value (as xml) as the last "PostOfficeName" element
-
removePostOfficeName
void removePostOfficeName(int i)
Removes the ith "PostOfficeName" element
-
getPostOfficeNumber
PostOfficeDocument.PostOffice.PostOfficeNumber getPostOfficeNumber()
Gets the "PostOfficeNumber" element
-
isSetPostOfficeNumber
boolean isSetPostOfficeNumber()
True if has "PostOfficeNumber" element
-
setPostOfficeNumber
void setPostOfficeNumber(PostOfficeDocument.PostOffice.PostOfficeNumber postOfficeNumber)
Sets the "PostOfficeNumber" element
-
addNewPostOfficeNumber
PostOfficeDocument.PostOffice.PostOfficeNumber addNewPostOfficeNumber()
Appends and returns a new empty "PostOfficeNumber" element
-
unsetPostOfficeNumber
void unsetPostOfficeNumber()
Unsets the "PostOfficeNumber" element
-
getPostalRoute
PostalRouteType getPostalRoute()
Gets the "PostalRoute" element
-
isSetPostalRoute
boolean isSetPostalRoute()
True if has "PostalRoute" element
-
setPostalRoute
void setPostalRoute(PostalRouteType postalRoute)
Sets the "PostalRoute" element
-
addNewPostalRoute
PostalRouteType addNewPostalRoute()
Appends and returns a new empty "PostalRoute" element
-
unsetPostalRoute
void unsetPostalRoute()
Unsets the "PostalRoute" element
-
getPostBox
PostBoxDocument.PostBox getPostBox()
Gets the "PostBox" element
-
isSetPostBox
boolean isSetPostBox()
True if has "PostBox" element
-
setPostBox
void setPostBox(PostBoxDocument.PostBox postBox)
Sets the "PostBox" element
-
addNewPostBox
PostBoxDocument.PostBox addNewPostBox()
Appends and returns a new empty "PostBox" element
-
unsetPostBox
void unsetPostBox()
Unsets the "PostBox" 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
-
-