java.lang.Object | ||
↳ | com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity | |
↳ | com.google.code.linkedinapi.schema.xpp.PublicationImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
authors | |||||||||||
date | |||||||||||
id | |||||||||||
publisher | |||||||||||
summary | |||||||||||
title | |||||||||||
url |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the authors property.
| |||||||||||
Gets the value of the date property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the publisher property.
| |||||||||||
Gets the value of the summary property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Gets the value of the url property.
| |||||||||||
Inits the.
| |||||||||||
Sets the value of the authors property.
| |||||||||||
Sets the value of the date property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the publisher property.
| |||||||||||
Sets the value of the summary property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
Sets the value of the url 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.Publication
|
Gets the value of the authors property.
Authors
Gets the value of the id property.
Gets the value of the publisher property.
Publisher
Gets the value of the summary property.
Gets the value of the title property.
Gets the value of the url property.
Inits the.
parser | The element |
---|
IOException | |
---|---|
XmlPullParserException |
Sets the value of the authors property.
value | Allowed object is
Authors
|
---|
Sets the value of the date property.
value | Allowed object is
Date
|
---|
Sets the value of the id property.
value | Allowed object is String |
---|
Sets the value of the publisher property.
value | Allowed object is
Publisher
|
---|
Sets the value of the summary property.
value | Allowed object is String |
---|
Sets the value of the title property.
value | Allowed object is String |
---|
Sets the value of the url property.
value | Allowed object is String |
---|
To xml.
serializer | The document |
---|
IOException |
---|