Package net.opengis.gml311
Interface FileType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
FileTypeImpl
public interface FileType
extends EObject
A representation of the model object 'File Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Compression' attribute.Returns the value of the 'File Name' attribute.Returns the value of the 'File Structure' attribute.Returns the value of the 'Mime Type' attribute.Returns the value of the 'Range Parameters' containment reference.boolean
Returns whether the value of the 'File Structure
' attribute is set.void
setCompression
(String value) Sets the value of the 'Compression
' attribute.void
setFileName
(String value) Sets the value of the 'File Name
' attribute.void
Sets the value of the 'File Structure
' attribute.void
setMimeType
(String value) Sets the value of the 'Mime Type
' attribute.void
Sets the value of the 'Range Parameters
' containment reference.void
Unsets the value of the 'File Structure
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRangeParameters
RangeParametersType getRangeParameters()Returns the value of the 'Range Parameters' containment reference.If the meaning of the 'Range Parameters' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Range Parameters' containment reference.
- See Also:
-
setRangeParameters
Sets the value of the 'Range Parameters
' containment reference.- Parameters:
value
- the new value of the 'Range Parameters' containment reference.- See Also:
-
getFileName
String getFileName()Returns the value of the 'File Name' attribute.If the meaning of the 'File Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'File Name' attribute.
- See Also:
-
setFileName
Sets the value of the 'File Name
' attribute.- Parameters:
value
- the new value of the 'File Name' attribute.- See Also:
-
getFileStructure
FileValueModelType getFileStructure()Returns the value of the 'File Structure' attribute. The literals are from the enumerationFileValueModelType
.If the meaning of the 'File Structure' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'File Structure' attribute.
- See Also:
-
setFileStructure
Sets the value of the 'File Structure
' attribute.- Parameters:
value
- the new value of the 'File Structure' attribute.- See Also:
-
unsetFileStructure
void unsetFileStructure()Unsets the value of the 'File Structure
' attribute. -
isSetFileStructure
boolean isSetFileStructure()Returns whether the value of the 'File Structure
' attribute is set.- Returns:
- whether the value of the 'File Structure' attribute is set.
- See Also:
-
getMimeType
String getMimeType()Returns the value of the 'Mime Type' attribute.If the meaning of the 'Mime Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mime Type' attribute.
- See Also:
-
setMimeType
Sets the value of the 'Mime Type
' attribute.- Parameters:
value
- the new value of the 'Mime Type' attribute.- See Also:
-
getCompression
String getCompression()Returns the value of the 'Compression' attribute.If the meaning of the 'Compression' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Compression' attribute.
- See Also:
-
setCompression
Sets the value of the 'Compression
' attribute.- Parameters:
value
- the new value of the 'Compression' attribute.- See Also:
-