Class TLcdISO19118Object
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdISO19103MemberName
,TLcdISO19103Multiplicity
,TLcdISO19103MultiplicityRange
,TLcdISO19103TypeName
,TLcdISO19115Address
,TLcdISO19115Aggregate
,TLcdISO19115AggregateInformation
,TLcdISO19115ApplicationSchemaInformation
,TLcdISO19115Association
,TLcdISO19115BrowseGraphic
,TLcdISO19115Catalogue
,TLcdISO19115Citation
,TLcdISO19115CitationSeries
,TLcdISO19115Constraints
,TLcdISO19115Contact
,TLcdISO19115ContentInformation
,TLcdISO19115DataQuality
,TLcdISO19115DataSet
,TLcdISO19115Date
,TLcdISO19115DigitalTransferOptions
,TLcdISO19115Dimension
,TLcdISO19115Distribution
,TLcdISO19115Distributor
,TLcdISO19115Element
,TLcdISO19115ExtendedElementInformation
,TLcdISO19115Extent
,TLcdISO19115File
,TLcdISO19115Format
,TLcdISO19115FreeText
,TLcdISO19115GeographicExtent
,TLcdISO19115GeometricObjects
,TLcdISO19115Identification
,TLcdISO19115Identifier
,TLcdISO19115Keywords
,TLcdISO19115Lineage
,TLcdISO19115Locale
,TLcdISO19115MaintenanceInformation
,TLcdISO19115Medium
,TLcdISO19115Metadata
,TLcdISO19115MetadataExtensionInformation
,TLcdISO19115OnlineResource
,TLcdISO19115PortrayalCatalogueReference
,TLcdISO19115ProcessStep
,TLcdISO19115RangeDimension
,TLcdISO19115ReferenceSystem
,TLcdISO19115RepresentativeFraction
,TLcdISO19115ResponsibleParty
,TLcdISO19115Result
,TLcdISO19115Scope
,TLcdISO19115Source
,TLcdISO19115SpatialRepresentation
,TLcdISO19115StandardOrderProcess
,TLcdISO19115Telephone
,TLcdISO19115TemporalExtent
,TLcdISO19115Usage
,TLcdISO19115VerticalExtent
,TLcdISO19119CoupledResource
,TLcdISO19119Interface
,TLcdISO19119Operation
,TLcdISO19119OperationChain
,TLcdISO19119OperationChainMetadata
,TLcdISO19119OperationMetadata
,TLcdISO19119Parameter
,TLcdISO19119Port
,TLcdISO19119PortSpecification
,TLcdISO19119Service
,TLcdISO19119ServiceSpecification
,TLcdISO19119ServiceType
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theid
attribute.static final TLcdDataProperty
Data property that maps to theuuid
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the value of the property that maps to theid
attribute.getUuid()
Returns the value of the property that maps to theuuid
attribute.void
Sets the value of the property that maps to theid
attribute.void
Sets the value of the property that maps to theuuid
attribute.
-
Field Details
-
ID_PROPERTY
Data property that maps to theid
attribute. The possible values for this property are instances ofString
. -
UUID_PROPERTY
Data property that maps to theuuid
attribute. The possible values for this property are instances ofString
.
-
-
Constructor Details
-
TLcdISO19118Object
public TLcdISO19118Object() -
TLcdISO19118Object
-
-
Method Details
-
getId
Returns the value of the property that maps to theid
attribute.- Returns:
- the value of the
ID_PROPERTY
property.
-
setId
Sets the value of the property that maps to theid
attribute.- Parameters:
aValue
- the value to set for theID_PROPERTY
property.
-
getUuid
Returns the value of the property that maps to theuuid
attribute.- Returns:
- the value of the
UUID_PROPERTY
property.
-
setUuid
Sets the value of the property that maps to theuuid
attribute.- Parameters:
aValue
- the value to set for theUUID_PROPERTY
property.
-