Package net.opengis.gml311
Interface FileType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- FileTypeImpl
 
 public interface FileType extends EObjectA representation of the model object 'File Type'.The following features are supported: - See Also:
- Gml311Package.getFileType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCompression()Returns the value of the 'Compression' attribute.StringgetFileName()Returns the value of the 'File Name' attribute.FileValueModelTypegetFileStructure()Returns the value of the 'File Structure' attribute.StringgetMimeType()Returns the value of the 'Mime Type' attribute.RangeParametersTypegetRangeParameters()Returns the value of the 'Range Parameters' containment reference.booleanisSetFileStructure()Returns whether the value of the 'File Structure' attribute is set.voidsetCompression(String value)Sets the value of the 'Compression' attribute.voidsetFileName(String value)Sets the value of the 'File Name' attribute.voidsetFileStructure(FileValueModelType value)Sets the value of the 'File Structure' attribute.voidsetMimeType(String value)Sets the value of the 'Mime Type' attribute.voidsetRangeParameters(RangeParametersType value)Sets the value of the 'Range Parameters' containment reference.voidunsetFileStructure()Unsets the value of the 'File Structure' attribute.
 
- 
- 
- 
Method Detail- 
getRangeParametersRangeParametersType 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(RangeParametersType),- Gml311Package.getFileType_RangeParameters()
 
 - 
setRangeParametersvoid setRangeParameters(RangeParametersType value) Sets the value of the 'Range Parameters' containment reference.- Parameters:
- value- the new value of the 'Range Parameters' containment reference.
- See Also:
- getRangeParameters()
 
 - 
getFileNameString 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(String),- Gml311Package.getFileType_FileName()
 
 - 
setFileNamevoid setFileName(String value) Sets the value of the 'File Name' attribute.- Parameters:
- value- the new value of the 'File Name' attribute.
- See Also:
- getFileName()
 
 - 
getFileStructureFileValueModelType 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:
- FileValueModelType,- isSetFileStructure(),- unsetFileStructure(),- setFileStructure(FileValueModelType),- Gml311Package.getFileType_FileStructure()
 
 - 
setFileStructurevoid setFileStructure(FileValueModelType value) Sets the value of the 'File Structure' attribute.- Parameters:
- value- the new value of the 'File Structure' attribute.
- See Also:
- FileValueModelType,- isSetFileStructure(),- unsetFileStructure(),- getFileStructure()
 
 - 
unsetFileStructurevoid unsetFileStructure() Unsets the value of the 'File Structure' attribute.
 - 
isSetFileStructureboolean 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:
- unsetFileStructure(),- getFileStructure(),- setFileStructure(FileValueModelType)
 
 - 
getMimeTypeString 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(String),- Gml311Package.getFileType_MimeType()
 
 - 
setMimeTypevoid setMimeType(String value) Sets the value of the 'Mime Type' attribute.- Parameters:
- value- the new value of the 'Mime Type' attribute.
- See Also:
- getMimeType()
 
 - 
getCompressionString 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(String),- Gml311Package.getFileType_Compression()
 
 - 
setCompressionvoid setCompression(String value) Sets the value of the 'Compression' attribute.- Parameters:
- value- the new value of the 'Compression' attribute.
- See Also:
- getCompression()
 
 
- 
 
-