Interface AbstractRSReferenceSystemType

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

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

      • type

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

      • getDomainOfValidityArray

        EXExtentPropertyType[] getDomainOfValidityArray()
        Gets array of all "domainOfValidity" elements
      • getDomainOfValidityArray

        EXExtentPropertyType getDomainOfValidityArray​(int i)
        Gets ith "domainOfValidity" element
      • sizeOfDomainOfValidityArray

        int sizeOfDomainOfValidityArray()
        Returns number of "domainOfValidity" element
      • setDomainOfValidityArray

        void setDomainOfValidityArray​(EXExtentPropertyType[] domainOfValidityArray)
        Sets array of all "domainOfValidity" element
      • setDomainOfValidityArray

        void setDomainOfValidityArray​(int i,
                                      EXExtentPropertyType domainOfValidity)
        Sets ith "domainOfValidity" element
      • insertNewDomainOfValidity

        EXExtentPropertyType insertNewDomainOfValidity​(int i)
        Inserts and returns a new empty value (as xml) as the ith "domainOfValidity" element
      • addNewDomainOfValidity

        EXExtentPropertyType addNewDomainOfValidity()
        Appends and returns a new empty value (as xml) as the last "domainOfValidity" element
      • removeDomainOfValidity

        void removeDomainOfValidity​(int i)
        Removes the ith "domainOfValidity" element