public interface

Certification

implements SchemaEntity
com.google.code.linkedinapi.schema.Certification
Known Indirect Subclasses

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}id"/>
         <element ref="{}name"/>
         <element ref="{}authority"/>
         <element ref="{}number"/>
         <element ref="{}start-date"/>
         <element ref="{}end-date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Authority getAuthority()
Gets the value of the authority property.
abstract EndDate getEndDate()
Gets the value of the endDate property.
abstract String getId()
Gets the value of the id property.
abstract String getName()
Gets the value of the name property.
abstract String getNumber()
Gets the value of the number property.
abstract StartDate getStartDate()
Gets the value of the startDate property.
abstract void setAuthority(Authority value)
Sets the value of the authority property.
abstract void setEndDate(EndDate value)
Sets the value of the endDate property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setName(String value)
Sets the value of the name property.
abstract void setNumber(String value)
Sets the value of the number property.
abstract void setStartDate(StartDate value)
Sets the value of the startDate property.

Public Methods

public abstract Authority getAuthority ()

Gets the value of the authority property.

Returns

public abstract EndDate getEndDate ()

Gets the value of the endDate property.

Returns

public abstract String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public abstract String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public abstract String getNumber ()

Gets the value of the number property.

Returns
  • possible object is String

public abstract StartDate getStartDate ()

Gets the value of the startDate property.

Returns

public abstract void setAuthority (Authority value)

Sets the value of the authority property.

Parameters
value Allowed object is Authority

public abstract void setEndDate (EndDate value)

Sets the value of the endDate property.

Parameters
value Allowed object is EndDate

public abstract void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public abstract void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public abstract void setNumber (String value)

Sets the value of the number property.

Parameters
value Allowed object is String

public abstract void setStartDate (StartDate value)

Sets the value of the startDate property.

Parameters
value Allowed object is StartDate