com.ibm.websphere.http.headers

Interface HTTPHeader



  • public interface HTTPHeader
    A representation of the model object 'HTTP Header'.

    The following features are supported:

    See Also:
    HeadersPackage.getHTTPHeader()
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Returns the value of the 'Name' attribute.
      java.lang.String getValue()
      Returns the value of the 'Value' attribute.
      void setName(java.lang.String value)
      Sets the value of the 'Name' attribute
      void setValue(java.lang.String value)
      Sets the value of the 'Value' attribute
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), HeadersPackage.getHTTPHeader_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • getValue

        java.lang.String getValue()
        Returns the value of the 'Value' attribute.
        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(String), HeadersPackage.getHTTPHeader_Value()
      • setValue

        void setValue(java.lang.String value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
IBM Business Process ManagerTM
Release 8