com.google.code.linkedinapi.schema.impl
Class AnswersImpl
java.lang.Object
com.google.code.linkedinapi.schema.impl.AnswersImpl
- All Implemented Interfaces:
- Answers, SchemaEntity, java.io.Serializable
public class AnswersImpl
- extends java.lang.Object
- implements java.io.Serializable, Answers
- See Also:
- Serialized Form
Method Summary |
java.util.List<Answer> |
getAnswerList()
Gets the value of the answerList property. |
java.lang.Long |
getCount()
Gets the value of the count property. |
void |
setCount(java.lang.Long value)
Sets the value of the count property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
answerList
protected java.util.List<Answer> answerList
count
protected java.lang.Long count
AnswersImpl
public AnswersImpl()
getAnswerList
public java.util.List<Answer> getAnswerList()
- Description copied from interface:
Answers
- Gets the value of the answerList property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the answerList property.
For example, to add a new item, do as follows:
getAnswerList().add(newItem);
Objects of the following type(s) are allowed in the list
Answer
- Specified by:
getAnswerList
in interface Answers
getCount
public java.lang.Long getCount()
- Description copied from interface:
Answers
- Gets the value of the count property.
- Specified by:
getCount
in interface Answers
- Returns:
- possible object is
String
setCount
public void setCount(java.lang.Long value)
- Description copied from interface:
Answers
- Sets the value of the count property.
- Specified by:
setCount
in interface Answers
- Parameters:
value
- allowed object is
String