com.google.code.linkedinapi.schema.xpp
Class ItemContentImpl
java.lang.Object
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.ItemContentImpl
- All Implemented Interfaces:
- ItemContent, SchemaEntity, java.io.Serializable
public class ItemContentImpl
- extends BaseSchemaEntity
- implements ItemContent
- See Also:
- Serialized Form
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
invitationRequest
protected InvitationRequestImpl invitationRequest
ItemContentImpl
public ItemContentImpl()
getInvitationRequest
public InvitationRequest getInvitationRequest()
- Description copied from interface:
ItemContent
- Gets the value of the invitationRequest property.
- Specified by:
getInvitationRequest
in interface ItemContent
- Returns:
- possible object is
InvitationRequest
setInvitationRequest
public void setInvitationRequest(InvitationRequest value)
- Description copied from interface:
ItemContent
- Sets the value of the invitationRequest property.
- Specified by:
setInvitationRequest
in interface ItemContent
- Parameters:
value
- allowed object is
InvitationRequest
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