|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
net.opengis.ows.x11.impl.AddressTypeImpl
public class AddressTypeImpl
An XML AddressType(@http://www.opengis.net/ows/1.1). This is a complex type.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface net.opengis.ows.x11.AddressType |
|---|
AddressType.Factory |
| Field Summary |
|---|
| Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
|---|
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER |
| Fields inherited from interface net.opengis.ows.x11.AddressType |
|---|
type |
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Constructor Summary | |
|---|---|
AddressTypeImpl(org.apache.xmlbeans.SchemaType sType)
|
|
| Method Summary | |
|---|---|
void |
addDeliveryPoint(String deliveryPoint)
Appends the value as the last "DeliveryPoint" element |
void |
addElectronicMailAddress(String electronicMailAddress)
Appends the value as the last "ElectronicMailAddress" element |
org.apache.xmlbeans.XmlString |
addNewDeliveryPoint()
Appends and returns a new empty value (as xml) as the last "DeliveryPoint" element |
org.apache.xmlbeans.XmlString |
addNewElectronicMailAddress()
Appends and returns a new empty value (as xml) as the last "ElectronicMailAddress" element |
String |
getAdministrativeArea()
Gets the "AdministrativeArea" element |
String |
getCity()
Gets the "City" element |
String |
getCountry()
Gets the "Country" element |
String[] |
getDeliveryPointArray()
Gets array of all "DeliveryPoint" elements |
String |
getDeliveryPointArray(int i)
Gets ith "DeliveryPoint" element |
String[] |
getElectronicMailAddressArray()
Gets array of all "ElectronicMailAddress" elements |
String |
getElectronicMailAddressArray(int i)
Gets ith "ElectronicMailAddress" element |
String |
getPostalCode()
Gets the "PostalCode" element |
void |
insertDeliveryPoint(int i,
String deliveryPoint)
Inserts the value as the ith "DeliveryPoint" element |
void |
insertElectronicMailAddress(int i,
String electronicMailAddress)
Inserts the value as the ith "ElectronicMailAddress" element |
org.apache.xmlbeans.XmlString |
insertNewDeliveryPoint(int i)
Inserts and returns a new empty value (as xml) as the ith "DeliveryPoint" element |
org.apache.xmlbeans.XmlString |
insertNewElectronicMailAddress(int i)
Inserts and returns a new empty value (as xml) as the ith "ElectronicMailAddress" element |
boolean |
isSetAdministrativeArea()
True if has "AdministrativeArea" element |
boolean |
isSetCity()
True if has "City" element |
boolean |
isSetCountry()
True if has "Country" element |
boolean |
isSetPostalCode()
True if has "PostalCode" element |
void |
removeDeliveryPoint(int i)
Removes the ith "DeliveryPoint" element |
void |
removeElectronicMailAddress(int i)
Removes the ith "ElectronicMailAddress" element |
void |
setAdministrativeArea(String administrativeArea)
Sets the "AdministrativeArea" element |
void |
setCity(String city)
Sets the "City" element |
void |
setCountry(String country)
Sets the "Country" element |
void |
setDeliveryPointArray(int i,
String deliveryPoint)
Sets ith "DeliveryPoint" element |
void |
setDeliveryPointArray(String[] deliveryPointArray)
Sets array of all "DeliveryPoint" element |
void |
setElectronicMailAddressArray(int i,
String electronicMailAddress)
Sets ith "ElectronicMailAddress" element |
void |
setElectronicMailAddressArray(String[] electronicMailAddressArray)
Sets array of all "ElectronicMailAddress" element |
void |
setPostalCode(String postalCode)
Sets the "PostalCode" element |
int |
sizeOfDeliveryPointArray()
Returns number of "DeliveryPoint" element |
int |
sizeOfElectronicMailAddressArray()
Returns number of "ElectronicMailAddress" element |
void |
unsetAdministrativeArea()
Unsets the "AdministrativeArea" element |
void |
unsetCity()
Unsets the "City" element |
void |
unsetCountry()
Unsets the "Country" element |
void |
unsetPostalCode()
Unsets the "PostalCode" element |
org.apache.xmlbeans.XmlString |
xgetAdministrativeArea()
Gets (as xml) the "AdministrativeArea" element |
org.apache.xmlbeans.XmlString |
xgetCity()
Gets (as xml) the "City" element |
org.apache.xmlbeans.XmlString |
xgetCountry()
Gets (as xml) the "Country" element |
org.apache.xmlbeans.XmlString[] |
xgetDeliveryPointArray()
Gets (as xml) array of all "DeliveryPoint" elements |
org.apache.xmlbeans.XmlString |
xgetDeliveryPointArray(int i)
Gets (as xml) ith "DeliveryPoint" element |
org.apache.xmlbeans.XmlString[] |
xgetElectronicMailAddressArray()
Gets (as xml) array of all "ElectronicMailAddress" elements |
org.apache.xmlbeans.XmlString |
xgetElectronicMailAddressArray(int i)
Gets (as xml) ith "ElectronicMailAddress" element |
org.apache.xmlbeans.XmlString |
xgetPostalCode()
Gets (as xml) the "PostalCode" element |
void |
xsetAdministrativeArea(org.apache.xmlbeans.XmlString administrativeArea)
Sets (as xml) the "AdministrativeArea" element |
void |
xsetCity(org.apache.xmlbeans.XmlString city)
Sets (as xml) the "City" element |
void |
xsetCountry(org.apache.xmlbeans.XmlString country)
Sets (as xml) the "Country" element |
void |
xsetDeliveryPointArray(int i,
org.apache.xmlbeans.XmlString deliveryPoint)
Sets (as xml) ith "DeliveryPoint" element |
void |
xsetDeliveryPointArray(org.apache.xmlbeans.XmlString[] deliveryPointArray)
Sets (as xml) array of all "DeliveryPoint" element |
void |
xsetElectronicMailAddressArray(int i,
org.apache.xmlbeans.XmlString electronicMailAddress)
Sets (as xml) ith "ElectronicMailAddress" element |
void |
xsetElectronicMailAddressArray(org.apache.xmlbeans.XmlString[] electronicMailAddressArray)
Sets (as xml) array of all "ElectronicMailAddress" element |
void |
xsetPostalCode(org.apache.xmlbeans.XmlString postalCode)
Sets (as xml) the "PostalCode" element |
| Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl |
|---|
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 |
| Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
|---|
_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, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, 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, xmlText |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.xmlbeans.XmlObject |
|---|
changeType, compareTo, compareValue, 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 |
| Constructor Detail |
|---|
public AddressTypeImpl(org.apache.xmlbeans.SchemaType sType)
| Method Detail |
|---|
public String[] getDeliveryPointArray()
getDeliveryPointArray in interface AddressTypepublic String getDeliveryPointArray(int i)
getDeliveryPointArray in interface AddressTypepublic org.apache.xmlbeans.XmlString[] xgetDeliveryPointArray()
xgetDeliveryPointArray in interface AddressTypepublic org.apache.xmlbeans.XmlString xgetDeliveryPointArray(int i)
xgetDeliveryPointArray in interface AddressTypepublic int sizeOfDeliveryPointArray()
sizeOfDeliveryPointArray in interface AddressTypepublic void setDeliveryPointArray(String[] deliveryPointArray)
setDeliveryPointArray in interface AddressType
public void setDeliveryPointArray(int i,
String deliveryPoint)
setDeliveryPointArray in interface AddressTypepublic void xsetDeliveryPointArray(org.apache.xmlbeans.XmlString[] deliveryPointArray)
xsetDeliveryPointArray in interface AddressType
public void xsetDeliveryPointArray(int i,
org.apache.xmlbeans.XmlString deliveryPoint)
xsetDeliveryPointArray in interface AddressType
public void insertDeliveryPoint(int i,
String deliveryPoint)
insertDeliveryPoint in interface AddressTypepublic void addDeliveryPoint(String deliveryPoint)
addDeliveryPoint in interface AddressTypepublic org.apache.xmlbeans.XmlString insertNewDeliveryPoint(int i)
insertNewDeliveryPoint in interface AddressTypepublic org.apache.xmlbeans.XmlString addNewDeliveryPoint()
addNewDeliveryPoint in interface AddressTypepublic void removeDeliveryPoint(int i)
removeDeliveryPoint in interface AddressTypepublic String getCity()
getCity in interface AddressTypepublic org.apache.xmlbeans.XmlString xgetCity()
xgetCity in interface AddressTypepublic boolean isSetCity()
isSetCity in interface AddressTypepublic void setCity(String city)
setCity in interface AddressTypepublic void xsetCity(org.apache.xmlbeans.XmlString city)
xsetCity in interface AddressTypepublic void unsetCity()
unsetCity in interface AddressTypepublic String getAdministrativeArea()
getAdministrativeArea in interface AddressTypepublic org.apache.xmlbeans.XmlString xgetAdministrativeArea()
xgetAdministrativeArea in interface AddressTypepublic boolean isSetAdministrativeArea()
isSetAdministrativeArea in interface AddressTypepublic void setAdministrativeArea(String administrativeArea)
setAdministrativeArea in interface AddressTypepublic void xsetAdministrativeArea(org.apache.xmlbeans.XmlString administrativeArea)
xsetAdministrativeArea in interface AddressTypepublic void unsetAdministrativeArea()
unsetAdministrativeArea in interface AddressTypepublic String getPostalCode()
getPostalCode in interface AddressTypepublic org.apache.xmlbeans.XmlString xgetPostalCode()
xgetPostalCode in interface AddressTypepublic boolean isSetPostalCode()
isSetPostalCode in interface AddressTypepublic void setPostalCode(String postalCode)
setPostalCode in interface AddressTypepublic void xsetPostalCode(org.apache.xmlbeans.XmlString postalCode)
xsetPostalCode in interface AddressTypepublic void unsetPostalCode()
unsetPostalCode in interface AddressTypepublic String getCountry()
getCountry in interface AddressTypepublic org.apache.xmlbeans.XmlString xgetCountry()
xgetCountry in interface AddressTypepublic boolean isSetCountry()
isSetCountry in interface AddressTypepublic void setCountry(String country)
setCountry in interface AddressTypepublic void xsetCountry(org.apache.xmlbeans.XmlString country)
xsetCountry in interface AddressTypepublic void unsetCountry()
unsetCountry in interface AddressTypepublic String[] getElectronicMailAddressArray()
getElectronicMailAddressArray in interface AddressTypepublic String getElectronicMailAddressArray(int i)
getElectronicMailAddressArray in interface AddressTypepublic org.apache.xmlbeans.XmlString[] xgetElectronicMailAddressArray()
xgetElectronicMailAddressArray in interface AddressTypepublic org.apache.xmlbeans.XmlString xgetElectronicMailAddressArray(int i)
xgetElectronicMailAddressArray in interface AddressTypepublic int sizeOfElectronicMailAddressArray()
sizeOfElectronicMailAddressArray in interface AddressTypepublic void setElectronicMailAddressArray(String[] electronicMailAddressArray)
setElectronicMailAddressArray in interface AddressType
public void setElectronicMailAddressArray(int i,
String electronicMailAddress)
setElectronicMailAddressArray in interface AddressTypepublic void xsetElectronicMailAddressArray(org.apache.xmlbeans.XmlString[] electronicMailAddressArray)
xsetElectronicMailAddressArray in interface AddressType
public void xsetElectronicMailAddressArray(int i,
org.apache.xmlbeans.XmlString electronicMailAddress)
xsetElectronicMailAddressArray in interface AddressType
public void insertElectronicMailAddress(int i,
String electronicMailAddress)
insertElectronicMailAddress in interface AddressTypepublic void addElectronicMailAddress(String electronicMailAddress)
addElectronicMailAddress in interface AddressTypepublic org.apache.xmlbeans.XmlString insertNewElectronicMailAddress(int i)
insertNewElectronicMailAddress in interface AddressTypepublic org.apache.xmlbeans.XmlString addNewElectronicMailAddress()
addNewElectronicMailAddress in interface AddressTypepublic void removeElectronicMailAddress(int i)
removeElectronicMailAddress in interface AddressType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||