Class TLcdAIXM51MessageMetadataProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractMetadataProperty
com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51MessageMetadataProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
This class represents an AIXM 5.1 MessageMetadataProperty.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theMD_Metadata
element.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractMetadataProperty
OWNS_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theMD_Metadata
element.void
setMetadata
(TLcdISO19115Metadata aValue) Sets the value of the property that maps to theMD_Metadata
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractMetadataProperty
getOwns, setOwns
-
Field Details
-
METADATA_PROPERTY
Data property that maps to theMD_Metadata
element. The possible values for this property are instances ofTLcdISO19115Metadata
.
-
-
Constructor Details
-
TLcdAIXM51MessageMetadataProperty
public TLcdAIXM51MessageMetadataProperty() -
TLcdAIXM51MessageMetadataProperty
-
-
Method Details
-
getMetadata
Returns the value of the property that maps to theMD_Metadata
element.- Returns:
- the value of the
METADATA_PROPERTY
property.
-
setMetadata
Sets the value of the property that maps to theMD_Metadata
element.- Parameters:
aValue
- the value to set for theMETADATA_PROPERTY
property.
-