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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theidattribute.static final TLcdDataPropertyData property that maps to theuuidattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the value of the property that maps to theidattribute.getUuid()Returns the value of the property that maps to theuuidattribute.voidSets the value of the property that maps to theidattribute.voidSets the value of the property that maps to theuuidattribute.
-
Field Details
-
ID_PROPERTY
Data property that maps to theidattribute. The possible values for this property are instances ofString. -
UUID_PROPERTY
Data property that maps to theuuidattribute. 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 theidattribute.- Returns:
- the value of the
ID_PROPERTYproperty.
-
setId
Sets the value of the property that maps to theidattribute.- Parameters:
aValue- the value to set for theID_PROPERTYproperty.
-
getUuid
Returns the value of the property that maps to theuuidattribute.- Returns:
- the value of the
UUID_PROPERTYproperty.
-
setUuid
Sets the value of the property that maps to theuuidattribute.- Parameters:
aValue- the value to set for theUUID_PROPERTYproperty.
-