com.google.code.linkedinapi.schema.xpp
Class AnswerImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
      extended by com.google.code.linkedinapi.schema.xpp.AnswerImpl
All Implemented Interfaces:
Answer, SchemaEntity, java.io.Serializable

public class AnswerImpl
extends BaseSchemaEntity
implements Answer

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

protected java.lang.String id

webUrl

protected java.lang.String webUrl

author

protected AuthorImpl author
Constructor Detail

AnswerImpl

public AnswerImpl()
Method Detail

getId

public java.lang.String getId()
Description copied from interface: Answer
Gets the value of the id property.

Specified by:
getId in interface Answer
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Description copied from interface: Answer
Sets the value of the id property.

Specified by:
setId in interface Answer
Parameters:
value - allowed object is String

getWebUrl

public java.lang.String getWebUrl()
Description copied from interface: Answer
Gets the value of the webUrl property.

Specified by:
getWebUrl in interface Answer
Returns:
possible object is String

setWebUrl

public void setWebUrl(java.lang.String value)
Description copied from interface: Answer
Sets the value of the webUrl property.

Specified by:
setWebUrl in interface Answer
Parameters:
value - allowed object is String

getAuthor

public Author getAuthor()
Description copied from interface: Answer
Gets the value of the author property.

Specified by:
getAuthor in interface Answer
Returns:
possible object is Author

setAuthor

public void setAuthor(Author value)
Description copied from interface: Answer
Sets the value of the author property.

Specified by:
setAuthor in interface Answer
Parameters:
value - allowed object is Author

init

public void init(org.xmlpull.v1.XmlPullParser parser)
          throws java.io.IOException,
                 org.xmlpull.v1.XmlPullParserException
Description copied from class: BaseSchemaEntity
Inits the.

Specified by:
init in class BaseSchemaEntity
Parameters:
parser - the element
Throws:
java.io.IOException - TODO
org.xmlpull.v1.XmlPullParserException - TODO

toXml

public void toXml(org.xmlpull.v1.XmlSerializer serializer)
           throws java.io.IOException
Description copied from class: BaseSchemaEntity
To xml.

Specified by:
toXml in class BaseSchemaEntity
Parameters:
serializer - the document
Throws:
java.io.IOException - TODO