Interface CIAddressType

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

    public interface CIAddressType
    extends AbstractObjectType
    An XML CI_Address_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
    • Field Detail

      • type

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

      • sizeOfDeliveryPointArray

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

        void setDeliveryPointArray​(CharacterStringPropertyType[] deliveryPointArray)
        Sets array of all "deliveryPoint" element
      • setDeliveryPointArray

        void setDeliveryPointArray​(int i,
                                   CharacterStringPropertyType deliveryPoint)
        Sets ith "deliveryPoint" element
      • insertNewDeliveryPoint

        CharacterStringPropertyType insertNewDeliveryPoint​(int i)
        Inserts and returns a new empty value (as xml) as the ith "deliveryPoint" element
      • addNewDeliveryPoint

        CharacterStringPropertyType 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
      • isSetCity

        boolean isSetCity()
        True if has "city" element
      • unsetCity

        void unsetCity()
        Unsets the "city" element
      • isSetAdministrativeArea

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

        void setAdministrativeArea​(CharacterStringPropertyType administrativeArea)
        Sets the "administrativeArea" element
      • addNewAdministrativeArea

        CharacterStringPropertyType addNewAdministrativeArea()
        Appends and returns a new empty "administrativeArea" element
      • unsetAdministrativeArea

        void unsetAdministrativeArea()
        Unsets the "administrativeArea" element
      • isSetPostalCode

        boolean isSetPostalCode()
        True if has "postalCode" element
      • unsetPostalCode

        void unsetPostalCode()
        Unsets the "postalCode" element
      • isSetCountry

        boolean isSetCountry()
        True if has "country" element
      • unsetCountry

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

        CharacterStringPropertyType[] getElectronicMailAddressArray()
        Gets array of all "electronicMailAddress" elements
      • getElectronicMailAddressArray

        CharacterStringPropertyType getElectronicMailAddressArray​(int i)
        Gets ith "electronicMailAddress" element
      • sizeOfElectronicMailAddressArray

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

        void setElectronicMailAddressArray​(CharacterStringPropertyType[] electronicMailAddressArray)
        Sets array of all "electronicMailAddress" element
      • setElectronicMailAddressArray

        void setElectronicMailAddressArray​(int i,
                                           CharacterStringPropertyType electronicMailAddress)
        Sets ith "electronicMailAddress" element
      • insertNewElectronicMailAddress

        CharacterStringPropertyType insertNewElectronicMailAddress​(int i)
        Inserts and returns a new empty value (as xml) as the ith "electronicMailAddress" element
      • addNewElectronicMailAddress

        CharacterStringPropertyType 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