public class DependentLocalityTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements DependentLocalityType
| Modifier and Type | Class and Description |
|---|---|
static class |
DependentLocalityTypeImpl.DependentLocalityNameImpl
An XML DependentLocalityName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
|
static class |
DependentLocalityTypeImpl.DependentLocalityNumberImpl
An XML DependentLocalityNumber(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
|
DependentLocalityType.DependentLocalityName, DependentLocalityType.DependentLocalityNumber, DependentLocalityType.Factory_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtype| Constructor and Description |
|---|
DependentLocalityTypeImpl(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
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewConnector()
Appends and returns a new empty "Connector" attribute
|
DependentLocalityType |
addNewDependentLocality()
Appends and returns a new empty "DependentLocality" element
|
DependentLocalityType.DependentLocalityName |
addNewDependentLocalityName()
Appends and returns a new empty value (as xml) as the last "DependentLocalityName" element
|
DependentLocalityType.DependentLocalityNumber |
addNewDependentLocalityNumber()
Appends and returns a new empty "DependentLocalityNumber" element
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewIndicator()
Appends and returns a new empty "Indicator" attribute
|
LargeMailUserType |
addNewLargeMailUser()
Appends and returns a new empty "LargeMailUser" element
|
PostalCodeDocument.PostalCode |
addNewPostalCode()
Appends and returns a new empty "PostalCode" element
|
PostalRouteType |
addNewPostalRoute()
Appends and returns a new empty "PostalRoute" element
|
PostBoxDocument.PostBox |
addNewPostBox()
Appends and returns a new empty "PostBox" element
|
PostOfficeDocument.PostOffice |
addNewPostOffice()
Appends and returns a new empty "PostOffice" element
|
PremiseDocument.Premise |
addNewPremise()
Appends and returns a new empty "Premise" element
|
ThoroughfareDocument.Thoroughfare |
addNewThoroughfare()
Appends and returns a new empty "Thoroughfare" element
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewType()
Appends and returns a new empty "Type" attribute
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewUsageType()
Appends and returns a new empty "UsageType" attribute
|
AddressLineDocument.AddressLine[] |
getAddressLineArray()
Gets array of all "AddressLine" elements
|
AddressLineDocument.AddressLine |
getAddressLineArray(int i)
Gets ith "AddressLine" element
|
org.apache.xmlbeans.XmlAnySimpleType |
getConnector()
Gets the "Connector" attribute
|
DependentLocalityType |
getDependentLocality()
Gets the "DependentLocality" element
|
DependentLocalityType.DependentLocalityName[] |
getDependentLocalityNameArray()
Gets array of all "DependentLocalityName" elements
|
DependentLocalityType.DependentLocalityName |
getDependentLocalityNameArray(int i)
Gets ith "DependentLocalityName" element
|
DependentLocalityType.DependentLocalityNumber |
getDependentLocalityNumber()
Gets the "DependentLocalityNumber" element
|
org.apache.xmlbeans.XmlAnySimpleType |
getIndicator()
Gets the "Indicator" attribute
|
LargeMailUserType |
getLargeMailUser()
Gets the "LargeMailUser" element
|
PostalCodeDocument.PostalCode |
getPostalCode()
Gets the "PostalCode" element
|
PostalRouteType |
getPostalRoute()
Gets the "PostalRoute" element
|
PostBoxDocument.PostBox |
getPostBox()
Gets the "PostBox" element
|
PostOfficeDocument.PostOffice |
getPostOffice()
Gets the "PostOffice" element
|
PremiseDocument.Premise |
getPremise()
Gets the "Premise" element
|
ThoroughfareDocument.Thoroughfare |
getThoroughfare()
Gets the "Thoroughfare" element
|
org.apache.xmlbeans.XmlAnySimpleType |
getType()
Gets the "Type" attribute
|
org.apache.xmlbeans.XmlAnySimpleType |
getUsageType()
Gets the "UsageType" attribute
|
AddressLineDocument.AddressLine |
insertNewAddressLine(int i)
Inserts and returns a new empty value (as xml) as the ith "AddressLine" element
|
DependentLocalityType.DependentLocalityName |
insertNewDependentLocalityName(int i)
Inserts and returns a new empty value (as xml) as the ith "DependentLocalityName" element
|
boolean |
isSetConnector()
True if has "Connector" attribute
|
boolean |
isSetDependentLocality()
True if has "DependentLocality" element
|
boolean |
isSetDependentLocalityNumber()
True if has "DependentLocalityNumber" element
|
boolean |
isSetIndicator()
True if has "Indicator" attribute
|
boolean |
isSetLargeMailUser()
True if has "LargeMailUser" element
|
boolean |
isSetPostalCode()
True if has "PostalCode" element
|
boolean |
isSetPostalRoute()
True if has "PostalRoute" element
|
boolean |
isSetPostBox()
True if has "PostBox" element
|
boolean |
isSetPostOffice()
True if has "PostOffice" element
|
boolean |
isSetPremise()
True if has "Premise" element
|
boolean |
isSetThoroughfare()
True if has "Thoroughfare" element
|
boolean |
isSetType()
True if has "Type" attribute
|
boolean |
isSetUsageType()
True if has "UsageType" attribute
|
void |
removeAddressLine(int i)
Removes the ith "AddressLine" element
|
void |
removeDependentLocalityName(int i)
Removes the ith "DependentLocalityName" element
|
void |
setAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)
Sets array of all "AddressLine" element
|
void |
setAddressLineArray(int i,
AddressLineDocument.AddressLine addressLine)
Sets ith "AddressLine" element
|
void |
setConnector(org.apache.xmlbeans.XmlAnySimpleType connector)
Sets the "Connector" attribute
|
void |
setDependentLocality(DependentLocalityType dependentLocality)
Sets the "DependentLocality" element
|
void |
setDependentLocalityNameArray(DependentLocalityType.DependentLocalityName[] dependentLocalityNameArray)
Sets array of all "DependentLocalityName" element
|
void |
setDependentLocalityNameArray(int i,
DependentLocalityType.DependentLocalityName dependentLocalityName)
Sets ith "DependentLocalityName" element
|
void |
setDependentLocalityNumber(DependentLocalityType.DependentLocalityNumber dependentLocalityNumber)
Sets the "DependentLocalityNumber" element
|
void |
setIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator)
Sets the "Indicator" attribute
|
void |
setLargeMailUser(LargeMailUserType largeMailUser)
Sets the "LargeMailUser" element
|
void |
setPostalCode(PostalCodeDocument.PostalCode postalCode)
Sets the "PostalCode" element
|
void |
setPostalRoute(PostalRouteType postalRoute)
Sets the "PostalRoute" element
|
void |
setPostBox(PostBoxDocument.PostBox postBox)
Sets the "PostBox" element
|
void |
setPostOffice(PostOfficeDocument.PostOffice postOffice)
Sets the "PostOffice" element
|
void |
setPremise(PremiseDocument.Premise premise)
Sets the "Premise" element
|
void |
setThoroughfare(ThoroughfareDocument.Thoroughfare thoroughfare)
Sets the "Thoroughfare" element
|
void |
setType(org.apache.xmlbeans.XmlAnySimpleType type)
Sets the "Type" attribute
|
void |
setUsageType(org.apache.xmlbeans.XmlAnySimpleType usageType)
Sets the "UsageType" attribute
|
int |
sizeOfAddressLineArray()
Returns number of "AddressLine" element
|
int |
sizeOfDependentLocalityNameArray()
Returns number of "DependentLocalityName" element
|
void |
unsetConnector()
Unsets the "Connector" attribute
|
void |
unsetDependentLocality()
Unsets the "DependentLocality" element
|
void |
unsetDependentLocalityNumber()
Unsets the "DependentLocalityNumber" element
|
void |
unsetIndicator()
Unsets the "Indicator" attribute
|
void |
unsetLargeMailUser()
Unsets the "LargeMailUser" element
|
void |
unsetPostalCode()
Unsets the "PostalCode" element
|
void |
unsetPostalRoute()
Unsets the "PostalRoute" element
|
void |
unsetPostBox()
Unsets the "PostBox" element
|
void |
unsetPostOffice()
Unsets the "PostOffice" element
|
void |
unsetPremise()
Unsets the "Premise" element
|
void |
unsetThoroughfare()
Unsets the "Thoroughfare" element
|
void |
unsetType()
Unsets the "Type" attribute
|
void |
unsetUsageType()
Unsets the "UsageType" 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 DependentLocalityTypeImpl(org.apache.xmlbeans.SchemaType sType)
public AddressLineDocument.AddressLine[] getAddressLineArray()
getAddressLineArray in interface DependentLocalityTypepublic AddressLineDocument.AddressLine getAddressLineArray(int i)
getAddressLineArray in interface DependentLocalityTypepublic int sizeOfAddressLineArray()
sizeOfAddressLineArray in interface DependentLocalityTypepublic void setAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)
setAddressLineArray in interface DependentLocalityTypepublic void setAddressLineArray(int i,
AddressLineDocument.AddressLine addressLine)
setAddressLineArray in interface DependentLocalityTypepublic AddressLineDocument.AddressLine insertNewAddressLine(int i)
insertNewAddressLine in interface DependentLocalityTypepublic AddressLineDocument.AddressLine addNewAddressLine()
addNewAddressLine in interface DependentLocalityTypepublic void removeAddressLine(int i)
removeAddressLine in interface DependentLocalityTypepublic DependentLocalityType.DependentLocalityName[] getDependentLocalityNameArray()
getDependentLocalityNameArray in interface DependentLocalityTypepublic DependentLocalityType.DependentLocalityName getDependentLocalityNameArray(int i)
getDependentLocalityNameArray in interface DependentLocalityTypepublic int sizeOfDependentLocalityNameArray()
sizeOfDependentLocalityNameArray in interface DependentLocalityTypepublic void setDependentLocalityNameArray(DependentLocalityType.DependentLocalityName[] dependentLocalityNameArray)
setDependentLocalityNameArray in interface DependentLocalityTypepublic void setDependentLocalityNameArray(int i,
DependentLocalityType.DependentLocalityName dependentLocalityName)
setDependentLocalityNameArray in interface DependentLocalityTypepublic DependentLocalityType.DependentLocalityName insertNewDependentLocalityName(int i)
insertNewDependentLocalityName in interface DependentLocalityTypepublic DependentLocalityType.DependentLocalityName addNewDependentLocalityName()
addNewDependentLocalityName in interface DependentLocalityTypepublic void removeDependentLocalityName(int i)
removeDependentLocalityName in interface DependentLocalityTypepublic DependentLocalityType.DependentLocalityNumber getDependentLocalityNumber()
getDependentLocalityNumber in interface DependentLocalityTypepublic boolean isSetDependentLocalityNumber()
isSetDependentLocalityNumber in interface DependentLocalityTypepublic void setDependentLocalityNumber(DependentLocalityType.DependentLocalityNumber dependentLocalityNumber)
setDependentLocalityNumber in interface DependentLocalityTypepublic DependentLocalityType.DependentLocalityNumber addNewDependentLocalityNumber()
addNewDependentLocalityNumber in interface DependentLocalityTypepublic void unsetDependentLocalityNumber()
unsetDependentLocalityNumber in interface DependentLocalityTypepublic PostBoxDocument.PostBox getPostBox()
getPostBox in interface DependentLocalityTypepublic boolean isSetPostBox()
isSetPostBox in interface DependentLocalityTypepublic void setPostBox(PostBoxDocument.PostBox postBox)
setPostBox in interface DependentLocalityTypepublic PostBoxDocument.PostBox addNewPostBox()
addNewPostBox in interface DependentLocalityTypepublic void unsetPostBox()
unsetPostBox in interface DependentLocalityTypepublic LargeMailUserType getLargeMailUser()
getLargeMailUser in interface DependentLocalityTypepublic boolean isSetLargeMailUser()
isSetLargeMailUser in interface DependentLocalityTypepublic void setLargeMailUser(LargeMailUserType largeMailUser)
setLargeMailUser in interface DependentLocalityTypepublic LargeMailUserType addNewLargeMailUser()
addNewLargeMailUser in interface DependentLocalityTypepublic void unsetLargeMailUser()
unsetLargeMailUser in interface DependentLocalityTypepublic PostOfficeDocument.PostOffice getPostOffice()
getPostOffice in interface DependentLocalityTypepublic boolean isSetPostOffice()
isSetPostOffice in interface DependentLocalityTypepublic void setPostOffice(PostOfficeDocument.PostOffice postOffice)
setPostOffice in interface DependentLocalityTypepublic PostOfficeDocument.PostOffice addNewPostOffice()
addNewPostOffice in interface DependentLocalityTypepublic void unsetPostOffice()
unsetPostOffice in interface DependentLocalityTypepublic PostalRouteType getPostalRoute()
getPostalRoute in interface DependentLocalityTypepublic boolean isSetPostalRoute()
isSetPostalRoute in interface DependentLocalityTypepublic void setPostalRoute(PostalRouteType postalRoute)
setPostalRoute in interface DependentLocalityTypepublic PostalRouteType addNewPostalRoute()
addNewPostalRoute in interface DependentLocalityTypepublic void unsetPostalRoute()
unsetPostalRoute in interface DependentLocalityTypepublic ThoroughfareDocument.Thoroughfare getThoroughfare()
getThoroughfare in interface DependentLocalityTypepublic boolean isSetThoroughfare()
isSetThoroughfare in interface DependentLocalityTypepublic void setThoroughfare(ThoroughfareDocument.Thoroughfare thoroughfare)
setThoroughfare in interface DependentLocalityTypepublic ThoroughfareDocument.Thoroughfare addNewThoroughfare()
addNewThoroughfare in interface DependentLocalityTypepublic void unsetThoroughfare()
unsetThoroughfare in interface DependentLocalityTypepublic PremiseDocument.Premise getPremise()
getPremise in interface DependentLocalityTypepublic boolean isSetPremise()
isSetPremise in interface DependentLocalityTypepublic void setPremise(PremiseDocument.Premise premise)
setPremise in interface DependentLocalityTypepublic PremiseDocument.Premise addNewPremise()
addNewPremise in interface DependentLocalityTypepublic void unsetPremise()
unsetPremise in interface DependentLocalityTypepublic DependentLocalityType getDependentLocality()
getDependentLocality in interface DependentLocalityTypepublic boolean isSetDependentLocality()
isSetDependentLocality in interface DependentLocalityTypepublic void setDependentLocality(DependentLocalityType dependentLocality)
setDependentLocality in interface DependentLocalityTypepublic DependentLocalityType addNewDependentLocality()
addNewDependentLocality in interface DependentLocalityTypepublic void unsetDependentLocality()
unsetDependentLocality in interface DependentLocalityTypepublic PostalCodeDocument.PostalCode getPostalCode()
getPostalCode in interface DependentLocalityTypepublic boolean isSetPostalCode()
isSetPostalCode in interface DependentLocalityTypepublic void setPostalCode(PostalCodeDocument.PostalCode postalCode)
setPostalCode in interface DependentLocalityTypepublic PostalCodeDocument.PostalCode addNewPostalCode()
addNewPostalCode in interface DependentLocalityTypepublic void unsetPostalCode()
unsetPostalCode in interface DependentLocalityTypepublic org.apache.xmlbeans.XmlAnySimpleType getType()
getType in interface DependentLocalityTypepublic boolean isSetType()
isSetType in interface DependentLocalityTypepublic void setType(org.apache.xmlbeans.XmlAnySimpleType type)
setType in interface DependentLocalityTypepublic org.apache.xmlbeans.XmlAnySimpleType addNewType()
addNewType in interface DependentLocalityTypepublic void unsetType()
unsetType in interface DependentLocalityTypepublic org.apache.xmlbeans.XmlAnySimpleType getUsageType()
getUsageType in interface DependentLocalityTypepublic boolean isSetUsageType()
isSetUsageType in interface DependentLocalityTypepublic void setUsageType(org.apache.xmlbeans.XmlAnySimpleType usageType)
setUsageType in interface DependentLocalityTypepublic org.apache.xmlbeans.XmlAnySimpleType addNewUsageType()
addNewUsageType in interface DependentLocalityTypepublic void unsetUsageType()
unsetUsageType in interface DependentLocalityTypepublic org.apache.xmlbeans.XmlAnySimpleType getConnector()
getConnector in interface DependentLocalityTypepublic boolean isSetConnector()
isSetConnector in interface DependentLocalityTypepublic void setConnector(org.apache.xmlbeans.XmlAnySimpleType connector)
setConnector in interface DependentLocalityTypepublic org.apache.xmlbeans.XmlAnySimpleType addNewConnector()
addNewConnector in interface DependentLocalityTypepublic void unsetConnector()
unsetConnector in interface DependentLocalityTypepublic org.apache.xmlbeans.XmlAnySimpleType getIndicator()
getIndicator in interface DependentLocalityTypepublic boolean isSetIndicator()
isSetIndicator in interface DependentLocalityTypepublic void setIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator)
setIndicator in interface DependentLocalityTypepublic org.apache.xmlbeans.XmlAnySimpleType addNewIndicator()
addNewIndicator in interface DependentLocalityTypepublic void unsetIndicator()
unsetIndicator in interface DependentLocalityTypeCopyright © 2015–2018 52north.org. All rights reserved.