Class TLcdISO19119OperationChain

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19119OperationChain extends TLcdISO19118Object
The action of making the input of one service dependent upon another service.
Since:
2017.0
  • Field Details

    • NAME_PROPERTY

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

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

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

    • TLcdISO19119OperationChain

      public TLcdISO19119OperationChain()
    • TLcdISO19119OperationChain

      public TLcdISO19119OperationChain(TLcdDataType aType)
  • Method Details

    • getName

      public String getName()
      Returns the role value contained in the value of the NAME_PROPERTY property. Returns null if the value of the NAME_PROPERTY property is null.
      Returns:
      the role value of the NAME_PROPERTY property.
      See Also:
    • setName

      public void setName(String aValue)
      Sets the value of the property that maps to the name 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 NAME_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the NAME_PROPERTY property.
    • getDescription

      public String getDescription()
      Returns the role value contained in the value of the DESCRIPTION_PROPERTY property. Returns null if the value of the DESCRIPTION_PROPERTY property is null.
      Returns:
      the role value of the DESCRIPTION_PROPERTY property.
      See Also:
    • setDescription

      public void setDescription(String aValue)
      Sets the value of the property that maps to the description 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 DESCRIPTION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the DESCRIPTION_PROPERTY property.
    • getOperations

      public List<TLcdISO19119Operation> getOperations()
      Gets the value of the OPERATIONS_PROPERTY property adapted to a list of TLcdISO19119Operation instances.
      Returns:
      the value of the OPERATIONS_PROPERTY property adapted to a list of TLcdISO19119Operation instances.
      See Also: