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

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

public class MailboxItemImpl
extends BaseSchemaEntity
implements MailboxItem

See Also:
Serialized Form

Field Summary
protected  java.lang.String body
           
protected  ItemContentImpl itemContent
           
protected  RecipientsImpl recipients
           
private static long serialVersionUID
           
protected  java.lang.String subject
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
MailboxItemImpl()
           
 
Method Summary
 java.lang.String getBody()
          Gets the value of the body property.
 ItemContent getItemContent()
          Gets the value of the itemContent property.
 Recipients getRecipients()
          Gets the value of the recipients property.
 java.lang.String getSubject()
          Gets the value of the subject property.
 void init(org.xmlpull.v1.XmlPullParser parser)
          Inits the.
 void setBody(java.lang.String value)
          Sets the value of the body property.
 void setItemContent(ItemContent value)
          Sets the value of the itemContent property.
 void setRecipients(Recipients value)
          Sets the value of the recipients property.
 void setSubject(java.lang.String value)
          Sets the value of the subject 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

recipients

protected RecipientsImpl recipients

subject

protected java.lang.String subject

body

protected java.lang.String body

itemContent

protected ItemContentImpl itemContent
Constructor Detail

MailboxItemImpl

public MailboxItemImpl()
Method Detail

getRecipients

public Recipients getRecipients()
Description copied from interface: MailboxItem
Gets the value of the recipients property.

Specified by:
getRecipients in interface MailboxItem
Returns:
possible object is Recipients

setRecipients

public void setRecipients(Recipients value)
Description copied from interface: MailboxItem
Sets the value of the recipients property.

Specified by:
setRecipients in interface MailboxItem
Parameters:
value - allowed object is Recipients

getSubject

public java.lang.String getSubject()
Description copied from interface: MailboxItem
Gets the value of the subject property.

Specified by:
getSubject in interface MailboxItem
Returns:
possible object is String

setSubject

public void setSubject(java.lang.String value)
Description copied from interface: MailboxItem
Sets the value of the subject property.

Specified by:
setSubject in interface MailboxItem
Parameters:
value - allowed object is String

getBody

public java.lang.String getBody()
Description copied from interface: MailboxItem
Gets the value of the body property.

Specified by:
getBody in interface MailboxItem
Returns:
possible object is String

setBody

public void setBody(java.lang.String value)
Description copied from interface: MailboxItem
Sets the value of the body property.

Specified by:
setBody in interface MailboxItem
Parameters:
value - allowed object is String

getItemContent

public ItemContent getItemContent()
Description copied from interface: MailboxItem
Gets the value of the itemContent property.

Specified by:
getItemContent in interface MailboxItem
Returns:
possible object is ItemContent

setItemContent

public void setItemContent(ItemContent value)
Description copied from interface: MailboxItem
Sets the value of the itemContent property.

Specified by:
setItemContent in interface MailboxItem
Parameters:
value - allowed object is ItemContent

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