|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.AnswerImpl
public class AnswerImpl
Field Summary | |
---|---|
protected AuthorImpl |
author
|
protected java.lang.String |
id
|
private static long |
serialVersionUID
|
protected java.lang.String |
webUrl
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
AnswerImpl()
|
Method Summary | |
---|---|
Author |
getAuthor()
Gets the value of the author property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getWebUrl()
Gets the value of the webUrl property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
void |
setAuthor(Author value)
Sets the value of the author property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setWebUrl(java.lang.String value)
Sets the value of the webUrl property. |
void |
toXml(org.xmlpull.v1.XmlSerializer serializer)
To xml. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
protected java.lang.String id
protected java.lang.String webUrl
protected AuthorImpl author
Constructor Detail |
---|
public AnswerImpl()
Method Detail |
---|
public java.lang.String getId()
Answer
getId
in interface Answer
String
public void setId(java.lang.String value)
Answer
setId
in interface Answer
value
- allowed object is
String
public java.lang.String getWebUrl()
Answer
getWebUrl
in interface Answer
String
public void setWebUrl(java.lang.String value)
Answer
setWebUrl
in interface Answer
value
- allowed object is
String
public Author getAuthor()
Answer
getAuthor
in interface Answer
Author
public void setAuthor(Author value)
Answer
setAuthor
in interface Answer
value
- allowed object is
Author
public void init(org.xmlpull.v1.XmlPullParser parser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
BaseSchemaEntity
init
in class BaseSchemaEntity
parser
- the element
java.io.IOException
- TODO
org.xmlpull.v1.XmlPullParserException
- TODOpublic void toXml(org.xmlpull.v1.XmlSerializer serializer) throws java.io.IOException
BaseSchemaEntity
toXml
in class BaseSchemaEntity
serializer
- the document
java.io.IOException
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |