|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.CurrentShareImpl
public class CurrentShareImpl
Field Summary | |
---|---|
protected AuthorImpl |
author
|
protected java.lang.String |
comment
|
protected ContentImpl |
content
|
protected java.lang.String |
id
|
private static long |
serialVersionUID
|
protected SourceImpl |
source
|
protected java.lang.Long |
timestamp
|
protected VisibilityImpl |
visibility
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
CurrentShareImpl()
|
Method Summary | |
---|---|
Author |
getAuthor()
Gets the value of the author property. |
java.lang.String |
getComment()
Gets the value of the comment property. |
Content |
getContent()
Gets the value of the content property. |
java.lang.String |
getId()
Gets the value of the id property. |
Source |
getSource()
Gets the value of the source property. |
java.lang.Long |
getTimestamp()
Gets the value of the timestamp property. |
Visibility |
getVisibility()
Gets the value of the visibility property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
void |
setAuthor(Author value)
Sets the value of the author property. |
void |
setComment(java.lang.String value)
Sets the value of the comment property. |
void |
setContent(Content value)
Sets the value of the content property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setSource(Source value)
Sets the value of the source property. |
void |
setTimestamp(java.lang.Long value)
Sets the value of the timestamp property. |
void |
setVisibility(Visibility value)
Sets the value of the visibility 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 |
---|
private static final long serialVersionUID
protected java.lang.String id
protected java.lang.Long timestamp
protected java.lang.String comment
protected ContentImpl content
protected VisibilityImpl visibility
protected SourceImpl source
protected AuthorImpl author
Constructor Detail |
---|
public CurrentShareImpl()
Method Detail |
---|
public java.lang.String getId()
CurrentShare
getId
in interface CurrentShare
String
public void setId(java.lang.String value)
CurrentShare
setId
in interface CurrentShare
value
- allowed object is
String
public java.lang.Long getTimestamp()
CurrentShare
getTimestamp
in interface CurrentShare
String
public void setTimestamp(java.lang.Long value)
CurrentShare
setTimestamp
in interface CurrentShare
value
- allowed object is
String
public java.lang.String getComment()
CurrentShare
getComment
in interface CurrentShare
String
public void setComment(java.lang.String value)
CurrentShare
setComment
in interface CurrentShare
value
- allowed object is
String
public Content getContent()
CurrentShare
getContent
in interface CurrentShare
Content
public void setContent(Content value)
CurrentShare
setContent
in interface CurrentShare
value
- allowed object is
Content
public Visibility getVisibility()
CurrentShare
getVisibility
in interface CurrentShare
Visibility
public void setVisibility(Visibility value)
CurrentShare
setVisibility
in interface CurrentShare
value
- allowed object is
Visibility
public Source getSource()
CurrentShare
getSource
in interface CurrentShare
Source
public void setSource(Source value)
CurrentShare
setSource
in interface CurrentShare
value
- allowed object is
Source
public Author getAuthor()
CurrentShare
getAuthor
in interface CurrentShare
Author
public void setAuthor(Author value)
CurrentShare
setAuthor
in interface CurrentShare
value
- allowed object is
Author
public void init(org.xmlpull.v1.XmlPullParser parser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
BaseSchemaEntity
init
in class BaseSchemaEntity
parser
- the element
java.io.IOException
- TODO
org.xmlpull.v1.XmlPullParserException
- TODOpublic void toXml(org.xmlpull.v1.XmlSerializer serializer) throws java.io.IOException
BaseSchemaEntity
toXml
in class BaseSchemaEntity
serializer
- the document
java.io.IOException
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |