Class TLcdISO19119OperationMetadata

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

public class TLcdISO19119OperationMetadata extends TLcdISO19118Object
Describes the signature of one and only one method provided by the service.
Since:
2017.0
  • Field Details

    • OPERATION_NAME_PROPERTY

      public static final TLcdDataProperty OPERATION_NAME_PROPERTY
      Data property that maps to the operationName element. The possible values for this property are instances of TLcdISO19115Optional<String>.
    • 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 List<TLcdISO19115Optional<TLcdISO19119DCPListCode>>.
    • OPERATION_DESCRIPTION_PROPERTY

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

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

      public static final TLcdDataProperty PARAMETERS_PROPERTY
      Data property that maps to the parameters element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19119Parameter>>.
    • CONNECT_POINTS_PROPERTY

      public static final TLcdDataProperty CONNECT_POINTS_PROPERTY
      Data property that maps to the connectPoint element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115OnlineResource>>.
    • DEPENDS_ON_PROPERTY

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

    • TLcdISO19119OperationMetadata

      public TLcdISO19119OperationMetadata()
    • TLcdISO19119OperationMetadata

      public TLcdISO19119OperationMetadata(TLcdDataType aType)
  • Method Details

    • getOperationName

      public String getOperationName()
      Returns the role value contained in the value of the OPERATION_NAME_PROPERTY property. Returns null if the value of the OPERATION_NAME_PROPERTY property is null.
      Returns:
      the role value of the OPERATION_NAME_PROPERTY property.
      See Also:
    • setOperationName

      public void setOperationName(String aValue)
      Sets the value of the property that maps to the operationName 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 OPERATION_NAME_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the OPERATION_NAME_PROPERTY property.
    • getDCP

      public List<TLcdISO19119DCPListCode> getDCP()
      Gets the value of the DCP_PROPERTY property adapted to a list of TLcdISO19119DCPListCode instances.
      Returns:
      the value of the DCP_PROPERTY property adapted to a list of TLcdISO19119DCPListCode instances.
      See Also:
    • getOperationDescription

      public String getOperationDescription()
      Returns the role value contained in the value of the OPERATION_DESCRIPTION_PROPERTY property. Returns null if the value of the OPERATION_DESCRIPTION_PROPERTY property is null.
      Returns:
      the role value of the OPERATION_DESCRIPTION_PROPERTY property.
      See Also:
    • setOperationDescription

      public void setOperationDescription(String aValue)
      Sets the value of the property that maps to the operationDescription 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 OPERATION_DESCRIPTION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the OPERATION_DESCRIPTION_PROPERTY property.
    • getInvocationName

      public String getInvocationName()
      Returns the role value contained in the value of the INVOCATION_NAME_PROPERTY property. Returns null if the value of the INVOCATION_NAME_PROPERTY property is null.
      Returns:
      the role value of the INVOCATION_NAME_PROPERTY property.
      See Also:
    • setInvocationName

      public void setInvocationName(String aValue)
      Sets the value of the property that maps to the invocationName 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 INVOCATION_NAME_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the INVOCATION_NAME_PROPERTY property.
    • getParameters

      public List<TLcdISO19119Parameter> getParameters()
      Gets the value of the PARAMETERS_PROPERTY property adapted to a list of TLcdISO19119Parameter instances.
      Returns:
      the value of the PARAMETERS_PROPERTY property adapted to a list of TLcdISO19119Parameter instances.
      See Also:
    • getConnectPoints

      public List<TLcdISO19115OnlineResource> getConnectPoints()
      Gets the value of the CONNECT_POINTS_PROPERTY property adapted to a list of TLcdISO19115OnlineResource instances.
      Returns:
      the value of the CONNECT_POINTS_PROPERTY property adapted to a list of TLcdISO19115OnlineResource instances.
      See Also:
    • getDependsOn

      public List<TLcdISO19119OperationMetadata> getDependsOn()
      Gets the value of the DEPENDS_ON_PROPERTY property adapted to a list of TLcdISO19119OperationMetadata instances.
      Returns:
      the value of the DEPENDS_ON_PROPERTY property adapted to a list of TLcdISO19119OperationMetadata instances.
      See Also: