Package x0.oasisNamesTcCiqXsdschemaXAL2
Interface PostalRouteType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PostalRouteTypeImpl
public interface PostalRouteType extends org.apache.xmlbeans.XmlObjectAn XML PostalRouteType(@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 classPostalRouteType.FactoryA factory class with static methods for creating instances of this type.static interfacePostalRouteType.PostalRouteNameAn XML PostalRouteName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).static interfacePostalRouteType.PostalRouteNumberAn XML PostalRouteNumber(@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" elementPostalRouteType.PostalRouteNameaddNewPostalRouteName()Appends and returns a new empty value (as xml) as the last "PostalRouteName" elementPostalRouteType.PostalRouteNumberaddNewPostalRouteNumber()Appends and returns a new empty "PostalRouteNumber" elementPostBoxDocument.PostBoxaddNewPostBox()Appends and returns a new empty "PostBox" 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" elementPostalRouteType.PostalRouteName[]getPostalRouteNameArray()Gets array of all "PostalRouteName" elementsPostalRouteType.PostalRouteNamegetPostalRouteNameArray(int i)Gets ith "PostalRouteName" elementPostalRouteType.PostalRouteNumbergetPostalRouteNumber()Gets the "PostalRouteNumber" elementPostBoxDocument.PostBoxgetPostBox()Gets the "PostBox" elementorg.apache.xmlbeans.XmlAnySimpleTypegetType()Gets the "Type" attributeAddressLineDocument.AddressLineinsertNewAddressLine(int i)Inserts and returns a new empty value (as xml) as the ith "AddressLine" elementPostalRouteType.PostalRouteNameinsertNewPostalRouteName(int i)Inserts and returns a new empty value (as xml) as the ith "PostalRouteName" elementbooleanisSetPostalRouteNumber()True if has "PostalRouteNumber" elementbooleanisSetPostBox()True if has "PostBox" elementbooleanisSetType()True if has "Type" attributevoidremoveAddressLine(int i)Removes the ith "AddressLine" elementvoidremovePostalRouteName(int i)Removes the ith "PostalRouteName" elementvoidsetAddressLineArray(int i, AddressLineDocument.AddressLine addressLine)Sets ith "AddressLine" elementvoidsetAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)Sets array of all "AddressLine" elementvoidsetPostalRouteNameArray(int i, PostalRouteType.PostalRouteName postalRouteName)Sets ith "PostalRouteName" elementvoidsetPostalRouteNameArray(PostalRouteType.PostalRouteName[] postalRouteNameArray)Sets array of all "PostalRouteName" elementvoidsetPostalRouteNumber(PostalRouteType.PostalRouteNumber postalRouteNumber)Sets the "PostalRouteNumber" elementvoidsetPostBox(PostBoxDocument.PostBox postBox)Sets the "PostBox" elementvoidsetType(org.apache.xmlbeans.XmlAnySimpleType type)Sets the "Type" attributeintsizeOfAddressLineArray()Returns number of "AddressLine" elementintsizeOfPostalRouteNameArray()Returns number of "PostalRouteName" elementvoidunsetPostalRouteNumber()Unsets the "PostalRouteNumber" elementvoidunsetPostBox()Unsets the "PostBox" 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
-
getPostalRouteNameArray
PostalRouteType.PostalRouteName[] getPostalRouteNameArray()
Gets array of all "PostalRouteName" elements
-
getPostalRouteNameArray
PostalRouteType.PostalRouteName getPostalRouteNameArray(int i)
Gets ith "PostalRouteName" element
-
sizeOfPostalRouteNameArray
int sizeOfPostalRouteNameArray()
Returns number of "PostalRouteName" element
-
setPostalRouteNameArray
void setPostalRouteNameArray(PostalRouteType.PostalRouteName[] postalRouteNameArray)
Sets array of all "PostalRouteName" element
-
setPostalRouteNameArray
void setPostalRouteNameArray(int i, PostalRouteType.PostalRouteName postalRouteName)Sets ith "PostalRouteName" element
-
insertNewPostalRouteName
PostalRouteType.PostalRouteName insertNewPostalRouteName(int i)
Inserts and returns a new empty value (as xml) as the ith "PostalRouteName" element
-
addNewPostalRouteName
PostalRouteType.PostalRouteName addNewPostalRouteName()
Appends and returns a new empty value (as xml) as the last "PostalRouteName" element
-
removePostalRouteName
void removePostalRouteName(int i)
Removes the ith "PostalRouteName" element
-
getPostalRouteNumber
PostalRouteType.PostalRouteNumber getPostalRouteNumber()
Gets the "PostalRouteNumber" element
-
isSetPostalRouteNumber
boolean isSetPostalRouteNumber()
True if has "PostalRouteNumber" element
-
setPostalRouteNumber
void setPostalRouteNumber(PostalRouteType.PostalRouteNumber postalRouteNumber)
Sets the "PostalRouteNumber" element
-
addNewPostalRouteNumber
PostalRouteType.PostalRouteNumber addNewPostalRouteNumber()
Appends and returns a new empty "PostalRouteNumber" element
-
unsetPostalRouteNumber
void unsetPostalRouteNumber()
Unsets the "PostalRouteNumber" 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
-
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
-
-