| java.lang.Object | ||
| ↳ | com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity | |
| ↳ | com.google.code.linkedinapi.schema.xpp.DateImpl | |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| day | |||||||||||
| month | |||||||||||
| year | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the day property.
| |||||||||||
Gets the value of the month property.
| |||||||||||
Gets the value of the year property.
| |||||||||||
Inits the.
| |||||||||||
Sets the value of the day property.
| |||||||||||
Sets the value of the month property.
| |||||||||||
Sets the value of the year property.
| |||||||||||
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.Date
| |||||||||||
Gets the value of the day property.
Gets the value of the month property.
Gets the value of the year property.
Inits the.
| parser | The element |
|---|
| IOException | |
|---|---|
| XmlPullParserException |
Sets the value of the day property.
| value | Allowed object is String |
|---|
Sets the value of the month property.
| value | Allowed object is String |
|---|
Sets the value of the year property.
| value | Allowed object is String |
|---|
To xml.
| serializer | The document |
|---|
| IOException |
|---|