public class LargeMailUserTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements LargeMailUserType
| Modifier and Type | Class and Description |
|---|---|
static class |
LargeMailUserTypeImpl.LargeMailUserIdentifierImpl
An XML LargeMailUserIdentifier(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
|
static class |
LargeMailUserTypeImpl.LargeMailUserNameImpl
An XML LargeMailUserName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
|
LargeMailUserType.Factory, LargeMailUserType.LargeMailUserIdentifier, LargeMailUserType.LargeMailUserName_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtype| Constructor and Description |
|---|
LargeMailUserTypeImpl(org.apache.xmlbeans.SchemaType sType) |
| Modifier and Type | Method and Description |
|---|---|
AddressLineDocument.AddressLine |
addNewAddressLine()
Appends and returns a new empty value (as xml) as the last "AddressLine" element
|
BuildingNameType |
addNewBuildingName()
Appends and returns a new empty value (as xml) as the last "BuildingName" element
|
DepartmentDocument.Department |
addNewDepartment()
Appends and returns a new empty "Department" element
|
LargeMailUserType.LargeMailUserIdentifier |
addNewLargeMailUserIdentifier()
Appends and returns a new empty "LargeMailUserIdentifier" element
|
LargeMailUserType.LargeMailUserName |
addNewLargeMailUserName()
Appends and returns a new empty value (as xml) as the last "LargeMailUserName" element
|
PostalCodeDocument.PostalCode |
addNewPostalCode()
Appends and returns a new empty "PostalCode" element
|
PostBoxDocument.PostBox |
addNewPostBox()
Appends and returns a new empty "PostBox" element
|
ThoroughfareDocument.Thoroughfare |
addNewThoroughfare()
Appends and returns a new empty "Thoroughfare" element
|
AddressLineDocument.AddressLine[] |
getAddressLineArray()
Gets array of all "AddressLine" elements
|
AddressLineDocument.AddressLine |
getAddressLineArray(int i)
Gets ith "AddressLine" element
|
BuildingNameType[] |
getBuildingNameArray()
Gets array of all "BuildingName" elements
|
BuildingNameType |
getBuildingNameArray(int i)
Gets ith "BuildingName" element
|
DepartmentDocument.Department |
getDepartment()
Gets the "Department" element
|
LargeMailUserType.LargeMailUserIdentifier |
getLargeMailUserIdentifier()
Gets the "LargeMailUserIdentifier" element
|
LargeMailUserType.LargeMailUserName[] |
getLargeMailUserNameArray()
Gets array of all "LargeMailUserName" elements
|
LargeMailUserType.LargeMailUserName |
getLargeMailUserNameArray(int i)
Gets ith "LargeMailUserName" element
|
PostalCodeDocument.PostalCode |
getPostalCode()
Gets the "PostalCode" element
|
PostBoxDocument.PostBox |
getPostBox()
Gets the "PostBox" element
|
ThoroughfareDocument.Thoroughfare |
getThoroughfare()
Gets the "Thoroughfare" element
|
java.lang.String |
getType()
Gets the "Type" attribute
|
AddressLineDocument.AddressLine |
insertNewAddressLine(int i)
Inserts and returns a new empty value (as xml) as the ith "AddressLine" element
|
BuildingNameType |
insertNewBuildingName(int i)
Inserts and returns a new empty value (as xml) as the ith "BuildingName" element
|
LargeMailUserType.LargeMailUserName |
insertNewLargeMailUserName(int i)
Inserts and returns a new empty value (as xml) as the ith "LargeMailUserName" element
|
boolean |
isSetDepartment()
True if has "Department" element
|
boolean |
isSetLargeMailUserIdentifier()
True if has "LargeMailUserIdentifier" element
|
boolean |
isSetPostalCode()
True if has "PostalCode" element
|
boolean |
isSetPostBox()
True if has "PostBox" element
|
boolean |
isSetThoroughfare()
True if has "Thoroughfare" element
|
boolean |
isSetType()
True if has "Type" attribute
|
void |
removeAddressLine(int i)
Removes the ith "AddressLine" element
|
void |
removeBuildingName(int i)
Removes the ith "BuildingName" element
|
void |
removeLargeMailUserName(int i)
Removes the ith "LargeMailUserName" element
|
void |
setAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)
Sets array of all "AddressLine" element
|
void |
setAddressLineArray(int i,
AddressLineDocument.AddressLine addressLine)
Sets ith "AddressLine" element
|
void |
setBuildingNameArray(BuildingNameType[] buildingNameArray)
Sets array of all "BuildingName" element
|
void |
setBuildingNameArray(int i,
BuildingNameType buildingName)
Sets ith "BuildingName" element
|
void |
setDepartment(DepartmentDocument.Department department)
Sets the "Department" element
|
void |
setLargeMailUserIdentifier(LargeMailUserType.LargeMailUserIdentifier largeMailUserIdentifier)
Sets the "LargeMailUserIdentifier" element
|
void |
setLargeMailUserNameArray(int i,
LargeMailUserType.LargeMailUserName largeMailUserName)
Sets ith "LargeMailUserName" element
|
void |
setLargeMailUserNameArray(LargeMailUserType.LargeMailUserName[] largeMailUserNameArray)
Sets array of all "LargeMailUserName" element
|
void |
setPostalCode(PostalCodeDocument.PostalCode postalCode)
Sets the "PostalCode" element
|
void |
setPostBox(PostBoxDocument.PostBox postBox)
Sets the "PostBox" element
|
void |
setThoroughfare(ThoroughfareDocument.Thoroughfare thoroughfare)
Sets the "Thoroughfare" element
|
void |
setType(java.lang.String type)
Sets the "Type" attribute
|
int |
sizeOfAddressLineArray()
Returns number of "AddressLine" element
|
int |
sizeOfBuildingNameArray()
Returns number of "BuildingName" element
|
int |
sizeOfLargeMailUserNameArray()
Returns number of "LargeMailUserName" element
|
void |
unsetDepartment()
Unsets the "Department" element
|
void |
unsetLargeMailUserIdentifier()
Unsets the "LargeMailUserIdentifier" element
|
void |
unsetPostalCode()
Unsets the "PostalCode" element
|
void |
unsetPostBox()
Unsets the "PostBox" element
|
void |
unsetThoroughfare()
Unsets the "Thoroughfare" element
|
void |
unsetType()
Unsets the "Type" attribute
|
org.apache.xmlbeans.XmlString |
xgetType()
Gets (as xml) the "Type" attribute
|
void |
xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "Type" attribute
|
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitchangeType, 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, xmlTextpublic LargeMailUserTypeImpl(org.apache.xmlbeans.SchemaType sType)
public AddressLineDocument.AddressLine[] getAddressLineArray()
getAddressLineArray in interface LargeMailUserTypepublic AddressLineDocument.AddressLine getAddressLineArray(int i)
getAddressLineArray in interface LargeMailUserTypepublic int sizeOfAddressLineArray()
sizeOfAddressLineArray in interface LargeMailUserTypepublic void setAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)
setAddressLineArray in interface LargeMailUserTypepublic void setAddressLineArray(int i,
AddressLineDocument.AddressLine addressLine)
setAddressLineArray in interface LargeMailUserTypepublic AddressLineDocument.AddressLine insertNewAddressLine(int i)
insertNewAddressLine in interface LargeMailUserTypepublic AddressLineDocument.AddressLine addNewAddressLine()
addNewAddressLine in interface LargeMailUserTypepublic void removeAddressLine(int i)
removeAddressLine in interface LargeMailUserTypepublic LargeMailUserType.LargeMailUserName[] getLargeMailUserNameArray()
getLargeMailUserNameArray in interface LargeMailUserTypepublic LargeMailUserType.LargeMailUserName getLargeMailUserNameArray(int i)
getLargeMailUserNameArray in interface LargeMailUserTypepublic int sizeOfLargeMailUserNameArray()
sizeOfLargeMailUserNameArray in interface LargeMailUserTypepublic void setLargeMailUserNameArray(LargeMailUserType.LargeMailUserName[] largeMailUserNameArray)
setLargeMailUserNameArray in interface LargeMailUserTypepublic void setLargeMailUserNameArray(int i,
LargeMailUserType.LargeMailUserName largeMailUserName)
setLargeMailUserNameArray in interface LargeMailUserTypepublic LargeMailUserType.LargeMailUserName insertNewLargeMailUserName(int i)
insertNewLargeMailUserName in interface LargeMailUserTypepublic LargeMailUserType.LargeMailUserName addNewLargeMailUserName()
addNewLargeMailUserName in interface LargeMailUserTypepublic void removeLargeMailUserName(int i)
removeLargeMailUserName in interface LargeMailUserTypepublic LargeMailUserType.LargeMailUserIdentifier getLargeMailUserIdentifier()
getLargeMailUserIdentifier in interface LargeMailUserTypepublic boolean isSetLargeMailUserIdentifier()
isSetLargeMailUserIdentifier in interface LargeMailUserTypepublic void setLargeMailUserIdentifier(LargeMailUserType.LargeMailUserIdentifier largeMailUserIdentifier)
setLargeMailUserIdentifier in interface LargeMailUserTypepublic LargeMailUserType.LargeMailUserIdentifier addNewLargeMailUserIdentifier()
addNewLargeMailUserIdentifier in interface LargeMailUserTypepublic void unsetLargeMailUserIdentifier()
unsetLargeMailUserIdentifier in interface LargeMailUserTypepublic BuildingNameType[] getBuildingNameArray()
getBuildingNameArray in interface LargeMailUserTypepublic BuildingNameType getBuildingNameArray(int i)
getBuildingNameArray in interface LargeMailUserTypepublic int sizeOfBuildingNameArray()
sizeOfBuildingNameArray in interface LargeMailUserTypepublic void setBuildingNameArray(BuildingNameType[] buildingNameArray)
setBuildingNameArray in interface LargeMailUserTypepublic void setBuildingNameArray(int i,
BuildingNameType buildingName)
setBuildingNameArray in interface LargeMailUserTypepublic BuildingNameType insertNewBuildingName(int i)
insertNewBuildingName in interface LargeMailUserTypepublic BuildingNameType addNewBuildingName()
addNewBuildingName in interface LargeMailUserTypepublic void removeBuildingName(int i)
removeBuildingName in interface LargeMailUserTypepublic DepartmentDocument.Department getDepartment()
getDepartment in interface LargeMailUserTypepublic boolean isSetDepartment()
isSetDepartment in interface LargeMailUserTypepublic void setDepartment(DepartmentDocument.Department department)
setDepartment in interface LargeMailUserTypepublic DepartmentDocument.Department addNewDepartment()
addNewDepartment in interface LargeMailUserTypepublic void unsetDepartment()
unsetDepartment in interface LargeMailUserTypepublic PostBoxDocument.PostBox getPostBox()
getPostBox in interface LargeMailUserTypepublic boolean isSetPostBox()
isSetPostBox in interface LargeMailUserTypepublic void setPostBox(PostBoxDocument.PostBox postBox)
setPostBox in interface LargeMailUserTypepublic PostBoxDocument.PostBox addNewPostBox()
addNewPostBox in interface LargeMailUserTypepublic void unsetPostBox()
unsetPostBox in interface LargeMailUserTypepublic ThoroughfareDocument.Thoroughfare getThoroughfare()
getThoroughfare in interface LargeMailUserTypepublic boolean isSetThoroughfare()
isSetThoroughfare in interface LargeMailUserTypepublic void setThoroughfare(ThoroughfareDocument.Thoroughfare thoroughfare)
setThoroughfare in interface LargeMailUserTypepublic ThoroughfareDocument.Thoroughfare addNewThoroughfare()
addNewThoroughfare in interface LargeMailUserTypepublic void unsetThoroughfare()
unsetThoroughfare in interface LargeMailUserTypepublic PostalCodeDocument.PostalCode getPostalCode()
getPostalCode in interface LargeMailUserTypepublic boolean isSetPostalCode()
isSetPostalCode in interface LargeMailUserTypepublic void setPostalCode(PostalCodeDocument.PostalCode postalCode)
setPostalCode in interface LargeMailUserTypepublic PostalCodeDocument.PostalCode addNewPostalCode()
addNewPostalCode in interface LargeMailUserTypepublic void unsetPostalCode()
unsetPostalCode in interface LargeMailUserTypepublic java.lang.String getType()
getType in interface LargeMailUserTypepublic org.apache.xmlbeans.XmlString xgetType()
xgetType in interface LargeMailUserTypepublic boolean isSetType()
isSetType in interface LargeMailUserTypepublic void setType(java.lang.String type)
setType in interface LargeMailUserTypepublic void xsetType(org.apache.xmlbeans.XmlString type)
xsetType in interface LargeMailUserTypepublic void unsetType()
unsetType in interface LargeMailUserTypeCopyright © 2015–2018 52north.org. All rights reserved.