Package net.opengis.gml.x32
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/3.2). 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 CodeTypeaddNewFileStructure()Appends and returns a new empty "fileStructure" elementAssociationRoleTypeaddNewRangeParameters()Appends and returns a new empty "rangeParameters" elementStringgetCompression()Gets the "compression" elementStringgetFileName()Gets the "fileName" elementStringgetFileReference()Gets the "fileReference" elementCodeTypegetFileStructure()Gets the "fileStructure" elementStringgetMimeType()Gets the "mimeType" elementAssociationRoleTypegetRangeParameters()Gets the "rangeParameters" elementbooleanisSetCompression()True if has "compression" elementbooleanisSetFileName()True if has "fileName" elementbooleanisSetFileReference()True if has "fileReference" elementbooleanisSetMimeType()True if has "mimeType" elementvoidsetCompression(String compression)Sets the "compression" elementvoidsetFileName(String fileName)Sets the "fileName" elementvoidsetFileReference(String fileReference)Sets the "fileReference" elementvoidsetFileStructure(CodeType fileStructure)Sets the "fileStructure" elementvoidsetMimeType(String mimeType)Sets the "mimeType" elementvoidsetRangeParameters(AssociationRoleType rangeParameters)Sets the "rangeParameters" elementvoidunsetCompression()Unsets the "compression" elementvoidunsetFileName()Unsets the "fileName" elementvoidunsetFileReference()Unsets the "fileReference" elementvoidunsetMimeType()Unsets the "mimeType" elementorg.apache.xmlbeans.XmlAnyURIxgetCompression()Gets (as xml) the "compression" elementorg.apache.xmlbeans.XmlAnyURIxgetFileName()Gets (as xml) the "fileName" elementorg.apache.xmlbeans.XmlAnyURIxgetFileReference()Gets (as xml) the "fileReference" 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" elementvoidxsetFileReference(org.apache.xmlbeans.XmlAnyURI fileReference)Sets (as xml) the "fileReference" 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
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
-
-