com.ibm.broker.config.appdev.nodes

Class SOAPInputNode.WSDLHeadersRow

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


    public class SOAPInputNode.WSDLHeadersRow
    extends NodePropertyRow
    WSDLHeadersRow is used by MustUnderstandHeadersWSDLDefinedTable 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
      java.lang.String getOperationName()
      Get the WSDLHeadersRow "Operation name" 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
      void setOperationName(java.lang.String value)
      Set the WSDLHeadersRow "Operation name" 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"
      • setOperationName

        public void setOperationName(java.lang.String value)
        Set the WSDLHeadersRow "Operation name" property
        Parameters:
        value - String ; the value to set the property "Operation name"
      • getOperationName

        public java.lang.String getOperationName()
        Get the WSDLHeadersRow "Operation name" property
        Returns:
        String; the value of the property "Operation name"