public static interface PostalCodeDocument.PostalCode.PostTown
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
PostalCodeDocument.PostalCode.PostTown.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
PostalCodeDocument.PostalCode.PostTown.PostTownName
An XML PostTownName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
|
static interface |
PostalCodeDocument.PostalCode.PostTown.PostTownSuffix
An XML PostTownSuffix(@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
|
PostalCodeDocument.PostalCode.PostTown.PostTownName |
addNewPostTownName()
Appends and returns a new empty value (as xml) as the last "PostTownName" element
|
PostalCodeDocument.PostalCode.PostTown.PostTownSuffix |
addNewPostTownSuffix()
Appends and returns a new empty "PostTownSuffix" 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
|
PostalCodeDocument.PostalCode.PostTown.PostTownName[] |
getPostTownNameArray()
Gets array of all "PostTownName" elements
|
PostalCodeDocument.PostalCode.PostTown.PostTownName |
getPostTownNameArray(int i)
Gets ith "PostTownName" element
|
PostalCodeDocument.PostalCode.PostTown.PostTownSuffix |
getPostTownSuffix()
Gets the "PostTownSuffix" 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
|
PostalCodeDocument.PostalCode.PostTown.PostTownName |
insertNewPostTownName(int i)
Inserts and returns a new empty value (as xml) as the ith "PostTownName" element
|
boolean |
isSetPostTownSuffix()
True if has "PostTownSuffix" element
|
boolean |
isSetType()
True if has "Type" attribute
|
void |
removeAddressLine(int i)
Removes the ith "AddressLine" element
|
void |
removePostTownName(int i)
Removes the ith "PostTownName" element
|
void |
setAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)
Sets array of all "AddressLine" element
|
void |
setAddressLineArray(int i,
AddressLineDocument.AddressLine addressLine)
Sets ith "AddressLine" element
|
void |
setPostTownNameArray(int i,
PostalCodeDocument.PostalCode.PostTown.PostTownName postTownName)
Sets ith "PostTownName" element
|
void |
setPostTownNameArray(PostalCodeDocument.PostalCode.PostTown.PostTownName[] postTownNameArray)
Sets array of all "PostTownName" element
|
void |
setPostTownSuffix(PostalCodeDocument.PostalCode.PostTown.PostTownSuffix postTownSuffix)
Sets the "PostTownSuffix" element
|
void |
setType(org.apache.xmlbeans.XmlAnySimpleType type)
Sets the "Type" attribute
|
int |
sizeOfAddressLineArray()
Returns number of "AddressLine" element
|
int |
sizeOfPostTownNameArray()
Returns number of "PostTownName" element
|
void |
unsetPostTownSuffix()
Unsets the "PostTownSuffix" 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)
PostalCodeDocument.PostalCode.PostTown.PostTownName[] getPostTownNameArray()
PostalCodeDocument.PostalCode.PostTown.PostTownName getPostTownNameArray(int i)
int sizeOfPostTownNameArray()
void setPostTownNameArray(PostalCodeDocument.PostalCode.PostTown.PostTownName[] postTownNameArray)
void setPostTownNameArray(int i,
PostalCodeDocument.PostalCode.PostTown.PostTownName postTownName)
PostalCodeDocument.PostalCode.PostTown.PostTownName insertNewPostTownName(int i)
PostalCodeDocument.PostalCode.PostTown.PostTownName addNewPostTownName()
void removePostTownName(int i)
PostalCodeDocument.PostalCode.PostTown.PostTownSuffix getPostTownSuffix()
boolean isSetPostTownSuffix()
void setPostTownSuffix(PostalCodeDocument.PostalCode.PostTown.PostTownSuffix postTownSuffix)
PostalCodeDocument.PostalCode.PostTown.PostTownSuffix addNewPostTownSuffix()
void unsetPostTownSuffix()
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.