Class TLcdISO19119PlatformSpecificServiceSpecification

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19119PlatformSpecificServiceSpecification extends TLcdISO19119PlatformNeutralServiceSpecification
Defines the implementation of a specific type of service. there may be multiple platform-specific specifications for a single platform-neutral specification.
Since:
2017.0
  • Field Details

    • DCP_PROPERTY

      public static final TLcdDataProperty DCP_PROPERTY
      Data property that maps to the DCP element. The possible values for this property are instances of TLcdISO19115Optional<TLcdISO19119DCPListCode>.
    • IMPLEMENTATION_PROPERTY

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

    • TLcdISO19119PlatformSpecificServiceSpecification

      public TLcdISO19119PlatformSpecificServiceSpecification()
    • TLcdISO19119PlatformSpecificServiceSpecification

      public TLcdISO19119PlatformSpecificServiceSpecification(TLcdDataType aType)
  • Method Details

    • getDCP

      public TLcdISO19119DCPListCode getDCP()
      Returns the role value contained in the value of the DCP_PROPERTY property. Returns null if the value of the DCP_PROPERTY property is null.
      Returns:
      the role value of the DCP_PROPERTY property.
      See Also:
    • setDCP

      public void setDCP(TLcdISO19119DCPListCode aValue)
      Sets the value of the property that maps to the DCP 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 DCP_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the DCP_PROPERTY property.
    • getImplementation

      public List<TLcdISO19119Service> getImplementation()
      Gets the value of the IMPLEMENTATION_PROPERTY property adapted to a list of TLcdISO19119Service instances.
      Returns:
      the value of the IMPLEMENTATION_PROPERTY property adapted to a list of TLcdISO19119Service instances.
      See Also: