com.ibm.broker.config.appdev.nodes

Class HTTPHeaderNode.HTTPReplyElementsRow

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


    public class HTTPHeaderNode.HTTPReplyElementsRow
    extends NodePropertyRow
    HTTPReplyElementsRow is used by NameValue4ReplyHeaderTable instance
     Table name = HTTPReply Header
     Row names = HTTPReplyElementsRow
     
    See Also:
    Serialized Form
    • Method Detail

      • setName

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

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

        public void setType(HTTPHeaderNode.ENUM_HTTPHEADER_TYPE value)
        Set the HTTPReplyElementsRow "Type" property
        Parameters:
        value - ENUM_HTTPHEADER_TYPE ; the value to set the property "Type"
      • setValue

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

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