Class TLcdISO19119CoupledResource

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

public class TLcdISO19119CoupledResource extends TLcdISO19118Object
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>.
    • IDENTIFIER_PROPERTY

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

      public static final TLcdDataProperty SCOPED_NAME_PROPERTY
      Data property that maps to the ScopedName element. The possible values for this property are instances of TLcdGML32Code.
  • Constructor Details

    • TLcdISO19119CoupledResource

      public TLcdISO19119CoupledResource()
    • TLcdISO19119CoupledResource

      public TLcdISO19119CoupledResource(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.
    • getIdentifier

      public String getIdentifier()
      Returns the role value contained in the value of the IDENTIFIER_PROPERTY property. Returns null if the value of the IDENTIFIER_PROPERTY property is null.
      Returns:
      the role value of the IDENTIFIER_PROPERTY property.
      See Also:
    • setIdentifier

      public void setIdentifier(String aValue)
      Sets the value of the property that maps to the identifier 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 IDENTIFIER_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the IDENTIFIER_PROPERTY property.
    • getScopedName

      public TLcdGML32Code getScopedName()
      Returns the value of the property that maps to the ScopedName element.
      Returns:
      the value of the SCOPED_NAME_PROPERTY property.
    • setScopedName

      public void setScopedName(TLcdGML32Code aValue)
      Sets the value of the property that maps to the ScopedName element.
      Parameters:
      aValue - the value to set for the SCOPED_NAME_PROPERTY property.