org.citygml4j.impl.gml.coverage
Class FileImpl
java.lang.Object
org.citygml4j.impl.gml.coverage.FileImpl
- All Implemented Interfaces:
- ModelObject, Child, Copyable, File, GML
public class FileImpl
- extends java.lang.Object
- implements File
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileImpl
public FileImpl()
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
getRangeParameters
public RangeParameters getRangeParameters()
- Specified by:
getRangeParameters
in interface File
getFileName
public java.lang.String getFileName()
- Specified by:
getFileName
in interface File
getFileStructure
public FileValueModel getFileStructure()
- Specified by:
getFileStructure
in interface File
getMimeType
public java.lang.String getMimeType()
- Specified by:
getMimeType
in interface File
getCompression
public java.lang.String getCompression()
- Specified by:
getCompression
in interface File
isSetRangeParameters
public boolean isSetRangeParameters()
- Specified by:
isSetRangeParameters
in interface File
isSetFileName
public boolean isSetFileName()
- Specified by:
isSetFileName
in interface File
isSetFileStructure
public boolean isSetFileStructure()
- Specified by:
isSetFileStructure
in interface File
isSetMimeType
public boolean isSetMimeType()
- Specified by:
isSetMimeType
in interface File
isSetCompression
public boolean isSetCompression()
- Specified by:
isSetCompression
in interface File
setRangeParameters
public void setRangeParameters(RangeParameters rangeParameters)
- Specified by:
setRangeParameters
in interface File
setFileName
public void setFileName(java.lang.String fileName)
- Specified by:
setFileName
in interface File
setFileStructure
public void setFileStructure(FileValueModel fileStructure)
- Specified by:
setFileStructure
in interface File
setMimeType
public void setMimeType(java.lang.String mimeType)
- Specified by:
setMimeType
in interface File
setCompression
public void setCompression(java.lang.String compression)
- Specified by:
setCompression
in interface File
unsetRangeParameters
public void unsetRangeParameters()
- Specified by:
unsetRangeParameters
in interface File
unsetFileName
public void unsetFileName()
- Specified by:
unsetFileName
in interface File
unsetFileStructure
public void unsetFileStructure()
- Specified by:
unsetFileStructure
in interface File
unsetMimeType
public void unsetMimeType()
- Specified by:
unsetMimeType
in interface File
unsetCompression
public void unsetCompression()
- Specified by:
unsetCompression
in interface File
getParent
public ModelObject getParent()
- Specified by:
getParent
in interface Child
setParent
public void setParent(ModelObject parent)
- Specified by:
setParent
in interface Child
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interface Child
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interface Child
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable