public class

HTTPHeaderDataType

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

Class Overview

HTTP Header Data

Java class for HTTP_Header_DataType complex type.

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

 <complexType name="HTTP_Header_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HTTP_Header" type="{urn:com.workday/bsvc}HTTP_HeaderType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<HTTPHeaderType> httpHeader
Public Constructors
HTTPHeaderDataType()
Public Methods
List<HTTPHeaderType> getHTTPHeader()
Gets the value of the httpHeader property.
void setHTTPHeader(List<HTTPHeaderType> httpHeader)
Sets the value of the httpHeader property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<HTTPHeaderType> httpHeader

Public Constructors

public HTTPHeaderDataType ()

Public Methods

public List<HTTPHeaderType> getHTTPHeader ()

Gets the value of the httpHeader property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the httpHeader property.

For example, to add a new item, do as follows:

    getHTTPHeader().add(newItem);
 

Objects of the following type(s) are allowed in the list HTTPHeaderType

public void setHTTPHeader (List<HTTPHeaderType> httpHeader)

Sets the value of the httpHeader property.

Parameters
httpHeader Allowed object is HTTPHeaderType