Interface ContentsBaseType

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

    public interface ContentsBaseType
    extends org.apache.xmlbeans.XmlObject
    An XML ContentsBaseType(@http://www.opengis.net/ows/1.1). This is a complex type.
    • Field Detail

      • type

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

      • sizeOfDatasetDescriptionSummaryArray

        int sizeOfDatasetDescriptionSummaryArray()
        Returns number of "DatasetDescriptionSummary" element
      • setDatasetDescriptionSummaryArray

        void setDatasetDescriptionSummaryArray​(DatasetDescriptionSummaryBaseType[] datasetDescriptionSummaryArray)
        Sets array of all "DatasetDescriptionSummary" element
      • setDatasetDescriptionSummaryArray

        void setDatasetDescriptionSummaryArray​(int i,
                                               DatasetDescriptionSummaryBaseType datasetDescriptionSummary)
        Sets ith "DatasetDescriptionSummary" element
      • insertNewDatasetDescriptionSummary

        DatasetDescriptionSummaryBaseType insertNewDatasetDescriptionSummary​(int i)
        Inserts and returns a new empty value (as xml) as the ith "DatasetDescriptionSummary" element
      • addNewDatasetDescriptionSummary

        DatasetDescriptionSummaryBaseType addNewDatasetDescriptionSummary()
        Appends and returns a new empty value (as xml) as the last "DatasetDescriptionSummary" element
      • removeDatasetDescriptionSummary

        void removeDatasetDescriptionSummary​(int i)
        Removes the ith "DatasetDescriptionSummary" element
      • getOtherSourceArray

        MetadataType[] getOtherSourceArray()
        Gets array of all "OtherSource" elements
      • getOtherSourceArray

        MetadataType getOtherSourceArray​(int i)
        Gets ith "OtherSource" element
      • sizeOfOtherSourceArray

        int sizeOfOtherSourceArray()
        Returns number of "OtherSource" element
      • setOtherSourceArray

        void setOtherSourceArray​(MetadataType[] otherSourceArray)
        Sets array of all "OtherSource" element
      • setOtherSourceArray

        void setOtherSourceArray​(int i,
                                 MetadataType otherSource)
        Sets ith "OtherSource" element
      • insertNewOtherSource

        MetadataType insertNewOtherSource​(int i)
        Inserts and returns a new empty value (as xml) as the ith "OtherSource" element
      • addNewOtherSource

        MetadataType addNewOtherSource()
        Appends and returns a new empty value (as xml) as the last "OtherSource" element
      • removeOtherSource

        void removeOtherSource​(int i)
        Removes the ith "OtherSource" element