com.google.code.linkedinapi.schema
Interface Position

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
PositionImpl, PositionImpl

public interface Position
extends SchemaEntity

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>
 


Method Summary
 Company getCompany()
          Gets the value of the company property.
 EndDate getEndDate()
          Gets the value of the endDate property.
 java.lang.String getId()
          Gets the value of the id property.
 StartDate getStartDate()
          Gets the value of the startDate property.
 java.lang.String getSummary()
          Gets the value of the summary property.
 java.lang.String getTitle()
          Gets the value of the title property.
 java.lang.Boolean isIsCurrent()
          Gets the value of the isCurrent property.
 void setCompany(Company value)
          Sets the value of the company property.
 void setEndDate(EndDate value)
          Sets the value of the endDate property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIsCurrent(java.lang.Boolean value)
          Sets the value of the isCurrent property.
 void setStartDate(StartDate value)
          Sets the value of the startDate property.
 void setSummary(java.lang.String value)
          Sets the value of the summary property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 

Method Detail

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getTitle

java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getSummary

java.lang.String getSummary()
Gets the value of the summary property.

Returns:
possible object is String

setSummary

void setSummary(java.lang.String value)
Sets the value of the summary property.

Parameters:
value - allowed object is String

getStartDate

StartDate getStartDate()
Gets the value of the startDate property.

Returns:
possible object is StartDate

setStartDate

void setStartDate(StartDate value)
Sets the value of the startDate property.

Parameters:
value - allowed object is StartDate

getEndDate

EndDate getEndDate()
Gets the value of the endDate property.

Returns:
possible object is EndDate

setEndDate

void setEndDate(EndDate value)
Sets the value of the endDate property.

Parameters:
value - allowed object is EndDate

isIsCurrent

java.lang.Boolean isIsCurrent()
Gets the value of the isCurrent property.

Returns:
possible object is Boolean

setIsCurrent

void setIsCurrent(java.lang.Boolean value)
Sets the value of the isCurrent property.

Parameters:
value - allowed object is Boolean

getCompany

Company getCompany()
Gets the value of the company property.

Returns:
possible object is Company

setCompany

void setCompany(Company value)
Sets the value of the company property.

Parameters:
value - allowed object is Company