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

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

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

Methods in com.google.code.linkedinapi.schema that return Answers
 Answers ObjectFactory.createAnswers()
          Create an instance of Answers
 Answers SchemaElementFactory.createAnswers()
          Create an instance of Answers
 Answers Question.getAnswers()
          Gets the value of the answers property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Answers
 void Question.setAnswers(Answers value)
          Sets the value of the answers property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Answers
 class AnswersImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Answers
 Answers QuestionImpl.getAnswers()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Answers
 void QuestionImpl.setAnswers(Answers value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return Answers
 Answers XppElementFactory.createAnswers()
           
 Answers QuestionImpl.getAnswers()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Answers
 void QuestionImpl.setAnswers(Answers value)