Package net.opengis.gml
Interface FileType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
FileTypeImpl
public interface FileType extends org.apache.xmlbeans.XmlObjectAn XML FileType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFileType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RangeParametersTypeaddNewRangeParameters()Appends and returns a new empty "rangeParameters" elementStringgetCompression()Gets the "compression" elementStringgetFileName()Gets the "fileName" elementFileValueModelType.EnumgetFileStructure()Gets the "fileStructure" elementStringgetMimeType()Gets the "mimeType" elementRangeParametersTypegetRangeParameters()Gets the "rangeParameters" elementbooleanisSetCompression()True if has "compression" elementbooleanisSetMimeType()True if has "mimeType" elementvoidsetCompression(String compression)Sets the "compression" elementvoidsetFileName(String fileName)Sets the "fileName" elementvoidsetFileStructure(FileValueModelType.Enum fileStructure)Sets the "fileStructure" elementvoidsetMimeType(String mimeType)Sets the "mimeType" elementvoidsetRangeParameters(RangeParametersType rangeParameters)Sets the "rangeParameters" elementvoidunsetCompression()Unsets the "compression" elementvoidunsetMimeType()Unsets the "mimeType" elementorg.apache.xmlbeans.XmlAnyURIxgetCompression()Gets (as xml) the "compression" elementorg.apache.xmlbeans.XmlAnyURIxgetFileName()Gets (as xml) the "fileName" elementFileValueModelTypexgetFileStructure()Gets (as xml) the "fileStructure" elementorg.apache.xmlbeans.XmlAnyURIxgetMimeType()Gets (as xml) the "mimeType" elementvoidxsetCompression(org.apache.xmlbeans.XmlAnyURI compression)Sets (as xml) the "compression" elementvoidxsetFileName(org.apache.xmlbeans.XmlAnyURI fileName)Sets (as xml) the "fileName" elementvoidxsetFileStructure(FileValueModelType fileStructure)Sets (as xml) the "fileStructure" elementvoidxsetMimeType(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
-
-
-
-
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
-
getFileStructure
FileValueModelType.Enum getFileStructure()
Gets the "fileStructure" 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
-
-