Package x0.oasisNamesTcCiqXsdschemaXAL2
Interface LargeMailUserType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LargeMailUserTypeImpl
public interface LargeMailUserType extends org.apache.xmlbeans.XmlObjectAn XML LargeMailUserType(@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 classLargeMailUserType.FactoryA factory class with static methods for creating instances of this type.static interfaceLargeMailUserType.LargeMailUserIdentifierAn XML LargeMailUserIdentifier(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).static interfaceLargeMailUserType.LargeMailUserNameAn XML LargeMailUserName(@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" elementBuildingNameTypeaddNewBuildingName()Appends and returns a new empty value (as xml) as the last "BuildingName" elementDepartmentDocument.DepartmentaddNewDepartment()Appends and returns a new empty "Department" elementLargeMailUserType.LargeMailUserIdentifieraddNewLargeMailUserIdentifier()Appends and returns a new empty "LargeMailUserIdentifier" elementLargeMailUserType.LargeMailUserNameaddNewLargeMailUserName()Appends and returns a new empty value (as xml) as the last "LargeMailUserName" elementPostalCodeDocument.PostalCodeaddNewPostalCode()Appends and returns a new empty "PostalCode" elementPostBoxDocument.PostBoxaddNewPostBox()Appends and returns a new empty "PostBox" elementThoroughfareDocument.ThoroughfareaddNewThoroughfare()Appends and returns a new empty "Thoroughfare" elementAddressLineDocument.AddressLine[]getAddressLineArray()Gets array of all "AddressLine" elementsAddressLineDocument.AddressLinegetAddressLineArray(int i)Gets ith "AddressLine" elementBuildingNameType[]getBuildingNameArray()Gets array of all "BuildingName" elementsBuildingNameTypegetBuildingNameArray(int i)Gets ith "BuildingName" elementDepartmentDocument.DepartmentgetDepartment()Gets the "Department" elementLargeMailUserType.LargeMailUserIdentifiergetLargeMailUserIdentifier()Gets the "LargeMailUserIdentifier" elementLargeMailUserType.LargeMailUserName[]getLargeMailUserNameArray()Gets array of all "LargeMailUserName" elementsLargeMailUserType.LargeMailUserNamegetLargeMailUserNameArray(int i)Gets ith "LargeMailUserName" elementPostalCodeDocument.PostalCodegetPostalCode()Gets the "PostalCode" elementPostBoxDocument.PostBoxgetPostBox()Gets the "PostBox" elementThoroughfareDocument.ThoroughfaregetThoroughfare()Gets the "Thoroughfare" elementStringgetType()Gets the "Type" attributeAddressLineDocument.AddressLineinsertNewAddressLine(int i)Inserts and returns a new empty value (as xml) as the ith "AddressLine" elementBuildingNameTypeinsertNewBuildingName(int i)Inserts and returns a new empty value (as xml) as the ith "BuildingName" elementLargeMailUserType.LargeMailUserNameinsertNewLargeMailUserName(int i)Inserts and returns a new empty value (as xml) as the ith "LargeMailUserName" elementbooleanisSetDepartment()True if has "Department" elementbooleanisSetLargeMailUserIdentifier()True if has "LargeMailUserIdentifier" elementbooleanisSetPostalCode()True if has "PostalCode" elementbooleanisSetPostBox()True if has "PostBox" elementbooleanisSetThoroughfare()True if has "Thoroughfare" elementbooleanisSetType()True if has "Type" attributevoidremoveAddressLine(int i)Removes the ith "AddressLine" elementvoidremoveBuildingName(int i)Removes the ith "BuildingName" elementvoidremoveLargeMailUserName(int i)Removes the ith "LargeMailUserName" elementvoidsetAddressLineArray(int i, AddressLineDocument.AddressLine addressLine)Sets ith "AddressLine" elementvoidsetAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)Sets array of all "AddressLine" elementvoidsetBuildingNameArray(int i, BuildingNameType buildingName)Sets ith "BuildingName" elementvoidsetBuildingNameArray(BuildingNameType[] buildingNameArray)Sets array of all "BuildingName" elementvoidsetDepartment(DepartmentDocument.Department department)Sets the "Department" elementvoidsetLargeMailUserIdentifier(LargeMailUserType.LargeMailUserIdentifier largeMailUserIdentifier)Sets the "LargeMailUserIdentifier" elementvoidsetLargeMailUserNameArray(int i, LargeMailUserType.LargeMailUserName largeMailUserName)Sets ith "LargeMailUserName" elementvoidsetLargeMailUserNameArray(LargeMailUserType.LargeMailUserName[] largeMailUserNameArray)Sets array of all "LargeMailUserName" elementvoidsetPostalCode(PostalCodeDocument.PostalCode postalCode)Sets the "PostalCode" elementvoidsetPostBox(PostBoxDocument.PostBox postBox)Sets the "PostBox" elementvoidsetThoroughfare(ThoroughfareDocument.Thoroughfare thoroughfare)Sets the "Thoroughfare" elementvoidsetType(String type)Sets the "Type" attributeintsizeOfAddressLineArray()Returns number of "AddressLine" elementintsizeOfBuildingNameArray()Returns number of "BuildingName" elementintsizeOfLargeMailUserNameArray()Returns number of "LargeMailUserName" elementvoidunsetDepartment()Unsets the "Department" elementvoidunsetLargeMailUserIdentifier()Unsets the "LargeMailUserIdentifier" elementvoidunsetPostalCode()Unsets the "PostalCode" elementvoidunsetPostBox()Unsets the "PostBox" elementvoidunsetThoroughfare()Unsets the "Thoroughfare" elementvoidunsetType()Unsets the "Type" attributeorg.apache.xmlbeans.XmlStringxgetType()Gets (as xml) the "Type" attributevoidxsetType(org.apache.xmlbeans.XmlString type)Sets (as xml) 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
-
getLargeMailUserNameArray
LargeMailUserType.LargeMailUserName[] getLargeMailUserNameArray()
Gets array of all "LargeMailUserName" elements
-
getLargeMailUserNameArray
LargeMailUserType.LargeMailUserName getLargeMailUserNameArray(int i)
Gets ith "LargeMailUserName" element
-
sizeOfLargeMailUserNameArray
int sizeOfLargeMailUserNameArray()
Returns number of "LargeMailUserName" element
-
setLargeMailUserNameArray
void setLargeMailUserNameArray(LargeMailUserType.LargeMailUserName[] largeMailUserNameArray)
Sets array of all "LargeMailUserName" element
-
setLargeMailUserNameArray
void setLargeMailUserNameArray(int i, LargeMailUserType.LargeMailUserName largeMailUserName)Sets ith "LargeMailUserName" element
-
insertNewLargeMailUserName
LargeMailUserType.LargeMailUserName insertNewLargeMailUserName(int i)
Inserts and returns a new empty value (as xml) as the ith "LargeMailUserName" element
-
addNewLargeMailUserName
LargeMailUserType.LargeMailUserName addNewLargeMailUserName()
Appends and returns a new empty value (as xml) as the last "LargeMailUserName" element
-
removeLargeMailUserName
void removeLargeMailUserName(int i)
Removes the ith "LargeMailUserName" element
-
getLargeMailUserIdentifier
LargeMailUserType.LargeMailUserIdentifier getLargeMailUserIdentifier()
Gets the "LargeMailUserIdentifier" element
-
isSetLargeMailUserIdentifier
boolean isSetLargeMailUserIdentifier()
True if has "LargeMailUserIdentifier" element
-
setLargeMailUserIdentifier
void setLargeMailUserIdentifier(LargeMailUserType.LargeMailUserIdentifier largeMailUserIdentifier)
Sets the "LargeMailUserIdentifier" element
-
addNewLargeMailUserIdentifier
LargeMailUserType.LargeMailUserIdentifier addNewLargeMailUserIdentifier()
Appends and returns a new empty "LargeMailUserIdentifier" element
-
unsetLargeMailUserIdentifier
void unsetLargeMailUserIdentifier()
Unsets the "LargeMailUserIdentifier" element
-
getBuildingNameArray
BuildingNameType[] getBuildingNameArray()
Gets array of all "BuildingName" elements
-
getBuildingNameArray
BuildingNameType getBuildingNameArray(int i)
Gets ith "BuildingName" element
-
sizeOfBuildingNameArray
int sizeOfBuildingNameArray()
Returns number of "BuildingName" element
-
setBuildingNameArray
void setBuildingNameArray(BuildingNameType[] buildingNameArray)
Sets array of all "BuildingName" element
-
setBuildingNameArray
void setBuildingNameArray(int i, BuildingNameType buildingName)Sets ith "BuildingName" element
-
insertNewBuildingName
BuildingNameType insertNewBuildingName(int i)
Inserts and returns a new empty value (as xml) as the ith "BuildingName" element
-
addNewBuildingName
BuildingNameType addNewBuildingName()
Appends and returns a new empty value (as xml) as the last "BuildingName" element
-
removeBuildingName
void removeBuildingName(int i)
Removes the ith "BuildingName" element
-
getDepartment
DepartmentDocument.Department getDepartment()
Gets the "Department" element
-
isSetDepartment
boolean isSetDepartment()
True if has "Department" element
-
setDepartment
void setDepartment(DepartmentDocument.Department department)
Sets the "Department" element
-
addNewDepartment
DepartmentDocument.Department addNewDepartment()
Appends and returns a new empty "Department" element
-
unsetDepartment
void unsetDepartment()
Unsets the "Department" element
-
getPostBox
PostBoxDocument.PostBox getPostBox()
Gets the "PostBox" element
-
isSetPostBox
boolean isSetPostBox()
True if has "PostBox" element
-
setPostBox
void setPostBox(PostBoxDocument.PostBox postBox)
Sets the "PostBox" element
-
addNewPostBox
PostBoxDocument.PostBox addNewPostBox()
Appends and returns a new empty "PostBox" element
-
unsetPostBox
void unsetPostBox()
Unsets the "PostBox" element
-
getThoroughfare
ThoroughfareDocument.Thoroughfare getThoroughfare()
Gets the "Thoroughfare" element
-
isSetThoroughfare
boolean isSetThoroughfare()
True if has "Thoroughfare" element
-
setThoroughfare
void setThoroughfare(ThoroughfareDocument.Thoroughfare thoroughfare)
Sets the "Thoroughfare" element
-
addNewThoroughfare
ThoroughfareDocument.Thoroughfare addNewThoroughfare()
Appends and returns a new empty "Thoroughfare" element
-
unsetThoroughfare
void unsetThoroughfare()
Unsets the "Thoroughfare" 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
String getType()
Gets the "Type" attribute
-
xgetType
org.apache.xmlbeans.XmlString xgetType()
Gets (as xml) the "Type" attribute
-
isSetType
boolean isSetType()
True if has "Type" attribute
-
setType
void setType(String type)
Sets the "Type" attribute
-
xsetType
void xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "Type" attribute
-
unsetType
void unsetType()
Unsets the "Type" attribute
-
-