public interface FirmType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
FirmType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
FirmType.FirmName
An XML FirmName(@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
|
DepartmentDocument.Department |
addNewDepartment()
Appends and returns a new empty value (as xml) as the last "Department" element
|
FirmType.FirmName |
addNewFirmName()
Appends and returns a new empty value (as xml) as the last "FirmName" 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[] |
getDepartmentArray()
Gets array of all "Department" elements
|
DepartmentDocument.Department |
getDepartmentArray(int i)
Gets ith "Department" element
|
FirmType.FirmName[] |
getFirmNameArray()
Gets array of all "FirmName" elements
|
FirmType.FirmName |
getFirmNameArray(int i)
Gets ith "FirmName" 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 |
insertNewDepartment(int i)
Inserts and returns a new empty value (as xml) as the ith "Department" element
|
FirmType.FirmName |
insertNewFirmName(int i)
Inserts and returns a new empty value (as xml) as the ith "FirmName" 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 |
removeDepartment(int i)
Removes the ith "Department" element
|
void |
removeFirmName(int i)
Removes the ith "FirmName" element
|
void |
setAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)
Sets array of all "AddressLine" element
|
void |
setAddressLineArray(int i,
AddressLineDocument.AddressLine addressLine)
Sets ith "AddressLine" element
|
void |
setDepartmentArray(DepartmentDocument.Department[] departmentArray)
Sets array of all "Department" element
|
void |
setDepartmentArray(int i,
DepartmentDocument.Department department)
Sets ith "Department" element
|
void |
setFirmNameArray(FirmType.FirmName[] firmNameArray)
Sets array of all "FirmName" element
|
void |
setFirmNameArray(int i,
FirmType.FirmName firmName)
Sets ith "FirmName" 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 |
sizeOfDepartmentArray()
Returns number of "Department" element
|
int |
sizeOfFirmNameArray()
Returns number of "FirmName" 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)
FirmType.FirmName[] getFirmNameArray()
FirmType.FirmName getFirmNameArray(int i)
int sizeOfFirmNameArray()
void setFirmNameArray(FirmType.FirmName[] firmNameArray)
void setFirmNameArray(int i,
FirmType.FirmName firmName)
FirmType.FirmName insertNewFirmName(int i)
FirmType.FirmName addNewFirmName()
void removeFirmName(int i)
DepartmentDocument.Department[] getDepartmentArray()
DepartmentDocument.Department getDepartmentArray(int i)
int sizeOfDepartmentArray()
void setDepartmentArray(DepartmentDocument.Department[] departmentArray)
void setDepartmentArray(int i,
DepartmentDocument.Department department)
DepartmentDocument.Department insertNewDepartment(int i)
DepartmentDocument.Department addNewDepartment()
void removeDepartment(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.