Uses of Interface
com.google.code.linkedinapi.schema.StartDate

Packages that use StartDate
com.google.code.linkedinapi.schema   
com.google.code.linkedinapi.schema.impl   
com.google.code.linkedinapi.schema.xpp   
 

Uses of StartDate in com.google.code.linkedinapi.schema
 

Methods in com.google.code.linkedinapi.schema that return StartDate
 StartDate ObjectFactory.createStartDate()
          Create an instance of StartDate
 StartDate SchemaElementFactory.createStartDate()
          Create an instance of StartDate
 StartDate Education.getStartDate()
          Gets the value of the startDate property.
 StartDate Position.getStartDate()
          Gets the value of the startDate property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type StartDate
 void Education.setStartDate(StartDate value)
          Sets the value of the startDate property.
 void Position.setStartDate(StartDate value)
          Sets the value of the startDate property.
 

Uses of StartDate in com.google.code.linkedinapi.schema.impl
 

Classes in com.google.code.linkedinapi.schema.impl that implement StartDate
 class StartDateImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return StartDate
 StartDate PositionImpl.getStartDate()
           
 StartDate EducationImpl.getStartDate()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type StartDate
 void PositionImpl.setStartDate(StartDate value)
           
 void EducationImpl.setStartDate(StartDate value)
           
 

Uses of StartDate in com.google.code.linkedinapi.schema.xpp
 

Methods in com.google.code.linkedinapi.schema.xpp that return StartDate
 StartDate XppElementFactory.createStartDate()
           
 StartDate PositionImpl.getStartDate()
           
 StartDate EducationImpl.getStartDate()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type StartDate
 void PositionImpl.setStartDate(StartDate value)
           
 void EducationImpl.setStartDate(StartDate value)