com.ibm.broker.config.appdev.nodes

Class SOAPRequestNode.WSDLHeadersRow

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


    public class SOAPRequestNode.WSDLHeadersRow
    extends NodePropertyRow
    WSDLHeadersRow is used by MustUnderstandResponseHeadersWSDLDefinedTable instance
     Table name = 
     Row names = WSDLHeaders
     
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean getApplyHeader()
      Get the WSDLHeadersRow "Apply Header" property
      java.lang.String getHeader()
      Get the WSDLHeadersRow "Header name" property
      java.lang.String getNamespace()
      Get the WSDLHeadersRow "Header namespace" property
      void setApplyHeader(boolean value)
      Set the WSDLHeadersRow "Apply Header" property
      void setHeader(java.lang.String value)
      Set the WSDLHeadersRow "Header name" property
      void setNamespace(java.lang.String value)
      Set the WSDLHeadersRow "Header namespace" property
      • Methods inherited from class java.lang.Object

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

      • setApplyHeader

        public void setApplyHeader(boolean value)
        Set the WSDLHeadersRow "Apply Header" property
        Parameters:
        value - boolean ; the value to set the property "Apply Header"
      • getApplyHeader

        public boolean getApplyHeader()
        Get the WSDLHeadersRow "Apply Header" property
        Returns:
        boolean; the value of the property "Apply Header"
      • setHeader

        public void setHeader(java.lang.String value)
        Set the WSDLHeadersRow "Header name" property
        Parameters:
        value - String ; the value to set the property "Header name"
      • getHeader

        public java.lang.String getHeader()
        Get the WSDLHeadersRow "Header name" property
        Returns:
        String; the value of the property "Header name"
      • setNamespace

        public void setNamespace(java.lang.String value)
        Set the WSDLHeadersRow "Header namespace" property
        Parameters:
        value - String ; the value to set the property "Header namespace"
      • getNamespace

        public java.lang.String getNamespace()
        Get the WSDLHeadersRow "Header namespace" property
        Returns:
        String; the value of the property "Header namespace"