Interface ContentsDocument.Contents

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    ContentsDocumentImpl.ContentsImpl
    Enclosing interface:
    ContentsDocument

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

      • type

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

      • getCoverageSummaryArray

        CoverageSummaryType[] getCoverageSummaryArray()
        Gets array of all "CoverageSummary" elements
      • getCoverageSummaryArray

        CoverageSummaryType getCoverageSummaryArray​(int i)
        Gets ith "CoverageSummary" element
      • sizeOfCoverageSummaryArray

        int sizeOfCoverageSummaryArray()
        Returns number of "CoverageSummary" element
      • setCoverageSummaryArray

        void setCoverageSummaryArray​(CoverageSummaryType[] coverageSummaryArray)
        Sets array of all "CoverageSummary" element
      • setCoverageSummaryArray

        void setCoverageSummaryArray​(int i,
                                     CoverageSummaryType coverageSummary)
        Sets ith "CoverageSummary" element
      • insertNewCoverageSummary

        CoverageSummaryType insertNewCoverageSummary​(int i)
        Inserts and returns a new empty value (as xml) as the ith "CoverageSummary" element
      • addNewCoverageSummary

        CoverageSummaryType addNewCoverageSummary()
        Appends and returns a new empty value (as xml) as the last "CoverageSummary" element
      • removeCoverageSummary

        void removeCoverageSummary​(int i)
        Removes the ith "CoverageSummary" element
      • getSupportedCRSArray

        String[] getSupportedCRSArray()
        Gets array of all "SupportedCRS" elements
      • getSupportedCRSArray

        String getSupportedCRSArray​(int i)
        Gets ith "SupportedCRS" element
      • xgetSupportedCRSArray

        org.apache.xmlbeans.XmlAnyURI[] xgetSupportedCRSArray()
        Gets (as xml) array of all "SupportedCRS" elements
      • xgetSupportedCRSArray

        org.apache.xmlbeans.XmlAnyURI xgetSupportedCRSArray​(int i)
        Gets (as xml) ith "SupportedCRS" element
      • sizeOfSupportedCRSArray

        int sizeOfSupportedCRSArray()
        Returns number of "SupportedCRS" element
      • setSupportedCRSArray

        void setSupportedCRSArray​(String[] supportedCRSArray)
        Sets array of all "SupportedCRS" element
      • setSupportedCRSArray

        void setSupportedCRSArray​(int i,
                                  String supportedCRS)
        Sets ith "SupportedCRS" element
      • xsetSupportedCRSArray

        void xsetSupportedCRSArray​(org.apache.xmlbeans.XmlAnyURI[] supportedCRSArray)
        Sets (as xml) array of all "SupportedCRS" element
      • xsetSupportedCRSArray

        void xsetSupportedCRSArray​(int i,
                                   org.apache.xmlbeans.XmlAnyURI supportedCRS)
        Sets (as xml) ith "SupportedCRS" element
      • insertSupportedCRS

        void insertSupportedCRS​(int i,
                                String supportedCRS)
        Inserts the value as the ith "SupportedCRS" element
      • addSupportedCRS

        void addSupportedCRS​(String supportedCRS)
        Appends the value as the last "SupportedCRS" element
      • insertNewSupportedCRS

        org.apache.xmlbeans.XmlAnyURI insertNewSupportedCRS​(int i)
        Inserts and returns a new empty value (as xml) as the ith "SupportedCRS" element
      • addNewSupportedCRS

        org.apache.xmlbeans.XmlAnyURI addNewSupportedCRS()
        Appends and returns a new empty value (as xml) as the last "SupportedCRS" element
      • removeSupportedCRS

        void removeSupportedCRS​(int i)
        Removes the ith "SupportedCRS" element
      • getSupportedFormatArray

        String[] getSupportedFormatArray()
        Gets array of all "SupportedFormat" elements
      • getSupportedFormatArray

        String getSupportedFormatArray​(int i)
        Gets ith "SupportedFormat" element
      • xgetSupportedFormatArray

        MimeType[] xgetSupportedFormatArray()
        Gets (as xml) array of all "SupportedFormat" elements
      • xgetSupportedFormatArray

        MimeType xgetSupportedFormatArray​(int i)
        Gets (as xml) ith "SupportedFormat" element
      • sizeOfSupportedFormatArray

        int sizeOfSupportedFormatArray()
        Returns number of "SupportedFormat" element
      • setSupportedFormatArray

        void setSupportedFormatArray​(String[] supportedFormatArray)
        Sets array of all "SupportedFormat" element
      • setSupportedFormatArray

        void setSupportedFormatArray​(int i,
                                     String supportedFormat)
        Sets ith "SupportedFormat" element
      • xsetSupportedFormatArray

        void xsetSupportedFormatArray​(MimeType[] supportedFormatArray)
        Sets (as xml) array of all "SupportedFormat" element
      • xsetSupportedFormatArray

        void xsetSupportedFormatArray​(int i,
                                      MimeType supportedFormat)
        Sets (as xml) ith "SupportedFormat" element
      • insertSupportedFormat

        void insertSupportedFormat​(int i,
                                   String supportedFormat)
        Inserts the value as the ith "SupportedFormat" element
      • addSupportedFormat

        void addSupportedFormat​(String supportedFormat)
        Appends the value as the last "SupportedFormat" element
      • insertNewSupportedFormat

        MimeType insertNewSupportedFormat​(int i)
        Inserts and returns a new empty value (as xml) as the ith "SupportedFormat" element
      • addNewSupportedFormat

        MimeType addNewSupportedFormat()
        Appends and returns a new empty value (as xml) as the last "SupportedFormat" element
      • removeSupportedFormat

        void removeSupportedFormat​(int i)
        Removes the ith "SupportedFormat" element
      • getOtherSourceArray

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

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

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

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

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

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

        OnlineResourceType 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