Package x0.oasisNamesTcCiqXsdschemaXAL2
Interface DepartmentDocument.Department
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DepartmentDocumentImpl.DepartmentImpl
- Enclosing interface:
- DepartmentDocument
public static interface DepartmentDocument.Department extends org.apache.xmlbeans.XmlObjectAn XML Department(@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 interfaceDepartmentDocument.Department.DepartmentNameAn XML DepartmentName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).static classDepartmentDocument.Department.FactoryA factory class with static methods for creating instances of this type.
-
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" elementDepartmentDocument.Department.DepartmentNameaddNewDepartmentName()Appends and returns a new empty value (as xml) as the last "DepartmentName" elementMailStopTypeaddNewMailStop()Appends and returns a new empty "MailStop" elementPostalCodeDocument.PostalCodeaddNewPostalCode()Appends and returns a new empty "PostalCode" 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" elementDepartmentDocument.Department.DepartmentName[]getDepartmentNameArray()Gets array of all "DepartmentName" elementsDepartmentDocument.Department.DepartmentNamegetDepartmentNameArray(int i)Gets ith "DepartmentName" elementMailStopTypegetMailStop()Gets the "MailStop" elementPostalCodeDocument.PostalCodegetPostalCode()Gets the "PostalCode" elementorg.apache.xmlbeans.XmlAnySimpleTypegetType()Gets the "Type" attributeAddressLineDocument.AddressLineinsertNewAddressLine(int i)Inserts and returns a new empty value (as xml) as the ith "AddressLine" elementDepartmentDocument.Department.DepartmentNameinsertNewDepartmentName(int i)Inserts and returns a new empty value (as xml) as the ith "DepartmentName" elementbooleanisSetMailStop()True if has "MailStop" elementbooleanisSetPostalCode()True if has "PostalCode" elementbooleanisSetType()True if has "Type" attributevoidremoveAddressLine(int i)Removes the ith "AddressLine" elementvoidremoveDepartmentName(int i)Removes the ith "DepartmentName" elementvoidsetAddressLineArray(int i, AddressLineDocument.AddressLine addressLine)Sets ith "AddressLine" elementvoidsetAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)Sets array of all "AddressLine" elementvoidsetDepartmentNameArray(int i, DepartmentDocument.Department.DepartmentName departmentName)Sets ith "DepartmentName" elementvoidsetDepartmentNameArray(DepartmentDocument.Department.DepartmentName[] departmentNameArray)Sets array of all "DepartmentName" elementvoidsetMailStop(MailStopType mailStop)Sets the "MailStop" elementvoidsetPostalCode(PostalCodeDocument.PostalCode postalCode)Sets the "PostalCode" elementvoidsetType(org.apache.xmlbeans.XmlAnySimpleType type)Sets the "Type" attributeintsizeOfAddressLineArray()Returns number of "AddressLine" elementintsizeOfDepartmentNameArray()Returns number of "DepartmentName" elementvoidunsetMailStop()Unsets the "MailStop" elementvoidunsetPostalCode()Unsets the "PostalCode" 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
-
getDepartmentNameArray
DepartmentDocument.Department.DepartmentName[] getDepartmentNameArray()
Gets array of all "DepartmentName" elements
-
getDepartmentNameArray
DepartmentDocument.Department.DepartmentName getDepartmentNameArray(int i)
Gets ith "DepartmentName" element
-
sizeOfDepartmentNameArray
int sizeOfDepartmentNameArray()
Returns number of "DepartmentName" element
-
setDepartmentNameArray
void setDepartmentNameArray(DepartmentDocument.Department.DepartmentName[] departmentNameArray)
Sets array of all "DepartmentName" element
-
setDepartmentNameArray
void setDepartmentNameArray(int i, DepartmentDocument.Department.DepartmentName departmentName)Sets ith "DepartmentName" element
-
insertNewDepartmentName
DepartmentDocument.Department.DepartmentName insertNewDepartmentName(int i)
Inserts and returns a new empty value (as xml) as the ith "DepartmentName" element
-
addNewDepartmentName
DepartmentDocument.Department.DepartmentName addNewDepartmentName()
Appends and returns a new empty value (as xml) as the last "DepartmentName" element
-
removeDepartmentName
void removeDepartmentName(int i)
Removes the ith "DepartmentName" element
-
getMailStop
MailStopType getMailStop()
Gets the "MailStop" element
-
isSetMailStop
boolean isSetMailStop()
True if has "MailStop" element
-
setMailStop
void setMailStop(MailStopType mailStop)
Sets the "MailStop" element
-
addNewMailStop
MailStopType addNewMailStop()
Appends and returns a new empty "MailStop" element
-
unsetMailStop
void unsetMailStop()
Unsets the "MailStop" element
-
getPostalCode
PostalCodeDocument.PostalCode getPostalCode()
Gets the "PostalCode" element
-
isSetPostalCode
boolean isSetPostalCode()
True if has "PostalCode" element
-
setPostalCode
void setPostalCode(PostalCodeDocument.PostalCode postalCode)
Sets the "PostalCode" element
-
addNewPostalCode
PostalCodeDocument.PostalCode addNewPostalCode()
Appends and returns a new empty "PostalCode" element
-
unsetPostalCode
void unsetPostalCode()
Unsets the "PostalCode" 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
-
-