Interface OutputType

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

    public interface OutputType
    extends org.apache.xmlbeans.XmlObject
    An XML OutputType(@http://www.opengis.net/wcs/1.1). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  OutputType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      GridCrsType addNewGridCRS()
      Appends and returns a new empty "GridCRS" element
      String getFormat()
      Gets the "format" attribute
      GridCrsType getGridCRS()
      Gets the "GridCRS" element
      boolean getStore()
      Gets the "store" attribute
      boolean isSetGridCRS()
      True if has "GridCRS" element
      boolean isSetStore()
      True if has "store" attribute
      void setFormat​(String format)
      Sets the "format" attribute
      void setGridCRS​(GridCrsType gridCRS)
      Sets the "GridCRS" element
      void setStore​(boolean store)
      Sets the "store" attribute
      void unsetGridCRS()
      Unsets the "GridCRS" element
      void unsetStore()
      Unsets the "store" attribute
      MimeType xgetFormat()
      Gets (as xml) the "format" attribute
      org.apache.xmlbeans.XmlBoolean xgetStore()
      Gets (as xml) the "store" attribute
      void xsetFormat​(MimeType format)
      Sets (as xml) the "format" attribute
      void xsetStore​(org.apache.xmlbeans.XmlBoolean store)
      Sets (as xml) the "store" attribute
      • Methods inherited from interface org.apache.xmlbeans.XmlObject

        changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
      • Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

        documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

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

      • getGridCRS

        GridCrsType getGridCRS()
        Gets the "GridCRS" element
      • isSetGridCRS

        boolean isSetGridCRS()
        True if has "GridCRS" element
      • setGridCRS

        void setGridCRS​(GridCrsType gridCRS)
        Sets the "GridCRS" element
      • addNewGridCRS

        GridCrsType addNewGridCRS()
        Appends and returns a new empty "GridCRS" element
      • unsetGridCRS

        void unsetGridCRS()
        Unsets the "GridCRS" element
      • getFormat

        String getFormat()
        Gets the "format" attribute
      • xgetFormat

        MimeType xgetFormat()
        Gets (as xml) the "format" attribute
      • setFormat

        void setFormat​(String format)
        Sets the "format" attribute
      • xsetFormat

        void xsetFormat​(MimeType format)
        Sets (as xml) the "format" attribute
      • getStore

        boolean getStore()
        Gets the "store" attribute
      • xgetStore

        org.apache.xmlbeans.XmlBoolean xgetStore()
        Gets (as xml) the "store" attribute
      • isSetStore

        boolean isSetStore()
        True if has "store" attribute
      • setStore

        void setStore​(boolean store)
        Sets the "store" attribute
      • xsetStore

        void xsetStore​(org.apache.xmlbeans.XmlBoolean store)
        Sets (as xml) the "store" attribute
      • unsetStore

        void unsetStore()
        Unsets the "store" attribute