Class TLcdISO19119OperationChainMetadata

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.service.TLcdISO19119OperationChainMetadata
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19119OperationChainMetadata extends TLcdISO19118Object
Describes the signature of an operation chain provided by the 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<TLcdISO19119OperationMetadata>>.
  • Constructor Details

    • TLcdISO19119OperationChainMetadata

      public TLcdISO19119OperationChainMetadata()
    • TLcdISO19119OperationChainMetadata

      public TLcdISO19119OperationChainMetadata(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<TLcdISO19119OperationMetadata> getOperations()
      Gets the value of the OPERATIONS_PROPERTY property adapted to a list of TLcdISO19119OperationMetadata instances.
      Returns:
      the value of the OPERATIONS_PROPERTY property adapted to a list of TLcdISO19119OperationMetadata instances.
      See Also: