com.ibm.broker.config.appdev.nodes

Class JMSHeaderNode.JMSApplicationElementsRow

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


    public class JMSHeaderNode.JMSApplicationElementsRow
    extends NodePropertyRow
    JMSApplicationElementsRow is used by Application_PropertyTable instance
     Table name = Application Properties 
     Row names = JMSApplicationElementsRow
     
    See Also:
    Serialized Form
    • Method Summary

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

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

        public void setType(JMSHeaderNode.ENUM_JMSHEADER_TYPE value)
        Set the JMSApplicationElementsRow "Type" property
        Parameters:
        value - ENUM_JMSHEADER_TYPE ; the value to set the property "Type"
      • getType

        public JMSHeaderNode.ENUM_JMSHEADER_TYPE getType()
        Get the JMSApplicationElementsRow "Type" property
        Returns:
        ENUM_JMSHEADER_TYPE; the value of the property "Type"
      • setValue

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

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