Interface AddressLocatorType

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

    public interface AddressLocatorType
    extends org.apache.xmlbeans.XmlObject
    An XML AddressLocatorType(@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

      • sizeOfDesignatorArray

        int sizeOfDesignatorArray()
        Returns number of "designator" element
      • insertNewDesignator

        LocatorDesignatorPropertyType insertNewDesignator​(int i)
        Inserts and returns a new empty value (as xml) as the ith "designator" element
      • addNewDesignator

        LocatorDesignatorPropertyType addNewDesignator()
        Appends and returns a new empty value (as xml) as the last "designator" element
      • removeDesignator

        void removeDesignator​(int i)
        Removes the ith "designator" element
      • sizeOfNameArray

        int sizeOfNameArray()
        Returns number of "name" element
      • insertNewName

        LocatorNamePropertyType insertNewName​(int i)
        Inserts and returns a new empty value (as xml) as the ith "name" element
      • addNewName

        LocatorNamePropertyType addNewName()
        Appends and returns a new empty value (as xml) as the last "name" element
      • removeName

        void removeName​(int i)
        Removes the ith "name" element
      • setLevel

        void setLevel​(ReferenceType level)
        Sets the "level" element
      • addNewLevel

        ReferenceType addNewLevel()
        Appends and returns a new empty "level" element
      • getWithinScopeOf

        ReferenceType getWithinScopeOf()
        Gets the "withinScopeOf" element
      • isNilWithinScopeOf

        boolean isNilWithinScopeOf()
        Tests for nil "withinScopeOf" element
      • isSetWithinScopeOf

        boolean isSetWithinScopeOf()
        True if has "withinScopeOf" element
      • setWithinScopeOf

        void setWithinScopeOf​(ReferenceType withinScopeOf)
        Sets the "withinScopeOf" element
      • addNewWithinScopeOf

        ReferenceType addNewWithinScopeOf()
        Appends and returns a new empty "withinScopeOf" element
      • setNilWithinScopeOf

        void setNilWithinScopeOf()
        Nils the "withinScopeOf" element
      • unsetWithinScopeOf

        void unsetWithinScopeOf()
        Unsets the "withinScopeOf" element