public interface MailStopType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
MailStopType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
MailStopType.MailStopName
An XML MailStopName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
|
static interface |
MailStopType.MailStopNumber
An XML MailStopNumber(@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
|
MailStopType.MailStopName |
addNewMailStopName()
Appends and returns a new empty "MailStopName" element
|
MailStopType.MailStopNumber |
addNewMailStopNumber()
Appends and returns a new empty "MailStopNumber" 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
|
MailStopType.MailStopName |
getMailStopName()
Gets the "MailStopName" element
|
MailStopType.MailStopNumber |
getMailStopNumber()
Gets the "MailStopNumber" 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
|
boolean |
isSetMailStopName()
True if has "MailStopName" element
|
boolean |
isSetMailStopNumber()
True if has "MailStopNumber" element
|
boolean |
isSetType()
True if has "Type" attribute
|
void |
removeAddressLine(int i)
Removes the ith "AddressLine" element
|
void |
setAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)
Sets array of all "AddressLine" element
|
void |
setAddressLineArray(int i,
AddressLineDocument.AddressLine addressLine)
Sets ith "AddressLine" element
|
void |
setMailStopName(MailStopType.MailStopName mailStopName)
Sets the "MailStopName" element
|
void |
setMailStopNumber(MailStopType.MailStopNumber mailStopNumber)
Sets the "MailStopNumber" element
|
void |
setType(org.apache.xmlbeans.XmlAnySimpleType type)
Sets the "Type" attribute
|
int |
sizeOfAddressLineArray()
Returns number of "AddressLine" element
|
void |
unsetMailStopName()
Unsets the "MailStopName" element
|
void |
unsetMailStopNumber()
Unsets the "MailStopNumber" 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)
MailStopType.MailStopName getMailStopName()
boolean isSetMailStopName()
void setMailStopName(MailStopType.MailStopName mailStopName)
MailStopType.MailStopName addNewMailStopName()
void unsetMailStopName()
MailStopType.MailStopNumber getMailStopNumber()
boolean isSetMailStopNumber()
void setMailStopNumber(MailStopType.MailStopNumber mailStopNumber)
MailStopType.MailStopNumber addNewMailStopNumber()
void unsetMailStopNumber()
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.