public static interface DepartmentDocument.Department
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DepartmentDocument.Department.DepartmentName
An XML DepartmentName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
|
static class |
DepartmentDocument.Department.Factory
A factory class with static methods for creating instances
of this type.
|
| 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
|
DepartmentDocument.Department.DepartmentName |
addNewDepartmentName()
Appends and returns a new empty value (as xml) as the last "DepartmentName" element
|
MailStopType |
addNewMailStop()
Appends and returns a new empty "MailStop" element
|
PostalCodeDocument.PostalCode |
addNewPostalCode()
Appends and returns a new empty "PostalCode" 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
|
DepartmentDocument.Department.DepartmentName[] |
getDepartmentNameArray()
Gets array of all "DepartmentName" elements
|
DepartmentDocument.Department.DepartmentName |
getDepartmentNameArray(int i)
Gets ith "DepartmentName" element
|
MailStopType |
getMailStop()
Gets the "MailStop" element
|
PostalCodeDocument.PostalCode |
getPostalCode()
Gets the "PostalCode" 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
|
DepartmentDocument.Department.DepartmentName |
insertNewDepartmentName(int i)
Inserts and returns a new empty value (as xml) as the ith "DepartmentName" element
|
boolean |
isSetMailStop()
True if has "MailStop" element
|
boolean |
isSetPostalCode()
True if has "PostalCode" element
|
boolean |
isSetType()
True if has "Type" attribute
|
void |
removeAddressLine(int i)
Removes the ith "AddressLine" element
|
void |
removeDepartmentName(int i)
Removes the ith "DepartmentName" element
|
void |
setAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)
Sets array of all "AddressLine" element
|
void |
setAddressLineArray(int i,
AddressLineDocument.AddressLine addressLine)
Sets ith "AddressLine" element
|
void |
setDepartmentNameArray(DepartmentDocument.Department.DepartmentName[] departmentNameArray)
Sets array of all "DepartmentName" element
|
void |
setDepartmentNameArray(int i,
DepartmentDocument.Department.DepartmentName departmentName)
Sets ith "DepartmentName" element
|
void |
setMailStop(MailStopType mailStop)
Sets the "MailStop" element
|
void |
setPostalCode(PostalCodeDocument.PostalCode postalCode)
Sets the "PostalCode" element
|
void |
setType(org.apache.xmlbeans.XmlAnySimpleType type)
Sets the "Type" attribute
|
int |
sizeOfAddressLineArray()
Returns number of "AddressLine" element
|
int |
sizeOfDepartmentNameArray()
Returns number of "DepartmentName" element
|
void |
unsetMailStop()
Unsets the "MailStop" element
|
void |
unsetPostalCode()
Unsets the "PostalCode" 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)
DepartmentDocument.Department.DepartmentName[] getDepartmentNameArray()
DepartmentDocument.Department.DepartmentName getDepartmentNameArray(int i)
int sizeOfDepartmentNameArray()
void setDepartmentNameArray(DepartmentDocument.Department.DepartmentName[] departmentNameArray)
void setDepartmentNameArray(int i,
DepartmentDocument.Department.DepartmentName departmentName)
DepartmentDocument.Department.DepartmentName insertNewDepartmentName(int i)
DepartmentDocument.Department.DepartmentName addNewDepartmentName()
void removeDepartmentName(int i)
MailStopType getMailStop()
boolean isSetMailStop()
void setMailStop(MailStopType mailStop)
MailStopType addNewMailStop()
void unsetMailStop()
PostalCodeDocument.PostalCode getPostalCode()
boolean isSetPostalCode()
void setPostalCode(PostalCodeDocument.PostalCode postalCode)
PostalCodeDocument.PostalCode addNewPostalCode()
void unsetPostalCode()
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.