com.ibm.broker.config.appdev.nodes

Class SOAPAsynchronousRequestNode.UserContextParametersRow

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


    public class SOAPAsynchronousRequestNode.UserContextParametersRow
    extends NodePropertyRow
    UserContextParametersRow is used by UserContextTable instance
     Table name = User Parameters
     Row names = UserContextParametersRow
     
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Get the UserContextParametersRow "Name" property
      java.lang.String getValue()
      Get the UserContextParametersRow "Value" property
      void setName(java.lang.String value)
      Set the UserContextParametersRow "Name" property
      void setValue(java.lang.String value)
      Set the UserContextParametersRow "Value" property
      • Methods inherited from class java.lang.Object

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

      • setName

        public void setName(java.lang.String value)
        Set the UserContextParametersRow "Name" property
        Parameters:
        value - String ; the value to set the property "Name"
      • getName

        public java.lang.String getName()
        Get the UserContextParametersRow "Name" property
        Returns:
        String; the value of the property "Name"
      • setValue

        public void setValue(java.lang.String value)
        Set the UserContextParametersRow "Value" property
        Parameters:
        value - String ; the value to set the property "Value"
      • getValue

        public java.lang.String getValue()
        Get the UserContextParametersRow "Value" property
        Returns:
        String; the value of the property "Value"