Class TLcdGML32Definition

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdGML32Dictionary, TLcdGML32IdentifiedObject, TLcdGML32UnitDefinition, TLcdISO19115ClAlternativeExpression, TLcdISO19115CodeAlternativeExpression, TLcdISO19115CodeDefinition

public class TLcdGML32Definition extends TLcdGML32DefinitionBase
The basic gml:Definition element specifies a definition, which can be included in or referenced by a dictionary. The content model for a generic definition is a derivation from gml:AbstractGMLType. The gml:description property element shall hold the definition if this can be captured in a simple text string, or the gml:descriptionReference property element may carry a link to a description elsewhere. The gml:identifier element shall provide one identifier identifying this definition. The identifier shall be unique within the dictionaries using this definition. The gml:name elements shall provide zero or more terms and synonyms for which this is the definition. The gml:remarks element shall be used to hold additional textual information that is not conceptually part of the definition but is useful in understanding the definition.
Since:
10.0
  • Field Details

    • REMARKS_PROPERTY

      public static final TLcdDataProperty REMARKS_PROPERTY
      Data property that maps to the remarks element. The possible values for this property are instances of String.
  • Constructor Details

    • TLcdGML32Definition

      public TLcdGML32Definition()
    • TLcdGML32Definition

      public TLcdGML32Definition(TLcdDataType aType)
  • Method Details

    • getRemarks

      public String getRemarks()
      Returns the value of the property that maps to the remarks element.
      Returns:
      the value of the REMARKS_PROPERTY property.
    • setRemarks

      public void setRemarks(String aValue)
      Sets the value of the property that maps to the remarks element.
      Parameters:
      aValue - the value to set for the REMARKS_PROPERTY property.