public class

DateOfBirthImpl

extends BaseSchemaEntity
implements DateOfBirth Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.DateOfBirthImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected Long day
protected Long month
protected Long year
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
DateOfBirthImpl()
Public Methods
Long getDay()
Gets the value of the day property.
Long getMonth()
Gets the value of the month property.
Long getYear()
Gets the value of the year property.
void init(XmlPullParser parser)
Inits the.
void setDay(Long value)
Sets the value of the day property.
void setMonth(Long value)
Sets the value of the month property.
void setYear(Long value)
Sets the value of the year 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.DateOfBirth

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected Long day

protected Long month

protected Long year

Public Constructors

public DateOfBirthImpl ()

Public Methods

public Long getDay ()

Gets the value of the day property.

Returns
  • possible object is String

public Long getMonth ()

Gets the value of the month property.

Returns
  • possible object is String

public Long getYear ()

Gets the value of the year property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setDay (Long value)

Sets the value of the day property.

Parameters
value Allowed object is String

public void setMonth (Long value)

Sets the value of the month property.

Parameters
value Allowed object is String

public void setYear (Long value)

Sets the value of the year property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException