Class TLcdISO19115File
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.usage.TLcdISO19115File
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115DataFile,TLcdISO19115SupportFile
- Since:
- 2013.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thefileDescriptionelement.static final TLcdDataPropertyData property that maps to thefileNameelement.static final TLcdDataPropertyData property that maps to thefileTypeelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theFILE_DESCRIPTION_PROPERTYproperty.Returns the role value contained in the value of theFILE_NAME_PROPERTYproperty.Returns the role value contained in the value of theFILE_TYPE_PROPERTYproperty.voidsetFileDescription(String aValue) Sets the value of the property that maps to thefileDescriptionelement.voidsetFileName(TLcdISO19115FileName aValue) Sets the value of the property that maps to thefileNameelement.voidsetFileType(TLcdISO19115MimeFileType aValue) Sets the value of the property that maps to thefileTypeelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
FILE_NAME_PROPERTY
Data property that maps to thefileNameelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115FileName>. -
FILE_DESCRIPTION_PROPERTY
Data property that maps to thefileDescriptionelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
FILE_TYPE_PROPERTY
Data property that maps to thefileTypeelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115MimeFileType>.
-
-
Constructor Details
-
TLcdISO19115File
public TLcdISO19115File() -
TLcdISO19115File
-
-
Method Details
-
getFileName
Returns the role value contained in the value of theFILE_NAME_PROPERTYproperty. Returnsnullif the value of theFILE_NAME_PROPERTYproperty isnull.- Returns:
- the role value of the
FILE_NAME_PROPERTYproperty. - See Also:
-
setFileName
Sets the value of the property that maps to thefileNameelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theFILE_NAME_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theFILE_NAME_PROPERTYproperty.
-
getFileDescription
Returns the role value contained in the value of theFILE_DESCRIPTION_PROPERTYproperty. Returnsnullif the value of theFILE_DESCRIPTION_PROPERTYproperty isnull.- Returns:
- the role value of the
FILE_DESCRIPTION_PROPERTYproperty. - See Also:
-
setFileDescription
Sets the value of the property that maps to thefileDescriptionelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theFILE_DESCRIPTION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theFILE_DESCRIPTION_PROPERTYproperty.
-
getFileType
Returns the role value contained in the value of theFILE_TYPE_PROPERTYproperty. Returnsnullif the value of theFILE_TYPE_PROPERTYproperty isnull.- Returns:
- the role value of the
FILE_TYPE_PROPERTYproperty. - See Also:
-
setFileType
Sets the value of the property that maps to thefileTypeelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theFILE_TYPE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theFILE_TYPE_PROPERTYproperty.
-