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

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

public class RecipientImpl
extends BaseSchemaEntity
implements Recipient

See Also:
Serialized Form

Field Summary
protected  PersonImpl person
           
private static long serialVersionUID
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
RecipientImpl()
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

person

protected PersonImpl person
Constructor Detail

RecipientImpl

public RecipientImpl()
Method Detail

getPerson

public Person getPerson()
Description copied from interface: Recipient
Gets the value of the person property.

Specified by:
getPerson in interface Recipient
Returns:
possible object is Person

setPerson

public void setPerson(Person value)
Description copied from interface: Recipient
Sets the value of the person property.

Specified by:
setPerson in interface Recipient
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