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

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

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

Methods in com.google.code.linkedinapi.schema that return DateOfBirth
 DateOfBirth ObjectFactory.createDateOfBirth()
          Create an instance of DateOfBirth
 DateOfBirth SchemaElementFactory.createDateOfBirth()
          Create an instance of DateOfBirth
 DateOfBirth Person.getDateOfBirth()
          Gets the value of the dateOfBirth property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type DateOfBirth
 void Person.setDateOfBirth(DateOfBirth value)
          Sets the value of the dateOfBirth property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement DateOfBirth
 class DateOfBirthImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return DateOfBirth
 DateOfBirth PersonImpl.getDateOfBirth()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type DateOfBirth
 void PersonImpl.setDateOfBirth(DateOfBirth value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return DateOfBirth
 DateOfBirth XppElementFactory.createDateOfBirth()
           
 DateOfBirth PersonImpl.getDateOfBirth()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type DateOfBirth
 void PersonImpl.setDateOfBirth(DateOfBirth value)