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

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

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

Methods in com.google.code.linkedinapi.schema that return EndDate
 EndDate ObjectFactory.createEndDate()
          Create an instance of EndDate
 EndDate SchemaElementFactory.createEndDate()
          Create an instance of EndDate
 EndDate Education.getEndDate()
          Gets the value of the endDate property.
 EndDate Position.getEndDate()
          Gets the value of the endDate property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type EndDate
 void Education.setEndDate(EndDate value)
          Sets the value of the endDate property.
 void Position.setEndDate(EndDate value)
          Sets the value of the endDate property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement EndDate
 class EndDateImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return EndDate
 EndDate PositionImpl.getEndDate()
           
 EndDate EducationImpl.getEndDate()
           
 

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

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

Methods in com.google.code.linkedinapi.schema.xpp that return EndDate
 EndDate XppElementFactory.createEndDate()
           
 EndDate PositionImpl.getEndDate()
           
 EndDate EducationImpl.getEndDate()
           
 

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