|
||||||||||
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.RecommendationImpl
public class RecommendationImpl
Field Summary | |
---|---|
protected java.lang.String |
id
|
protected java.lang.String |
recommendationSnippet
|
protected java.lang.String |
recommendationText
|
protected RecommendationType |
recommendationType
|
protected RecommendeeImpl |
recommendee
|
protected RecommenderImpl |
recommender
|
private static long |
serialVersionUID
|
protected java.lang.String |
webUrl
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
RecommendationImpl()
|
Method Summary | |
---|---|
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getRecommendationSnippet()
Gets the value of the recommendationSnippet property. |
java.lang.String |
getRecommendationText()
Gets the value of the recommendationText property. |
RecommendationType |
getRecommendationType()
Gets the value of the recommendationType property. |
Recommendee |
getRecommendee()
Gets the value of the recommendee property. |
Recommender |
getRecommender()
Gets the value of the recommender property. |
java.lang.String |
getWebUrl()
Gets the value of the webUrl property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setRecommendationSnippet(java.lang.String value)
Sets the value of the recommendationSnippet property. |
void |
setRecommendationText(java.lang.String value)
Sets the value of the recommendationText property. |
void |
setRecommendationType(RecommendationType value)
Sets the value of the recommendationType property. |
void |
setRecommendee(Recommendee value)
Sets the value of the recommendee property. |
void |
setRecommender(Recommender value)
Sets the value of the recommender property. |
void |
setWebUrl(java.lang.String value)
Sets the value of the webUrl 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 RecommendationType recommendationType
protected java.lang.String recommendationSnippet
protected java.lang.String recommendationText
protected RecommendeeImpl recommendee
protected RecommenderImpl recommender
protected java.lang.String webUrl
Constructor Detail |
---|
public RecommendationImpl()
Method Detail |
---|
public java.lang.String getId()
Recommendation
getId
in interface Recommendation
String
public void setId(java.lang.String value)
Recommendation
setId
in interface Recommendation
value
- allowed object is
String
public RecommendationType getRecommendationType()
Recommendation
getRecommendationType
in interface Recommendation
RecommendationType
public void setRecommendationType(RecommendationType value)
Recommendation
setRecommendationType
in interface Recommendation
value
- allowed object is
RecommendationType
public java.lang.String getRecommendationSnippet()
Recommendation
getRecommendationSnippet
in interface Recommendation
String
public void setRecommendationSnippet(java.lang.String value)
Recommendation
setRecommendationSnippet
in interface Recommendation
value
- allowed object is
String
public java.lang.String getRecommendationText()
Recommendation
getRecommendationText
in interface Recommendation
String
public void setRecommendationText(java.lang.String value)
Recommendation
setRecommendationText
in interface Recommendation
value
- allowed object is
String
public Recommendee getRecommendee()
Recommendation
getRecommendee
in interface Recommendation
Recommendee
public void setRecommendee(Recommendee value)
Recommendation
setRecommendee
in interface Recommendation
value
- allowed object is
Recommendee
public Recommender getRecommender()
Recommendation
getRecommender
in interface Recommendation
Recommender
public void setRecommender(Recommender value)
Recommendation
setRecommender
in interface Recommendation
value
- allowed object is
Recommender
public java.lang.String getWebUrl()
Recommendation
getWebUrl
in interface Recommendation
String
public void setWebUrl(java.lang.String value)
Recommendation
setWebUrl
in interface Recommendation
value
- allowed object is
String
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 |