java.lang.Object | ||
↳ | com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity | |
↳ | com.google.code.linkedinapi.schema.xpp.CertificationImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
authority | |||||||||||
endDate | |||||||||||
id | |||||||||||
name | |||||||||||
number | |||||||||||
startDate |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the authority property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the number property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Inits the.
| |||||||||||
Sets the value of the authority property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the number property.
| |||||||||||
Sets the value of the startDate 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.Certification
|
Gets the value of the authority property.
Authority
Gets the value of the endDate property.
EndDate
Gets the value of the id property.
Gets the value of the name property.
Gets the value of the number property.
Gets the value of the startDate property.
StartDate
Inits the.
parser | The element |
---|
IOException | |
---|---|
XmlPullParserException |
Sets the value of the authority property.
value | Allowed object is
Authority
|
---|
Sets the value of the endDate property.
value | Allowed object is
EndDate
|
---|
Sets the value of the id property.
value | Allowed object is String |
---|
Sets the value of the name property.
value | Allowed object is String |
---|
Sets the value of the number property.
value | Allowed object is String |
---|
Sets the value of the startDate property.
value | Allowed object is
StartDate
|
---|
To xml.
serializer | The document |
---|
IOException |
---|