public interface

Position

implements SchemaEntity
com.google.code.linkedinapi.schema.Position
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" minOccurs="0"/>
         <element ref="{}title"/>
         <element ref="{}summary" minOccurs="0"/>
         <element ref="{}start-date" minOccurs="0"/>
         <element ref="{}end-date" minOccurs="0"/>
         <sequence minOccurs="0">
           <element ref="{}is-current"/>
           <element ref="{}company"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Company getCompany()
Gets the value of the company property.
abstract EndDate getEndDate()
Gets the value of the endDate property.
abstract String getId()
Gets the value of the id property.
abstract StartDate getStartDate()
Gets the value of the startDate property.
abstract String getSummary()
Gets the value of the summary property.
abstract String getTitle()
Gets the value of the title property.
abstract Boolean isIsCurrent()
Gets the value of the isCurrent property.
abstract void setCompany(Company value)
Sets the value of the company 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 setIsCurrent(Boolean value)
Sets the value of the isCurrent property.
abstract void setStartDate(StartDate value)
Sets the value of the startDate property.
abstract void setSummary(String value)
Sets the value of the summary property.
abstract void setTitle(String value)
Sets the value of the title property.

Public Methods

public abstract Company getCompany ()

Gets the value of the company 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 StartDate getStartDate ()

Gets the value of the startDate property.

Returns

public abstract String getSummary ()

Gets the value of the summary property.

Returns
  • possible object is String

public abstract String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public abstract Boolean isIsCurrent ()

Gets the value of the isCurrent property.

Returns
  • possible object is Boolean

public abstract void setCompany (Company value)

Sets the value of the company property.

Parameters
value Allowed object is Company

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 setIsCurrent (Boolean value)

Sets the value of the isCurrent property.

Parameters
value Allowed object is Boolean

public abstract void setStartDate (StartDate value)

Sets the value of the startDate property.

Parameters
value Allowed object is StartDate

public abstract void setSummary (String value)

Sets the value of the summary property.

Parameters
value Allowed object is String

public abstract void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String