public interface PostalRouteType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
PostalRouteType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
PostalRouteType.PostalRouteName
An XML PostalRouteName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
|
static interface |
PostalRouteType.PostalRouteNumber
An XML PostalRouteNumber(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
AddressLineDocument.AddressLine |
addNewAddressLine()
Appends and returns a new empty value (as xml) as the last "AddressLine" element
|
PostalRouteType.PostalRouteName |
addNewPostalRouteName()
Appends and returns a new empty value (as xml) as the last "PostalRouteName" element
|
PostalRouteType.PostalRouteNumber |
addNewPostalRouteNumber()
Appends and returns a new empty "PostalRouteNumber" element
|
PostBoxDocument.PostBox |
addNewPostBox()
Appends and returns a new empty "PostBox" element
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewType()
Appends and returns a new empty "Type" attribute
|
AddressLineDocument.AddressLine[] |
getAddressLineArray()
Gets array of all "AddressLine" elements
|
AddressLineDocument.AddressLine |
getAddressLineArray(int i)
Gets ith "AddressLine" element
|
PostalRouteType.PostalRouteName[] |
getPostalRouteNameArray()
Gets array of all "PostalRouteName" elements
|
PostalRouteType.PostalRouteName |
getPostalRouteNameArray(int i)
Gets ith "PostalRouteName" element
|
PostalRouteType.PostalRouteNumber |
getPostalRouteNumber()
Gets the "PostalRouteNumber" element
|
PostBoxDocument.PostBox |
getPostBox()
Gets the "PostBox" element
|
org.apache.xmlbeans.XmlAnySimpleType |
getType()
Gets the "Type" attribute
|
AddressLineDocument.AddressLine |
insertNewAddressLine(int i)
Inserts and returns a new empty value (as xml) as the ith "AddressLine" element
|
PostalRouteType.PostalRouteName |
insertNewPostalRouteName(int i)
Inserts and returns a new empty value (as xml) as the ith "PostalRouteName" element
|
boolean |
isSetPostalRouteNumber()
True if has "PostalRouteNumber" element
|
boolean |
isSetPostBox()
True if has "PostBox" element
|
boolean |
isSetType()
True if has "Type" attribute
|
void |
removeAddressLine(int i)
Removes the ith "AddressLine" element
|
void |
removePostalRouteName(int i)
Removes the ith "PostalRouteName" element
|
void |
setAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)
Sets array of all "AddressLine" element
|
void |
setAddressLineArray(int i,
AddressLineDocument.AddressLine addressLine)
Sets ith "AddressLine" element
|
void |
setPostalRouteNameArray(int i,
PostalRouteType.PostalRouteName postalRouteName)
Sets ith "PostalRouteName" element
|
void |
setPostalRouteNameArray(PostalRouteType.PostalRouteName[] postalRouteNameArray)
Sets array of all "PostalRouteName" element
|
void |
setPostalRouteNumber(PostalRouteType.PostalRouteNumber postalRouteNumber)
Sets the "PostalRouteNumber" element
|
void |
setPostBox(PostBoxDocument.PostBox postBox)
Sets the "PostBox" element
|
void |
setType(org.apache.xmlbeans.XmlAnySimpleType type)
Sets the "Type" attribute
|
int |
sizeOfAddressLineArray()
Returns number of "AddressLine" element
|
int |
sizeOfPostalRouteNameArray()
Returns number of "PostalRouteName" element
|
void |
unsetPostalRouteNumber()
Unsets the "PostalRouteNumber" element
|
void |
unsetPostBox()
Unsets the "PostBox" element
|
void |
unsetType()
Unsets the "Type" 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, xmlTextAddressLineDocument.AddressLine[] getAddressLineArray()
AddressLineDocument.AddressLine getAddressLineArray(int i)
int sizeOfAddressLineArray()
void setAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)
void setAddressLineArray(int i,
AddressLineDocument.AddressLine addressLine)
AddressLineDocument.AddressLine insertNewAddressLine(int i)
AddressLineDocument.AddressLine addNewAddressLine()
void removeAddressLine(int i)
PostalRouteType.PostalRouteName[] getPostalRouteNameArray()
PostalRouteType.PostalRouteName getPostalRouteNameArray(int i)
int sizeOfPostalRouteNameArray()
void setPostalRouteNameArray(PostalRouteType.PostalRouteName[] postalRouteNameArray)
void setPostalRouteNameArray(int i,
PostalRouteType.PostalRouteName postalRouteName)
PostalRouteType.PostalRouteName insertNewPostalRouteName(int i)
PostalRouteType.PostalRouteName addNewPostalRouteName()
void removePostalRouteName(int i)
PostalRouteType.PostalRouteNumber getPostalRouteNumber()
boolean isSetPostalRouteNumber()
void setPostalRouteNumber(PostalRouteType.PostalRouteNumber postalRouteNumber)
PostalRouteType.PostalRouteNumber addNewPostalRouteNumber()
void unsetPostalRouteNumber()
PostBoxDocument.PostBox getPostBox()
boolean isSetPostBox()
void setPostBox(PostBoxDocument.PostBox postBox)
PostBoxDocument.PostBox addNewPostBox()
void unsetPostBox()
org.apache.xmlbeans.XmlAnySimpleType getType()
boolean isSetType()
void setType(org.apache.xmlbeans.XmlAnySimpleType type)
org.apache.xmlbeans.XmlAnySimpleType addNewType()
void unsetType()
Copyright © 2015–2018 52north.org. All rights reserved.