Class TLcdISO19115Scope

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115Scope extends TLcdISO19118Object
Description of the data specified by the scope
Since:
10.0
  • Field Details

    • LEVEL_PROPERTY

      public static final TLcdDataProperty LEVEL_PROPERTY
      Data property that maps to the level element. The possible values for this property are instances of TLcdISO19115Optional<TLcdISO19115ScopeCode>.
    • EXTENT_PROPERTY

      public static final TLcdDataProperty EXTENT_PROPERTY
      Data property that maps to the extent element. The possible values for this property are instances of TLcdISO19118Property<TLcdISO19115Extent>.
    • LEVEL_DESCRIPTION_PROPERTY

      public static final TLcdDataProperty LEVEL_DESCRIPTION_PROPERTY
      Data property that maps to the levelDescription element. The possible values for this property are instances of List<TLcdISO19115Optional<TLcdISO19115ScopeDescription>>.
  • Constructor Details

    • TLcdISO19115Scope

      public TLcdISO19115Scope()
    • TLcdISO19115Scope

      public TLcdISO19115Scope(TLcdDataType aType)
  • Method Details

    • getLevel

      public TLcdISO19115ScopeCode getLevel()
      Returns the role value contained in the value of the LEVEL_PROPERTY property. Returns null if the value of the LEVEL_PROPERTY property is null.
      Returns:
      the role value of the LEVEL_PROPERTY property.
      See Also:
    • setLevel

      public void setLevel(TLcdISO19115ScopeCode aValue)
      Sets the value of the property that maps to the level element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the LEVEL_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the LEVEL_PROPERTY property.
    • getExtent

      public TLcdISO19115Extent getExtent()
      Returns the role value contained in the value of the EXTENT_PROPERTY property. Returns null if the value of the EXTENT_PROPERTY property is null.
      Returns:
      the role value of the EXTENT_PROPERTY property.
      See Also:
    • setExtent

      public void setExtent(TLcdISO19115Extent aValue)
      Sets the value of the property that maps to the extent element. to a new instance of the association class TLcdISO19118Property initialized with the given role value. In case the given role value is null, the EXTENT_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the EXTENT_PROPERTY property.
    • getLevelDescription

      public List<TLcdISO19115ScopeDescription> getLevelDescription()
      Gets the value of the LEVEL_DESCRIPTION_PROPERTY property adapted to a list of TLcdISO19115ScopeDescription instances.
      Returns:
      the value of the LEVEL_DESCRIPTION_PROPERTY property adapted to a list of TLcdISO19115ScopeDescription instances.
      See Also: