Package x0.oasisNamesTcCiqXsdschemaXAL2
Interface FirmType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
FirmTypeImpl
public interface FirmType extends org.apache.xmlbeans.XmlObjectAn XML FirmType(@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 classFirmType.FactoryA factory class with static methods for creating instances of this type.static interfaceFirmType.FirmNameAn XML FirmName(@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" elementDepartmentDocument.DepartmentaddNewDepartment()Appends and returns a new empty value (as xml) as the last "Department" elementFirmType.FirmNameaddNewFirmName()Appends and returns a new empty value (as xml) as the last "FirmName" 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[]getDepartmentArray()Gets array of all "Department" elementsDepartmentDocument.DepartmentgetDepartmentArray(int i)Gets ith "Department" elementFirmType.FirmName[]getFirmNameArray()Gets array of all "FirmName" elementsFirmType.FirmNamegetFirmNameArray(int i)Gets ith "FirmName" 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.DepartmentinsertNewDepartment(int i)Inserts and returns a new empty value (as xml) as the ith "Department" elementFirmType.FirmNameinsertNewFirmName(int i)Inserts and returns a new empty value (as xml) as the ith "FirmName" elementbooleanisSetMailStop()True if has "MailStop" elementbooleanisSetPostalCode()True if has "PostalCode" elementbooleanisSetType()True if has "Type" attributevoidremoveAddressLine(int i)Removes the ith "AddressLine" elementvoidremoveDepartment(int i)Removes the ith "Department" elementvoidremoveFirmName(int i)Removes the ith "FirmName" elementvoidsetAddressLineArray(int i, AddressLineDocument.AddressLine addressLine)Sets ith "AddressLine" elementvoidsetAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)Sets array of all "AddressLine" elementvoidsetDepartmentArray(int i, DepartmentDocument.Department department)Sets ith "Department" elementvoidsetDepartmentArray(DepartmentDocument.Department[] departmentArray)Sets array of all "Department" elementvoidsetFirmNameArray(int i, FirmType.FirmName firmName)Sets ith "FirmName" elementvoidsetFirmNameArray(FirmType.FirmName[] firmNameArray)Sets array of all "FirmName" 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" elementintsizeOfDepartmentArray()Returns number of "Department" elementintsizeOfFirmNameArray()Returns number of "FirmName" 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
-
getFirmNameArray
FirmType.FirmName[] getFirmNameArray()
Gets array of all "FirmName" elements
-
getFirmNameArray
FirmType.FirmName getFirmNameArray(int i)
Gets ith "FirmName" element
-
sizeOfFirmNameArray
int sizeOfFirmNameArray()
Returns number of "FirmName" element
-
setFirmNameArray
void setFirmNameArray(FirmType.FirmName[] firmNameArray)
Sets array of all "FirmName" element
-
setFirmNameArray
void setFirmNameArray(int i, FirmType.FirmName firmName)Sets ith "FirmName" element
-
insertNewFirmName
FirmType.FirmName insertNewFirmName(int i)
Inserts and returns a new empty value (as xml) as the ith "FirmName" element
-
addNewFirmName
FirmType.FirmName addNewFirmName()
Appends and returns a new empty value (as xml) as the last "FirmName" element
-
removeFirmName
void removeFirmName(int i)
Removes the ith "FirmName" element
-
getDepartmentArray
DepartmentDocument.Department[] getDepartmentArray()
Gets array of all "Department" elements
-
getDepartmentArray
DepartmentDocument.Department getDepartmentArray(int i)
Gets ith "Department" element
-
sizeOfDepartmentArray
int sizeOfDepartmentArray()
Returns number of "Department" element
-
setDepartmentArray
void setDepartmentArray(DepartmentDocument.Department[] departmentArray)
Sets array of all "Department" element
-
setDepartmentArray
void setDepartmentArray(int i, DepartmentDocument.Department department)Sets ith "Department" element
-
insertNewDepartment
DepartmentDocument.Department insertNewDepartment(int i)
Inserts and returns a new empty value (as xml) as the ith "Department" element
-
addNewDepartment
DepartmentDocument.Department addNewDepartment()
Appends and returns a new empty value (as xml) as the last "Department" element
-
removeDepartment
void removeDepartment(int i)
Removes the ith "Department" 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
-
-