public class

PropertyImpl

extends BaseSchemaEntity
implements Property
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.PropertyImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String key
protected Long value
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
PropertyImpl()
Public Methods
String getKey()
Gets the value of the key property.
Long getValue()
Gets the value of the value property.
void init(XmlPullParser parser)
Inits the.
void setKey(String value)
Sets the value of the key property.
void setValue(Long 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.Property

Constants

private static final long serialVersionUID

Constant Value: 7943634136391956316 (0x6e3d7528ed4f375c)

Fields

protected String key

protected Long value

Public Constructors

public PropertyImpl ()

Public Methods

public String getKey ()

Gets the value of the key property.

Returns
  • possible object is String

public Long 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 setKey (String value)

Sets the value of the key property.

Parameters
value Allowed object is String

public void setValue (Long 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