Class TLcdISO19115ApplicationSchemaInformation
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.applicationschema.TLcdISO19115ApplicationSchemaInformation
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Information about the application schema used to build the dataset
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theconstraintLanguage
element.static final TLcdDataProperty
Data property that maps to thegraphicsFile
element.static final TLcdDataProperty
Data property that maps to thename
element.static final TLcdDataProperty
Data property that maps to theschemaAscii
element.static final TLcdDataProperty
Data property that maps to theschemaLanguage
element.static final TLcdDataProperty
Data property that maps to thesoftwareDevelopmentFileFormat
element.static final TLcdDataProperty
Data property that maps to thesoftwareDevelopmentFile
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theCONSTRAINT_LANGUAGE_PROPERTY
property.Returns the role value contained in the value of theGRAPHICS_FILE_PROPERTY
property.getName()
Returns the role value contained in the value of theNAME_PROPERTY
property.Returns the role value contained in the value of theSCHEMA_ASCII_PROPERTY
property.Returns the role value contained in the value of theSCHEMA_LANGUAGE_PROPERTY
property.Returns the role value contained in the value of theSOFTWARE_DEVELOPMENT_FILE_PROPERTY
property.Returns the role value contained in the value of theSOFTWARE_DEVELOPMENT_FILE_FORMAT_PROPERTY
property.void
setConstraintLanguage
(String aValue) Sets the value of the property that maps to theconstraintLanguage
element.void
setGraphicsFile
(TLcdISO19103Binary aValue) Sets the value of the property that maps to thegraphicsFile
element.void
setName
(TLcdISO19115Citation aValue) Sets the value of the property that maps to thename
element.void
setSchemaAscii
(String aValue) Sets the value of the property that maps to theschemaAscii
element.void
setSchemaLanguage
(String aValue) Sets the value of the property that maps to theschemaLanguage
element.void
Sets the value of the property that maps to thesoftwareDevelopmentFile
element.void
Sets the value of the property that maps to thesoftwareDevelopmentFileFormat
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
NAME_PROPERTY
Data property that maps to thename
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Citation>
. -
SCHEMA_LANGUAGE_PROPERTY
Data property that maps to theschemaLanguage
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
CONSTRAINT_LANGUAGE_PROPERTY
Data property that maps to theconstraintLanguage
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
SCHEMA_ASCII_PROPERTY
Data property that maps to theschemaAscii
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
GRAPHICS_FILE_PROPERTY
Data property that maps to thegraphicsFile
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19103Binary>
. -
SOFTWARE_DEVELOPMENT_FILE_PROPERTY
Data property that maps to thesoftwareDevelopmentFile
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19103Binary>
. -
SOFTWARE_DEVELOPMENT_FILE_FORMAT_PROPERTY
Data property that maps to thesoftwareDevelopmentFileFormat
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
.
-
-
Constructor Details
-
TLcdISO19115ApplicationSchemaInformation
public TLcdISO19115ApplicationSchemaInformation() -
TLcdISO19115ApplicationSchemaInformation
-
-
Method Details
-
getName
Returns the role value contained in the value of theNAME_PROPERTY
property. Returnsnull
if the value of theNAME_PROPERTY
property isnull
.- Returns:
- the role value of the
NAME_PROPERTY
property. - See Also:
-
setName
Sets the value of the property that maps to thename
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theNAME_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theNAME_PROPERTY
property.
-
getSchemaLanguage
Returns the role value contained in the value of theSCHEMA_LANGUAGE_PROPERTY
property. Returnsnull
if the value of theSCHEMA_LANGUAGE_PROPERTY
property isnull
.- Returns:
- the role value of the
SCHEMA_LANGUAGE_PROPERTY
property. - See Also:
-
setSchemaLanguage
Sets the value of the property that maps to theschemaLanguage
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theSCHEMA_LANGUAGE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theSCHEMA_LANGUAGE_PROPERTY
property.
-
getConstraintLanguage
Returns the role value contained in the value of theCONSTRAINT_LANGUAGE_PROPERTY
property. Returnsnull
if the value of theCONSTRAINT_LANGUAGE_PROPERTY
property isnull
.- Returns:
- the role value of the
CONSTRAINT_LANGUAGE_PROPERTY
property. - See Also:
-
setConstraintLanguage
Sets the value of the property that maps to theconstraintLanguage
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theCONSTRAINT_LANGUAGE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theCONSTRAINT_LANGUAGE_PROPERTY
property.
-
getSchemaAscii
Returns the role value contained in the value of theSCHEMA_ASCII_PROPERTY
property. Returnsnull
if the value of theSCHEMA_ASCII_PROPERTY
property isnull
.- Returns:
- the role value of the
SCHEMA_ASCII_PROPERTY
property. - See Also:
-
setSchemaAscii
Sets the value of the property that maps to theschemaAscii
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theSCHEMA_ASCII_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theSCHEMA_ASCII_PROPERTY
property.
-
getGraphicsFile
Returns the role value contained in the value of theGRAPHICS_FILE_PROPERTY
property. Returnsnull
if the value of theGRAPHICS_FILE_PROPERTY
property isnull
.- Returns:
- the role value of the
GRAPHICS_FILE_PROPERTY
property. - See Also:
-
setGraphicsFile
Sets the value of the property that maps to thegraphicsFile
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theGRAPHICS_FILE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theGRAPHICS_FILE_PROPERTY
property.
-
getSoftwareDevelopmentFile
Returns the role value contained in the value of theSOFTWARE_DEVELOPMENT_FILE_PROPERTY
property. Returnsnull
if the value of theSOFTWARE_DEVELOPMENT_FILE_PROPERTY
property isnull
.- Returns:
- the role value of the
SOFTWARE_DEVELOPMENT_FILE_PROPERTY
property. - See Also:
-
setSoftwareDevelopmentFile
Sets the value of the property that maps to thesoftwareDevelopmentFile
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theSOFTWARE_DEVELOPMENT_FILE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theSOFTWARE_DEVELOPMENT_FILE_PROPERTY
property.
-
getSoftwareDevelopmentFileFormat
Returns the role value contained in the value of theSOFTWARE_DEVELOPMENT_FILE_FORMAT_PROPERTY
property. Returnsnull
if the value of theSOFTWARE_DEVELOPMENT_FILE_FORMAT_PROPERTY
property isnull
.- Returns:
- the role value of the
SOFTWARE_DEVELOPMENT_FILE_FORMAT_PROPERTY
property. - See Also:
-
setSoftwareDevelopmentFileFormat
Sets the value of the property that maps to thesoftwareDevelopmentFileFormat
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theSOFTWARE_DEVELOPMENT_FILE_FORMAT_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theSOFTWARE_DEVELOPMENT_FILE_FORMAT_PROPERTY
property.
-