Package x0.oasisNamesTcCiqXsdschemaXAL2
Interface PostalCodeDocument.PostalCode.PostTown
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PostalCodeDocumentImpl.PostalCodeImpl.PostTownImpl
- Enclosing interface:
- PostalCodeDocument.PostalCode
public static interface PostalCodeDocument.PostalCode.PostTown extends org.apache.xmlbeans.XmlObjectAn XML PostTown(@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 classPostalCodeDocument.PostalCode.PostTown.FactoryA factory class with static methods for creating instances of this type.static interfacePostalCodeDocument.PostalCode.PostTown.PostTownNameAn XML PostTownName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).static interfacePostalCodeDocument.PostalCode.PostTown.PostTownSuffixAn XML PostTownSuffix(@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" elementPostalCodeDocument.PostalCode.PostTown.PostTownNameaddNewPostTownName()Appends and returns a new empty value (as xml) as the last "PostTownName" elementPostalCodeDocument.PostalCode.PostTown.PostTownSuffixaddNewPostTownSuffix()Appends and returns a new empty "PostTownSuffix" 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" elementPostalCodeDocument.PostalCode.PostTown.PostTownName[]getPostTownNameArray()Gets array of all "PostTownName" elementsPostalCodeDocument.PostalCode.PostTown.PostTownNamegetPostTownNameArray(int i)Gets ith "PostTownName" elementPostalCodeDocument.PostalCode.PostTown.PostTownSuffixgetPostTownSuffix()Gets the "PostTownSuffix" elementorg.apache.xmlbeans.XmlAnySimpleTypegetType()Gets the "Type" attributeAddressLineDocument.AddressLineinsertNewAddressLine(int i)Inserts and returns a new empty value (as xml) as the ith "AddressLine" elementPostalCodeDocument.PostalCode.PostTown.PostTownNameinsertNewPostTownName(int i)Inserts and returns a new empty value (as xml) as the ith "PostTownName" elementbooleanisSetPostTownSuffix()True if has "PostTownSuffix" elementbooleanisSetType()True if has "Type" attributevoidremoveAddressLine(int i)Removes the ith "AddressLine" elementvoidremovePostTownName(int i)Removes the ith "PostTownName" elementvoidsetAddressLineArray(int i, AddressLineDocument.AddressLine addressLine)Sets ith "AddressLine" elementvoidsetAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)Sets array of all "AddressLine" elementvoidsetPostTownNameArray(int i, PostalCodeDocument.PostalCode.PostTown.PostTownName postTownName)Sets ith "PostTownName" elementvoidsetPostTownNameArray(PostalCodeDocument.PostalCode.PostTown.PostTownName[] postTownNameArray)Sets array of all "PostTownName" elementvoidsetPostTownSuffix(PostalCodeDocument.PostalCode.PostTown.PostTownSuffix postTownSuffix)Sets the "PostTownSuffix" elementvoidsetType(org.apache.xmlbeans.XmlAnySimpleType type)Sets the "Type" attributeintsizeOfAddressLineArray()Returns number of "AddressLine" elementintsizeOfPostTownNameArray()Returns number of "PostTownName" elementvoidunsetPostTownSuffix()Unsets the "PostTownSuffix" 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
-
getPostTownNameArray
PostalCodeDocument.PostalCode.PostTown.PostTownName[] getPostTownNameArray()
Gets array of all "PostTownName" elements
-
getPostTownNameArray
PostalCodeDocument.PostalCode.PostTown.PostTownName getPostTownNameArray(int i)
Gets ith "PostTownName" element
-
sizeOfPostTownNameArray
int sizeOfPostTownNameArray()
Returns number of "PostTownName" element
-
setPostTownNameArray
void setPostTownNameArray(PostalCodeDocument.PostalCode.PostTown.PostTownName[] postTownNameArray)
Sets array of all "PostTownName" element
-
setPostTownNameArray
void setPostTownNameArray(int i, PostalCodeDocument.PostalCode.PostTown.PostTownName postTownName)Sets ith "PostTownName" element
-
insertNewPostTownName
PostalCodeDocument.PostalCode.PostTown.PostTownName insertNewPostTownName(int i)
Inserts and returns a new empty value (as xml) as the ith "PostTownName" element
-
addNewPostTownName
PostalCodeDocument.PostalCode.PostTown.PostTownName addNewPostTownName()
Appends and returns a new empty value (as xml) as the last "PostTownName" element
-
removePostTownName
void removePostTownName(int i)
Removes the ith "PostTownName" element
-
getPostTownSuffix
PostalCodeDocument.PostalCode.PostTown.PostTownSuffix getPostTownSuffix()
Gets the "PostTownSuffix" element
-
isSetPostTownSuffix
boolean isSetPostTownSuffix()
True if has "PostTownSuffix" element
-
setPostTownSuffix
void setPostTownSuffix(PostalCodeDocument.PostalCode.PostTown.PostTownSuffix postTownSuffix)
Sets the "PostTownSuffix" element
-
addNewPostTownSuffix
PostalCodeDocument.PostalCode.PostTown.PostTownSuffix addNewPostTownSuffix()
Appends and returns a new empty "PostTownSuffix" element
-
unsetPostTownSuffix
void unsetPostTownSuffix()
Unsets the "PostTownSuffix" 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
-
-