com.google.code.linkedinapi.schema.xpp
Class LikeImpl
java.lang.Object
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.LikeImpl
- All Implemented Interfaces:
- Like, SchemaEntity, java.io.Serializable
public class LikeImpl
- extends BaseSchemaEntity
- implements Like
- See Also:
- Serialized Form
Method Summary |
Person |
getPerson()
Gets the value of the person property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
void |
setPerson(Person value)
Sets the value of the person 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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
person
protected PersonImpl person
LikeImpl
public LikeImpl()
getPerson
public Person getPerson()
- Description copied from interface:
Like
- Gets the value of the person property.
- Specified by:
getPerson
in interface Like
- Returns:
- possible object is
Person
setPerson
public void setPerson(Person value)
- Description copied from interface:
Like
- Sets the value of the person property.
- Specified by:
setPerson
in interface Like
- Parameters:
value
- allowed object is
Person
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