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 Summary
All 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
-
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(RangeParametersType),Gml311Package.getFileType_RangeParameters()
-
setRangeParameters
void 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()
-
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(String),Gml311Package.getFileType_FileName()
-
setFileName
void setFileName(String value)
Sets the value of the 'File Name' attribute.- Parameters:
value- the new value of the 'File Name' attribute.- See Also:
getFileName()
-
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:
FileValueModelType,isSetFileStructure(),unsetFileStructure(),setFileStructure(FileValueModelType),Gml311Package.getFileType_FileStructure()
-
setFileStructure
void 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()
-
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:
unsetFileStructure(),getFileStructure(),setFileStructure(FileValueModelType)
-
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(String),Gml311Package.getFileType_MimeType()
-
setMimeType
void setMimeType(String value)
Sets the value of the 'Mime Type' attribute.- Parameters:
value- the new value of the 'Mime Type' attribute.- See Also:
getMimeType()
-
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(String),Gml311Package.getFileType_Compression()
-
setCompression
void setCompression(String value)
Sets the value of the 'Compression' attribute.- Parameters:
value- the new value of the 'Compression' attribute.- See Also:
getCompression()
-
-