Interface EXExtentType

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

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

      • type

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

      • isSetDescription

        boolean isSetDescription()
        True if has "description" element
      • unsetDescription

        void unsetDescription()
        Unsets the "description" element
      • sizeOfGeographicElementArray

        int sizeOfGeographicElementArray()
        Returns number of "geographicElement" element
      • setGeographicElementArray

        void setGeographicElementArray​(EXGeographicExtentPropertyType[] geographicElementArray)
        Sets array of all "geographicElement" element
      • setGeographicElementArray

        void setGeographicElementArray​(int i,
                                       EXGeographicExtentPropertyType geographicElement)
        Sets ith "geographicElement" element
      • insertNewGeographicElement

        EXGeographicExtentPropertyType insertNewGeographicElement​(int i)
        Inserts and returns a new empty value (as xml) as the ith "geographicElement" element
      • addNewGeographicElement

        EXGeographicExtentPropertyType addNewGeographicElement()
        Appends and returns a new empty value (as xml) as the last "geographicElement" element
      • removeGeographicElement

        void removeGeographicElement​(int i)
        Removes the ith "geographicElement" element
      • sizeOfTemporalElementArray

        int sizeOfTemporalElementArray()
        Returns number of "temporalElement" element
      • setTemporalElementArray

        void setTemporalElementArray​(EXTemporalExtentPropertyType[] temporalElementArray)
        Sets array of all "temporalElement" element
      • setTemporalElementArray

        void setTemporalElementArray​(int i,
                                     EXTemporalExtentPropertyType temporalElement)
        Sets ith "temporalElement" element
      • insertNewTemporalElement

        EXTemporalExtentPropertyType insertNewTemporalElement​(int i)
        Inserts and returns a new empty value (as xml) as the ith "temporalElement" element
      • addNewTemporalElement

        EXTemporalExtentPropertyType addNewTemporalElement()
        Appends and returns a new empty value (as xml) as the last "temporalElement" element
      • removeTemporalElement

        void removeTemporalElement​(int i)
        Removes the ith "temporalElement" element
      • sizeOfVerticalElementArray

        int sizeOfVerticalElementArray()
        Returns number of "verticalElement" element
      • setVerticalElementArray

        void setVerticalElementArray​(EXVerticalExtentPropertyType[] verticalElementArray)
        Sets array of all "verticalElement" element
      • setVerticalElementArray

        void setVerticalElementArray​(int i,
                                     EXVerticalExtentPropertyType verticalElement)
        Sets ith "verticalElement" element
      • insertNewVerticalElement

        EXVerticalExtentPropertyType insertNewVerticalElement​(int i)
        Inserts and returns a new empty value (as xml) as the ith "verticalElement" element
      • addNewVerticalElement

        EXVerticalExtentPropertyType addNewVerticalElement()
        Appends and returns a new empty value (as xml) as the last "verticalElement" element
      • removeVerticalElement

        void removeVerticalElement​(int i)
        Removes the ith "verticalElement" element