com.ibm.broker.config.appdev.nodes

Class SOAPAsynchronousRequestNode.JNDIContextParametersRow

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


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Get the JNDIContextParametersRow "Name" property
      java.lang.String getValue()
      Get the JNDIContextParametersRow "Value" property
      void setName(java.lang.String value)
      Set the JNDIContextParametersRow "Name" property
      void setValue(java.lang.String value)
      Set the JNDIContextParametersRow "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 JNDIContextParametersRow "Name" property
        Parameters:
        value - String ; the value to set the property "Name"
      • getName

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

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

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