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/3.2). 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
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CodeType addNewFileStructure()
      Appends and returns a new empty "fileStructure" element
      AssociationRoleType addNewRangeParameters()
      Appends and returns a new empty "rangeParameters" element
      String getCompression()
      Gets the "compression" element
      String getFileName()
      Gets the "fileName" element
      String getFileReference()
      Gets the "fileReference" element
      CodeType getFileStructure()
      Gets the "fileStructure" element
      String getMimeType()
      Gets the "mimeType" element
      AssociationRoleType getRangeParameters()
      Gets the "rangeParameters" element
      boolean isSetCompression()
      True if has "compression" element
      boolean isSetFileName()
      True if has "fileName" element
      boolean isSetFileReference()
      True if has "fileReference" element
      boolean isSetMimeType()
      True if has "mimeType" element
      void setCompression​(String compression)
      Sets the "compression" element
      void setFileName​(String fileName)
      Sets the "fileName" element
      void setFileReference​(String fileReference)
      Sets the "fileReference" element
      void setFileStructure​(CodeType fileStructure)
      Sets the "fileStructure" element
      void setMimeType​(String mimeType)
      Sets the "mimeType" element
      void setRangeParameters​(AssociationRoleType rangeParameters)
      Sets the "rangeParameters" element
      void unsetCompression()
      Unsets the "compression" element
      void unsetFileName()
      Unsets the "fileName" element
      void unsetFileReference()
      Unsets the "fileReference" element
      void unsetMimeType()
      Unsets the "mimeType" element
      org.apache.xmlbeans.XmlAnyURI xgetCompression()
      Gets (as xml) the "compression" element
      org.apache.xmlbeans.XmlAnyURI xgetFileName()
      Gets (as xml) the "fileName" element
      org.apache.xmlbeans.XmlAnyURI xgetFileReference()
      Gets (as xml) the "fileReference" element
      org.apache.xmlbeans.XmlAnyURI xgetMimeType()
      Gets (as xml) the "mimeType" element
      void xsetCompression​(org.apache.xmlbeans.XmlAnyURI compression)
      Sets (as xml) the "compression" element
      void xsetFileName​(org.apache.xmlbeans.XmlAnyURI fileName)
      Sets (as xml) the "fileName" element
      void xsetFileReference​(org.apache.xmlbeans.XmlAnyURI fileReference)
      Sets (as xml) the "fileReference" element
      void xsetMimeType​(org.apache.xmlbeans.XmlAnyURI mimeType)
      Sets (as xml) the "mimeType" element
      • 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

      • getRangeParameters

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

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

        AssociationRoleType 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
      • isSetFileName

        boolean isSetFileName()
        True if has "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
      • unsetFileName

        void unsetFileName()
        Unsets the "fileName" element
      • getFileReference

        String getFileReference()
        Gets the "fileReference" element
      • xgetFileReference

        org.apache.xmlbeans.XmlAnyURI xgetFileReference()
        Gets (as xml) the "fileReference" element
      • isSetFileReference

        boolean isSetFileReference()
        True if has "fileReference" element
      • setFileReference

        void setFileReference​(String fileReference)
        Sets the "fileReference" element
      • xsetFileReference

        void xsetFileReference​(org.apache.xmlbeans.XmlAnyURI fileReference)
        Sets (as xml) the "fileReference" element
      • unsetFileReference

        void unsetFileReference()
        Unsets the "fileReference" element
      • getFileStructure

        CodeType getFileStructure()
        Gets the "fileStructure" element
      • setFileStructure

        void setFileStructure​(CodeType fileStructure)
        Sets the "fileStructure" element
      • addNewFileStructure

        CodeType addNewFileStructure()
        Appends and returns a new empty "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