Package x0.oasisNamesTcCiqXsdschemaXAL2
Interface MailStopType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MailStopTypeImpl
public interface MailStopType extends org.apache.xmlbeans.XmlObjectAn XML MailStopType(@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 classMailStopType.FactoryA factory class with static methods for creating instances of this type.static interfaceMailStopType.MailStopNameAn XML MailStopName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).static interfaceMailStopType.MailStopNumberAn XML MailStopNumber(@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" elementMailStopType.MailStopNameaddNewMailStopName()Appends and returns a new empty "MailStopName" elementMailStopType.MailStopNumberaddNewMailStopNumber()Appends and returns a new empty "MailStopNumber" 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" elementMailStopType.MailStopNamegetMailStopName()Gets the "MailStopName" elementMailStopType.MailStopNumbergetMailStopNumber()Gets the "MailStopNumber" elementorg.apache.xmlbeans.XmlAnySimpleTypegetType()Gets the "Type" attributeAddressLineDocument.AddressLineinsertNewAddressLine(int i)Inserts and returns a new empty value (as xml) as the ith "AddressLine" elementbooleanisSetMailStopName()True if has "MailStopName" elementbooleanisSetMailStopNumber()True if has "MailStopNumber" elementbooleanisSetType()True if has "Type" attributevoidremoveAddressLine(int i)Removes the ith "AddressLine" elementvoidsetAddressLineArray(int i, AddressLineDocument.AddressLine addressLine)Sets ith "AddressLine" elementvoidsetAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)Sets array of all "AddressLine" elementvoidsetMailStopName(MailStopType.MailStopName mailStopName)Sets the "MailStopName" elementvoidsetMailStopNumber(MailStopType.MailStopNumber mailStopNumber)Sets the "MailStopNumber" elementvoidsetType(org.apache.xmlbeans.XmlAnySimpleType type)Sets the "Type" attributeintsizeOfAddressLineArray()Returns number of "AddressLine" elementvoidunsetMailStopName()Unsets the "MailStopName" elementvoidunsetMailStopNumber()Unsets the "MailStopNumber" 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
-
getMailStopName
MailStopType.MailStopName getMailStopName()
Gets the "MailStopName" element
-
isSetMailStopName
boolean isSetMailStopName()
True if has "MailStopName" element
-
setMailStopName
void setMailStopName(MailStopType.MailStopName mailStopName)
Sets the "MailStopName" element
-
addNewMailStopName
MailStopType.MailStopName addNewMailStopName()
Appends and returns a new empty "MailStopName" element
-
unsetMailStopName
void unsetMailStopName()
Unsets the "MailStopName" element
-
getMailStopNumber
MailStopType.MailStopNumber getMailStopNumber()
Gets the "MailStopNumber" element
-
isSetMailStopNumber
boolean isSetMailStopNumber()
True if has "MailStopNumber" element
-
setMailStopNumber
void setMailStopNumber(MailStopType.MailStopNumber mailStopNumber)
Sets the "MailStopNumber" element
-
addNewMailStopNumber
MailStopType.MailStopNumber addNewMailStopNumber()
Appends and returns a new empty "MailStopNumber" element
-
unsetMailStopNumber
void unsetMailStopNumber()
Unsets the "MailStopNumber" 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
-
-