Class TLcdISO19115Lineage

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115Lineage extends TLcdISO19118Object
Information about the events or source data used in constructing the data specified by the scope or lack of knowledge about lineage
Since:
10.0
  • Field Details

    • STATEMENT_PROPERTY

      public static final TLcdDataProperty STATEMENT_PROPERTY
      Data property that maps to the statement element. The possible values for this property are instances of TLcdISO19115Optional<String>.
    • PROCESS_STEP_PROPERTY

      public static final TLcdDataProperty PROCESS_STEP_PROPERTY
      Data property that maps to the processStep element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115ProcessStep>>.
    • SOURCE_PROPERTY

      public static final TLcdDataProperty SOURCE_PROPERTY
      Data property that maps to the source element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115Source>>.
  • Constructor Details

    • TLcdISO19115Lineage

      public TLcdISO19115Lineage()
    • TLcdISO19115Lineage

      public TLcdISO19115Lineage(TLcdDataType aType)
  • Method Details

    • getStatement

      public String getStatement()
      Returns the role value contained in the value of the STATEMENT_PROPERTY property. Returns null if the value of the STATEMENT_PROPERTY property is null.
      Returns:
      the role value of the STATEMENT_PROPERTY property.
      See Also:
    • setStatement

      public void setStatement(String aValue)
      Sets the value of the property that maps to the statement 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 STATEMENT_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the STATEMENT_PROPERTY property.
    • getProcessStep

      public List<TLcdISO19115ProcessStep> getProcessStep()
      Gets the value of the PROCESS_STEP_PROPERTY property adapted to a list of TLcdISO19115ProcessStep instances.
      Returns:
      the value of the PROCESS_STEP_PROPERTY property adapted to a list of TLcdISO19115ProcessStep instances.
      See Also:
    • getSource

      public List<TLcdISO19115Source> getSource()
      Gets the value of the SOURCE_PROPERTY property adapted to a list of TLcdISO19115Source instances.
      Returns:
      the value of the SOURCE_PROPERTY property adapted to a list of TLcdISO19115Source instances.
      See Also: