Class AddressTypeImpl

  • All Implemented Interfaces:
    Serializable, AddressType, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

    public class AddressTypeImpl
    extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
    implements AddressType
    An XML AddressType(@http://www.opengis.net/ows/1.1). This is a complex type.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.xmlbeans.XmlObject

        org.apache.xmlbeans.XmlObject.Factory
    • Field Summary

      • Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase

        _voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL, type
    • Constructor Summary

      Constructors 
      Constructor Description
      AddressTypeImpl​(org.apache.xmlbeans.SchemaType sType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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, 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, 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, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, 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, 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, validate, validate_now, validate_simpleval, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
      • 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
    • Constructor Detail

      • AddressTypeImpl

        public AddressTypeImpl​(org.apache.xmlbeans.SchemaType sType)
    • Method Detail

      • xgetDeliveryPointArray

        public org.apache.xmlbeans.XmlString[] xgetDeliveryPointArray()
        Gets (as xml) array of all "DeliveryPoint" elements
        Specified by:
        xgetDeliveryPointArray in interface AddressType
      • xgetDeliveryPointArray

        public org.apache.xmlbeans.XmlString xgetDeliveryPointArray​(int i)
        Gets (as xml) ith "DeliveryPoint" element
        Specified by:
        xgetDeliveryPointArray in interface AddressType
      • setDeliveryPointArray

        public void setDeliveryPointArray​(String[] deliveryPointArray)
        Sets array of all "DeliveryPoint" element
        Specified by:
        setDeliveryPointArray in interface AddressType
      • xsetDeliveryPointArray

        public void xsetDeliveryPointArray​(org.apache.xmlbeans.XmlString[] deliveryPointArray)
        Sets (as xml) array of all "DeliveryPoint" element
        Specified by:
        xsetDeliveryPointArray in interface AddressType
      • xsetDeliveryPointArray

        public void xsetDeliveryPointArray​(int i,
                                           org.apache.xmlbeans.XmlString deliveryPoint)
        Sets (as xml) ith "DeliveryPoint" element
        Specified by:
        xsetDeliveryPointArray in interface AddressType
      • insertDeliveryPoint

        public void insertDeliveryPoint​(int i,
                                        String deliveryPoint)
        Inserts the value as the ith "DeliveryPoint" element
        Specified by:
        insertDeliveryPoint in interface AddressType
      • addDeliveryPoint

        public void addDeliveryPoint​(String deliveryPoint)
        Appends the value as the last "DeliveryPoint" element
        Specified by:
        addDeliveryPoint in interface AddressType
      • insertNewDeliveryPoint

        public org.apache.xmlbeans.XmlString insertNewDeliveryPoint​(int i)
        Inserts and returns a new empty value (as xml) as the ith "DeliveryPoint" element
        Specified by:
        insertNewDeliveryPoint in interface AddressType
      • addNewDeliveryPoint

        public org.apache.xmlbeans.XmlString addNewDeliveryPoint()
        Appends and returns a new empty value (as xml) as the last "DeliveryPoint" element
        Specified by:
        addNewDeliveryPoint in interface AddressType
      • removeDeliveryPoint

        public void removeDeliveryPoint​(int i)
        Removes the ith "DeliveryPoint" element
        Specified by:
        removeDeliveryPoint in interface AddressType
      • xgetCity

        public org.apache.xmlbeans.XmlString xgetCity()
        Gets (as xml) the "City" element
        Specified by:
        xgetCity in interface AddressType
      • isSetCity

        public boolean isSetCity()
        True if has "City" element
        Specified by:
        isSetCity in interface AddressType
      • setCity

        public void setCity​(String city)
        Sets the "City" element
        Specified by:
        setCity in interface AddressType
      • xsetCity

        public void xsetCity​(org.apache.xmlbeans.XmlString city)
        Sets (as xml) the "City" element
        Specified by:
        xsetCity in interface AddressType
      • unsetCity

        public void unsetCity()
        Unsets the "City" element
        Specified by:
        unsetCity in interface AddressType
      • xgetAdministrativeArea

        public org.apache.xmlbeans.XmlString xgetAdministrativeArea()
        Gets (as xml) the "AdministrativeArea" element
        Specified by:
        xgetAdministrativeArea in interface AddressType
      • isSetAdministrativeArea

        public boolean isSetAdministrativeArea()
        True if has "AdministrativeArea" element
        Specified by:
        isSetAdministrativeArea in interface AddressType
      • setAdministrativeArea

        public void setAdministrativeArea​(String administrativeArea)
        Sets the "AdministrativeArea" element
        Specified by:
        setAdministrativeArea in interface AddressType
      • xsetAdministrativeArea

        public void xsetAdministrativeArea​(org.apache.xmlbeans.XmlString administrativeArea)
        Sets (as xml) the "AdministrativeArea" element
        Specified by:
        xsetAdministrativeArea in interface AddressType
      • unsetAdministrativeArea

        public void unsetAdministrativeArea()
        Unsets the "AdministrativeArea" element
        Specified by:
        unsetAdministrativeArea in interface AddressType
      • xgetPostalCode

        public org.apache.xmlbeans.XmlString xgetPostalCode()
        Gets (as xml) the "PostalCode" element
        Specified by:
        xgetPostalCode in interface AddressType
      • isSetPostalCode

        public boolean isSetPostalCode()
        True if has "PostalCode" element
        Specified by:
        isSetPostalCode in interface AddressType
      • setPostalCode

        public void setPostalCode​(String postalCode)
        Sets the "PostalCode" element
        Specified by:
        setPostalCode in interface AddressType
      • xsetPostalCode

        public void xsetPostalCode​(org.apache.xmlbeans.XmlString postalCode)
        Sets (as xml) the "PostalCode" element
        Specified by:
        xsetPostalCode in interface AddressType
      • unsetPostalCode

        public void unsetPostalCode()
        Unsets the "PostalCode" element
        Specified by:
        unsetPostalCode in interface AddressType
      • xgetCountry

        public org.apache.xmlbeans.XmlString xgetCountry()
        Gets (as xml) the "Country" element
        Specified by:
        xgetCountry in interface AddressType
      • isSetCountry

        public boolean isSetCountry()
        True if has "Country" element
        Specified by:
        isSetCountry in interface AddressType
      • setCountry

        public void setCountry​(String country)
        Sets the "Country" element
        Specified by:
        setCountry in interface AddressType
      • xsetCountry

        public void xsetCountry​(org.apache.xmlbeans.XmlString country)
        Sets (as xml) the "Country" element
        Specified by:
        xsetCountry in interface AddressType
      • unsetCountry

        public void unsetCountry()
        Unsets the "Country" element
        Specified by:
        unsetCountry in interface AddressType
      • xgetElectronicMailAddressArray

        public org.apache.xmlbeans.XmlString[] xgetElectronicMailAddressArray()
        Gets (as xml) array of all "ElectronicMailAddress" elements
        Specified by:
        xgetElectronicMailAddressArray in interface AddressType
      • xgetElectronicMailAddressArray

        public org.apache.xmlbeans.XmlString xgetElectronicMailAddressArray​(int i)
        Gets (as xml) ith "ElectronicMailAddress" element
        Specified by:
        xgetElectronicMailAddressArray in interface AddressType
      • setElectronicMailAddressArray

        public void setElectronicMailAddressArray​(String[] electronicMailAddressArray)
        Sets array of all "ElectronicMailAddress" element
        Specified by:
        setElectronicMailAddressArray in interface AddressType
      • xsetElectronicMailAddressArray

        public void xsetElectronicMailAddressArray​(org.apache.xmlbeans.XmlString[] electronicMailAddressArray)
        Sets (as xml) array of all "ElectronicMailAddress" element
        Specified by:
        xsetElectronicMailAddressArray in interface AddressType
      • xsetElectronicMailAddressArray

        public void xsetElectronicMailAddressArray​(int i,
                                                   org.apache.xmlbeans.XmlString electronicMailAddress)
        Sets (as xml) ith "ElectronicMailAddress" element
        Specified by:
        xsetElectronicMailAddressArray in interface AddressType
      • insertElectronicMailAddress

        public void insertElectronicMailAddress​(int i,
                                                String electronicMailAddress)
        Inserts the value as the ith "ElectronicMailAddress" element
        Specified by:
        insertElectronicMailAddress in interface AddressType
      • addElectronicMailAddress

        public void addElectronicMailAddress​(String electronicMailAddress)
        Appends the value as the last "ElectronicMailAddress" element
        Specified by:
        addElectronicMailAddress in interface AddressType
      • insertNewElectronicMailAddress

        public org.apache.xmlbeans.XmlString insertNewElectronicMailAddress​(int i)
        Inserts and returns a new empty value (as xml) as the ith "ElectronicMailAddress" element
        Specified by:
        insertNewElectronicMailAddress in interface AddressType
      • addNewElectronicMailAddress

        public org.apache.xmlbeans.XmlString addNewElectronicMailAddress()
        Appends and returns a new empty value (as xml) as the last "ElectronicMailAddress" element
        Specified by:
        addNewElectronicMailAddress in interface AddressType
      • removeElectronicMailAddress

        public void removeElectronicMailAddress​(int i)
        Removes the ith "ElectronicMailAddress" element
        Specified by:
        removeElectronicMailAddress in interface AddressType