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

public class TLcdISO19118Object extends TLcdDataObject
Since:
10.0
  • Field Details

    • ID_PROPERTY

      public static final TLcdDataProperty ID_PROPERTY
      Data property that maps to the id attribute. The possible values for this property are instances of String.
    • UUID_PROPERTY

      public static final TLcdDataProperty UUID_PROPERTY
      Data property that maps to the uuid attribute. The possible values for this property are instances of String.
  • Constructor Details

    • TLcdISO19118Object

      public TLcdISO19118Object()
    • TLcdISO19118Object

      public TLcdISO19118Object(TLcdDataType aType)
  • Method Details

    • getId

      public String getId()
      Returns the value of the property that maps to the id attribute.
      Returns:
      the value of the ID_PROPERTY property.
    • setId

      public void setId(String aValue)
      Sets the value of the property that maps to the id attribute.
      Parameters:
      aValue - the value to set for the ID_PROPERTY property.
    • getUuid

      public String getUuid()
      Returns the value of the property that maps to the uuid attribute.
      Returns:
      the value of the UUID_PROPERTY property.
    • setUuid

      public void setUuid(String aValue)
      Sets the value of the property that maps to the uuid attribute.
      Parameters:
      aValue - the value to set for the UUID_PROPERTY property.