Interface AddressType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    AddressTypeImpl

    public interface AddressType
    extends org.apache.xmlbeans.XmlObject
    An XML AddressType(@http://www.opengis.net/ows/1.1). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  AddressType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getDeliveryPointArray

        String[] getDeliveryPointArray()
        Gets array of all "DeliveryPoint" elements
      • getDeliveryPointArray

        String getDeliveryPointArray​(int i)
        Gets ith "DeliveryPoint" element
      • xgetDeliveryPointArray

        org.apache.xmlbeans.XmlString[] xgetDeliveryPointArray()
        Gets (as xml) array of all "DeliveryPoint" elements
      • xgetDeliveryPointArray

        org.apache.xmlbeans.XmlString xgetDeliveryPointArray​(int i)
        Gets (as xml) ith "DeliveryPoint" element
      • sizeOfDeliveryPointArray

        int sizeOfDeliveryPointArray()
        Returns number of "DeliveryPoint" element
      • setDeliveryPointArray

        void setDeliveryPointArray​(String[] deliveryPointArray)
        Sets array of all "DeliveryPoint" element
      • setDeliveryPointArray

        void setDeliveryPointArray​(int i,
                                   String deliveryPoint)
        Sets ith "DeliveryPoint" element
      • xsetDeliveryPointArray

        void xsetDeliveryPointArray​(org.apache.xmlbeans.XmlString[] deliveryPointArray)
        Sets (as xml) array of all "DeliveryPoint" element
      • xsetDeliveryPointArray

        void xsetDeliveryPointArray​(int i,
                                    org.apache.xmlbeans.XmlString deliveryPoint)
        Sets (as xml) ith "DeliveryPoint" element
      • insertDeliveryPoint

        void insertDeliveryPoint​(int i,
                                 String deliveryPoint)
        Inserts the value as the ith "DeliveryPoint" element
      • addDeliveryPoint

        void addDeliveryPoint​(String deliveryPoint)
        Appends the value as the last "DeliveryPoint" element
      • insertNewDeliveryPoint

        org.apache.xmlbeans.XmlString insertNewDeliveryPoint​(int i)
        Inserts and returns a new empty value (as xml) as the ith "DeliveryPoint" element
      • addNewDeliveryPoint

        org.apache.xmlbeans.XmlString addNewDeliveryPoint()
        Appends and returns a new empty value (as xml) as the last "DeliveryPoint" element
      • removeDeliveryPoint

        void removeDeliveryPoint​(int i)
        Removes the ith "DeliveryPoint" element
      • getCity

        String getCity()
        Gets the "City" element
      • xgetCity

        org.apache.xmlbeans.XmlString xgetCity()
        Gets (as xml) the "City" element
      • isSetCity

        boolean isSetCity()
        True if has "City" element
      • setCity

        void setCity​(String city)
        Sets the "City" element
      • xsetCity

        void xsetCity​(org.apache.xmlbeans.XmlString city)
        Sets (as xml) the "City" element
      • unsetCity

        void unsetCity()
        Unsets the "City" element
      • getAdministrativeArea

        String getAdministrativeArea()
        Gets the "AdministrativeArea" element
      • xgetAdministrativeArea

        org.apache.xmlbeans.XmlString xgetAdministrativeArea()
        Gets (as xml) the "AdministrativeArea" element
      • isSetAdministrativeArea

        boolean isSetAdministrativeArea()
        True if has "AdministrativeArea" element
      • setAdministrativeArea

        void setAdministrativeArea​(String administrativeArea)
        Sets the "AdministrativeArea" element
      • xsetAdministrativeArea

        void xsetAdministrativeArea​(org.apache.xmlbeans.XmlString administrativeArea)
        Sets (as xml) the "AdministrativeArea" element
      • unsetAdministrativeArea

        void unsetAdministrativeArea()
        Unsets the "AdministrativeArea" element
      • getPostalCode

        String getPostalCode()
        Gets the "PostalCode" element
      • xgetPostalCode

        org.apache.xmlbeans.XmlString xgetPostalCode()
        Gets (as xml) the "PostalCode" element
      • isSetPostalCode

        boolean isSetPostalCode()
        True if has "PostalCode" element
      • setPostalCode

        void setPostalCode​(String postalCode)
        Sets the "PostalCode" element
      • xsetPostalCode

        void xsetPostalCode​(org.apache.xmlbeans.XmlString postalCode)
        Sets (as xml) the "PostalCode" element
      • unsetPostalCode

        void unsetPostalCode()
        Unsets the "PostalCode" element
      • getCountry

        String getCountry()
        Gets the "Country" element
      • xgetCountry

        org.apache.xmlbeans.XmlString xgetCountry()
        Gets (as xml) the "Country" element
      • isSetCountry

        boolean isSetCountry()
        True if has "Country" element
      • setCountry

        void setCountry​(String country)
        Sets the "Country" element
      • xsetCountry

        void xsetCountry​(org.apache.xmlbeans.XmlString country)
        Sets (as xml) the "Country" element
      • unsetCountry

        void unsetCountry()
        Unsets the "Country" element
      • getElectronicMailAddressArray

        String[] getElectronicMailAddressArray()
        Gets array of all "ElectronicMailAddress" elements
      • getElectronicMailAddressArray

        String getElectronicMailAddressArray​(int i)
        Gets ith "ElectronicMailAddress" element
      • xgetElectronicMailAddressArray

        org.apache.xmlbeans.XmlString[] xgetElectronicMailAddressArray()
        Gets (as xml) array of all "ElectronicMailAddress" elements
      • xgetElectronicMailAddressArray

        org.apache.xmlbeans.XmlString xgetElectronicMailAddressArray​(int i)
        Gets (as xml) ith "ElectronicMailAddress" element
      • sizeOfElectronicMailAddressArray

        int sizeOfElectronicMailAddressArray()
        Returns number of "ElectronicMailAddress" element
      • setElectronicMailAddressArray

        void setElectronicMailAddressArray​(String[] electronicMailAddressArray)
        Sets array of all "ElectronicMailAddress" element
      • setElectronicMailAddressArray

        void setElectronicMailAddressArray​(int i,
                                           String electronicMailAddress)
        Sets ith "ElectronicMailAddress" element
      • xsetElectronicMailAddressArray

        void xsetElectronicMailAddressArray​(org.apache.xmlbeans.XmlString[] electronicMailAddressArray)
        Sets (as xml) array of all "ElectronicMailAddress" element
      • xsetElectronicMailAddressArray

        void xsetElectronicMailAddressArray​(int i,
                                            org.apache.xmlbeans.XmlString electronicMailAddress)
        Sets (as xml) ith "ElectronicMailAddress" element
      • insertElectronicMailAddress

        void insertElectronicMailAddress​(int i,
                                         String electronicMailAddress)
        Inserts the value as the ith "ElectronicMailAddress" element
      • addElectronicMailAddress

        void addElectronicMailAddress​(String electronicMailAddress)
        Appends the value as the last "ElectronicMailAddress" element
      • insertNewElectronicMailAddress

        org.apache.xmlbeans.XmlString insertNewElectronicMailAddress​(int i)
        Inserts and returns a new empty value (as xml) as the ith "ElectronicMailAddress" element
      • addNewElectronicMailAddress

        org.apache.xmlbeans.XmlString addNewElectronicMailAddress()
        Appends and returns a new empty value (as xml) as the last "ElectronicMailAddress" element
      • removeElectronicMailAddress

        void removeElectronicMailAddress​(int i)
        Removes the ith "ElectronicMailAddress" element