Interface AddressRepresentationType

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

    public interface AddressRepresentationType
    extends org.apache.xmlbeans.XmlObject
    An XML AddressRepresentationType(@http://inspire.ec.europa.eu/schemas/ad/4.0). This is a complex type.
    • Field Detail

      • type

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

      • sizeOfAdminUnitArray

        int sizeOfAdminUnitArray()
        Returns number of "adminUnit" element
      • insertNewAdminUnit

        GeographicalNamePropertyType insertNewAdminUnit​(int i)
        Inserts and returns a new empty value (as xml) as the ith "adminUnit" element
      • addNewAdminUnit

        GeographicalNamePropertyType addNewAdminUnit()
        Appends and returns a new empty value (as xml) as the last "adminUnit" element
      • removeAdminUnit

        void removeAdminUnit​(int i)
        Removes the ith "adminUnit" element
      • getLocatorDesignatorArray

        String[] getLocatorDesignatorArray()
        Gets array of all "locatorDesignator" elements
      • getLocatorDesignatorArray

        String getLocatorDesignatorArray​(int i)
        Gets ith "locatorDesignator" element
      • xgetLocatorDesignatorArray

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

        org.apache.xmlbeans.XmlString xgetLocatorDesignatorArray​(int i)
        Gets (as xml) ith "locatorDesignator" element
      • sizeOfLocatorDesignatorArray

        int sizeOfLocatorDesignatorArray()
        Returns number of "locatorDesignator" element
      • setLocatorDesignatorArray

        void setLocatorDesignatorArray​(String[] locatorDesignatorArray)
        Sets array of all "locatorDesignator" element
      • setLocatorDesignatorArray

        void setLocatorDesignatorArray​(int i,
                                       String locatorDesignator)
        Sets ith "locatorDesignator" element
      • xsetLocatorDesignatorArray

        void xsetLocatorDesignatorArray​(org.apache.xmlbeans.XmlString[] locatorDesignatorArray)
        Sets (as xml) array of all "locatorDesignator" element
      • xsetLocatorDesignatorArray

        void xsetLocatorDesignatorArray​(int i,
                                        org.apache.xmlbeans.XmlString locatorDesignator)
        Sets (as xml) ith "locatorDesignator" element
      • insertLocatorDesignator

        void insertLocatorDesignator​(int i,
                                     String locatorDesignator)
        Inserts the value as the ith "locatorDesignator" element
      • addLocatorDesignator

        void addLocatorDesignator​(String locatorDesignator)
        Appends the value as the last "locatorDesignator" element
      • insertNewLocatorDesignator

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

        org.apache.xmlbeans.XmlString addNewLocatorDesignator()
        Appends and returns a new empty value (as xml) as the last "locatorDesignator" element
      • removeLocatorDesignator

        void removeLocatorDesignator​(int i)
        Removes the ith "locatorDesignator" element
      • sizeOfLocatorNameArray

        int sizeOfLocatorNameArray()
        Returns number of "locatorName" element
      • setLocatorNameArray

        void setLocatorNameArray​(GeographicalNamePropertyType[] locatorNameArray)
        Sets array of all "locatorName" element
      • insertNewLocatorName

        GeographicalNamePropertyType insertNewLocatorName​(int i)
        Inserts and returns a new empty value (as xml) as the ith "locatorName" element
      • addNewLocatorName

        GeographicalNamePropertyType addNewLocatorName()
        Appends and returns a new empty value (as xml) as the last "locatorName" element
      • removeLocatorName

        void removeLocatorName​(int i)
        Removes the ith "locatorName" element
      • isNilAddressAreaArray

        boolean isNilAddressAreaArray​(int i)
        Tests for nil ith "addressArea" element
      • sizeOfAddressAreaArray

        int sizeOfAddressAreaArray()
        Returns number of "addressArea" element
      • setNilAddressAreaArray

        void setNilAddressAreaArray​(int i)
        Nils the ith "addressArea" element
      • removeAddressArea

        void removeAddressArea​(int i)
        Removes the ith "addressArea" element
      • isNilPostNameArray

        boolean isNilPostNameArray​(int i)
        Tests for nil ith "postName" element
      • sizeOfPostNameArray

        int sizeOfPostNameArray()
        Returns number of "postName" element
      • setNilPostNameArray

        void setNilPostNameArray​(int i)
        Nils the ith "postName" element
      • removePostName

        void removePostName​(int i)
        Removes the ith "postName" element
      • isNilPostCode

        boolean isNilPostCode()
        Tests for nil "postCode" element
      • isSetPostCode

        boolean isSetPostCode()
        True if has "postCode" element
      • setNilPostCode

        void setNilPostCode()
        Nils the "postCode" element
      • unsetPostCode

        void unsetPostCode()
        Unsets the "postCode" element
      • isNilThoroughfareArray

        boolean isNilThoroughfareArray​(int i)
        Tests for nil ith "thoroughfare" element
      • sizeOfThoroughfareArray

        int sizeOfThoroughfareArray()
        Returns number of "thoroughfare" element
      • setNilThoroughfareArray

        void setNilThoroughfareArray​(int i)
        Nils the ith "thoroughfare" element
      • removeThoroughfare

        void removeThoroughfare​(int i)
        Removes the ith "thoroughfare" element
      • getAddressFeature

        ReferenceType getAddressFeature()
        Gets the "addressFeature" element
      • isNilAddressFeature

        boolean isNilAddressFeature()
        Tests for nil "addressFeature" element
      • isSetAddressFeature

        boolean isSetAddressFeature()
        True if has "addressFeature" element
      • setAddressFeature

        void setAddressFeature​(ReferenceType addressFeature)
        Sets the "addressFeature" element
      • addNewAddressFeature

        ReferenceType addNewAddressFeature()
        Appends and returns a new empty "addressFeature" element
      • setNilAddressFeature

        void setNilAddressFeature()
        Nils the "addressFeature" element
      • unsetAddressFeature

        void unsetAddressFeature()
        Unsets the "addressFeature" element