public class

HTTPHeaderType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.HTTPHeaderType

Class Overview

HTTP Header

Java class for HTTP_HeaderType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="HTTP_HeaderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Header_Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Header_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String headerName
protected String headerValue
Public Constructors
HTTPHeaderType()
Public Methods
String getHeaderName()
Gets the value of the headerName property.
String getHeaderValue()
Gets the value of the headerValue property.
void setHeaderName(String value)
Sets the value of the headerName property.
void setHeaderValue(String value)
Sets the value of the headerValue property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String headerName

protected String headerValue

Public Constructors

public HTTPHeaderType ()

Public Methods

public String getHeaderName ()

Gets the value of the headerName property.

Returns
  • possible object is String

public String getHeaderValue ()

Gets the value of the headerValue property.

Returns
  • possible object is String

public void setHeaderName (String value)

Sets the value of the headerName property.

Parameters
value Allowed object is String

public void setHeaderValue (String value)

Sets the value of the headerValue property.

Parameters
value Allowed object is String