public class

CertificationImpl

extends BaseSchemaEntity
implements Certification
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.CertificationImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected AuthorityImpl authority
protected EndDateImpl endDate
protected String id
protected String name
protected String number
protected StartDateImpl startDate
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
CertificationImpl()
Public Methods
Authority getAuthority()
Gets the value of the authority property.
EndDate getEndDate()
Gets the value of the endDate property.
String getId()
Gets the value of the id property.
String getName()
Gets the value of the name property.
String getNumber()
Gets the value of the number property.
StartDate getStartDate()
Gets the value of the startDate property.
void init(XmlPullParser parser)
Inits the.
void setAuthority(Authority value)
Sets the value of the authority property.
void setEndDate(EndDate value)
Sets the value of the endDate property.
void setId(String value)
Sets the value of the id property.
void setName(String value)
Sets the value of the name property.
void setNumber(String value)
Sets the value of the number property.
void setStartDate(StartDate value)
Sets the value of the startDate 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.Certification

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected AuthorityImpl authority

protected EndDateImpl endDate

protected String id

protected String name

protected String number

protected StartDateImpl startDate

Public Constructors

public CertificationImpl ()

Public Methods

public Authority getAuthority ()

Gets the value of the authority property.

Returns

public EndDate getEndDate ()

Gets the value of the endDate property.

Returns

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getNumber ()

Gets the value of the number property.

Returns
  • possible object is String

public StartDate getStartDate ()

Gets the value of the startDate property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setAuthority (Authority value)

Sets the value of the authority property.

Parameters
value Allowed object is Authority

public void setEndDate (EndDate value)

Sets the value of the endDate property.

Parameters
value Allowed object is EndDate

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setNumber (String value)

Sets the value of the number property.

Parameters
value Allowed object is String

public void setStartDate (StartDate value)

Sets the value of the startDate property.

Parameters
value Allowed object is StartDate

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException