com.ibm.broker.config.appdev.nodes

Class SCARequestNode.SCARequestOneWayOperationTableRow

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SCARequestNode


    public class SCARequestNode.SCARequestOneWayOperationTableRow
    extends NodePropertyRow
    SCARequestOneWayOperationTableRow is used by OneWayOperationTable instance
     Table name = oneWayOperationTable
     Row names = SCARequestOneWayOperationTable
     
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean getIsOneWay()
      Get the SCARequestOneWayOperationTableRow "IsOneWay" property
      java.lang.String getOperationName()
      Get the SCARequestOneWayOperationTableRow "OperationName" property
      void setIsOneWay(boolean value)
      Set the SCARequestOneWayOperationTableRow "IsOneWay" property
      void setOperationName(java.lang.String value)
      Set the SCARequestOneWayOperationTableRow "OperationName" property
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setOperationName

        public void setOperationName(java.lang.String value)
        Set the SCARequestOneWayOperationTableRow "OperationName" property
        Parameters:
        value - String ; the value to set the property "OperationName"
      • getOperationName

        public java.lang.String getOperationName()
        Get the SCARequestOneWayOperationTableRow "OperationName" property
        Returns:
        String; the value of the property "OperationName"
      • setIsOneWay

        public void setIsOneWay(boolean value)
        Set the SCARequestOneWayOperationTableRow "IsOneWay" property
        Parameters:
        value - boolean ; the value to set the property "IsOneWay"
      • getIsOneWay

        public boolean getIsOneWay()
        Get the SCARequestOneWayOperationTableRow "IsOneWay" property
        Returns:
        boolean; the value of the property "IsOneWay"