public class

HttpHeaderImpl

extends BaseSchemaEntity
implements HttpHeader
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.HttpHeaderImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String name
protected String value
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
HttpHeaderImpl()
Public Methods
String getName()
Gets the value of the name property.
String getValue()
Gets the value of the value property.
void init(XmlPullParser parser)
Inits the.
void setName(String value)
Sets the value of the name property.
void setValue(String value)
Sets the value of the value property.
void toXml(XmlSerializer serializer)
To xml.
[Expand]
Inherited Methods
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.HttpHeader

Constants

private static final long serialVersionUID

Constant Value: -8392710882497445323 (0x8b8719eb3a2f4235)

Fields

protected String name

protected String value

Public Constructors

public HttpHeaderImpl ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException