Interface FileType

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

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

      Nested Classes 
      Modifier and Type Interface Description
      static class  FileType.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
    • Field Detail

      • type

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

      • getRangeParameters

        RangeParametersType getRangeParameters()
        Gets the "rangeParameters" element
      • setRangeParameters

        void setRangeParameters​(RangeParametersType rangeParameters)
        Sets the "rangeParameters" element
      • addNewRangeParameters

        RangeParametersType addNewRangeParameters()
        Appends and returns a new empty "rangeParameters" element
      • getFileName

        String getFileName()
        Gets the "fileName" element
      • xgetFileName

        org.apache.xmlbeans.XmlAnyURI xgetFileName()
        Gets (as xml) the "fileName" element
      • setFileName

        void setFileName​(String fileName)
        Sets the "fileName" element
      • xsetFileName

        void xsetFileName​(org.apache.xmlbeans.XmlAnyURI fileName)
        Sets (as xml) the "fileName" element
      • xgetFileStructure

        FileValueModelType xgetFileStructure()
        Gets (as xml) the "fileStructure" element
      • setFileStructure

        void setFileStructure​(FileValueModelType.Enum fileStructure)
        Sets the "fileStructure" element
      • xsetFileStructure

        void xsetFileStructure​(FileValueModelType fileStructure)
        Sets (as xml) the "fileStructure" element
      • getMimeType

        String getMimeType()
        Gets the "mimeType" element
      • xgetMimeType

        org.apache.xmlbeans.XmlAnyURI xgetMimeType()
        Gets (as xml) the "mimeType" element
      • isSetMimeType

        boolean isSetMimeType()
        True if has "mimeType" element
      • setMimeType

        void setMimeType​(String mimeType)
        Sets the "mimeType" element
      • xsetMimeType

        void xsetMimeType​(org.apache.xmlbeans.XmlAnyURI mimeType)
        Sets (as xml) the "mimeType" element
      • unsetMimeType

        void unsetMimeType()
        Unsets the "mimeType" element
      • getCompression

        String getCompression()
        Gets the "compression" element
      • xgetCompression

        org.apache.xmlbeans.XmlAnyURI xgetCompression()
        Gets (as xml) the "compression" element
      • isSetCompression

        boolean isSetCompression()
        True if has "compression" element
      • setCompression

        void setCompression​(String compression)
        Sets the "compression" element
      • xsetCompression

        void xsetCompression​(org.apache.xmlbeans.XmlAnyURI compression)
        Sets (as xml) the "compression" element
      • unsetCompression

        void unsetCompression()
        Unsets the "compression" element