Class TLcdISO19119ServiceSpecification

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.service.TLcdISO19119ServiceSpecification
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdISO19119PlatformNeutralServiceSpecification

public class TLcdISO19119ServiceSpecification extends TLcdISO19118Object
Defines services without reference to the type of specification or to its implementation.
Since:
2017.0
  • Field Details

  • Constructor Details

    • TLcdISO19119ServiceSpecification

      public TLcdISO19119ServiceSpecification()
    • TLcdISO19119ServiceSpecification

      public TLcdISO19119ServiceSpecification(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.
    • getOperationModel

      public ELcdISO19119OperationModel getOperationModel()
      Returns the role value contained in the value of the OPERATION_MODEL_PROPERTY property. Returns null if the value of the OPERATION_MODEL_PROPERTY property is null.
      Returns:
      the role value of the OPERATION_MODEL_PROPERTY property.
      See Also:
    • setOperationModel

      public void setOperationModel(ELcdISO19119OperationModel aValue)
      Sets the value of the property that maps to the opModel 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_MODEL_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the OPERATION_MODEL_PROPERTY property.
    • getPlatformNeutralSpecification

      public TLcdISO19119PlatformNeutralServiceSpecification getPlatformNeutralSpecification()
      Returns the role value contained in the value of the PLATFORM_NEUTRAL_SPECIFICATION_PROPERTY property. Returns null if the value of the PLATFORM_NEUTRAL_SPECIFICATION_PROPERTY property is null.
      Returns:
      the role value of the PLATFORM_NEUTRAL_SPECIFICATION_PROPERTY property.
      See Also:
    • setPlatformNeutralSpecification

      public void setPlatformNeutralSpecification(TLcdISO19119PlatformNeutralServiceSpecification aValue)
      Sets the value of the property that maps to the typeSpec element. to a new instance of the association class TLcdISO19118Property initialized with the given role value. In case the given role value is null, the PLATFORM_NEUTRAL_SPECIFICATION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the PLATFORM_NEUTRAL_SPECIFICATION_PROPERTY property.
    • getInterfaces

      public List<TLcdISO19119Interface> getInterfaces()
      Gets the value of the INTERFACES_PROPERTY property adapted to a list of TLcdISO19119Interface instances.
      Returns:
      the value of the INTERFACES_PROPERTY property adapted to a list of TLcdISO19119Interface instances.
      See Also: