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

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

public class RecommendationImpl
extends BaseSchemaEntity
implements Recommendation

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

protected java.lang.String id

recommendationType

protected RecommendationType recommendationType

recommendationSnippet

protected java.lang.String recommendationSnippet

recommendationText

protected java.lang.String recommendationText

recommendee

protected RecommendeeImpl recommendee

recommender

protected RecommenderImpl recommender

webUrl

protected java.lang.String webUrl
Constructor Detail

RecommendationImpl

public RecommendationImpl()
Method Detail

getId

public java.lang.String getId()
Description copied from interface: Recommendation
Gets the value of the id property.

Specified by:
getId in interface Recommendation
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Description copied from interface: Recommendation
Sets the value of the id property.

Specified by:
setId in interface Recommendation
Parameters:
value - allowed object is String

getRecommendationType

public RecommendationType getRecommendationType()
Description copied from interface: Recommendation
Gets the value of the recommendationType property.

Specified by:
getRecommendationType in interface Recommendation
Returns:
possible object is RecommendationType

setRecommendationType

public void setRecommendationType(RecommendationType value)
Description copied from interface: Recommendation
Sets the value of the recommendationType property.

Specified by:
setRecommendationType in interface Recommendation
Parameters:
value - allowed object is RecommendationType

getRecommendationSnippet

public java.lang.String getRecommendationSnippet()
Description copied from interface: Recommendation
Gets the value of the recommendationSnippet property.

Specified by:
getRecommendationSnippet in interface Recommendation
Returns:
possible object is String

setRecommendationSnippet

public void setRecommendationSnippet(java.lang.String value)
Description copied from interface: Recommendation
Sets the value of the recommendationSnippet property.

Specified by:
setRecommendationSnippet in interface Recommendation
Parameters:
value - allowed object is String

getRecommendationText

public java.lang.String getRecommendationText()
Description copied from interface: Recommendation
Gets the value of the recommendationText property.

Specified by:
getRecommendationText in interface Recommendation
Returns:
possible object is String

setRecommendationText

public void setRecommendationText(java.lang.String value)
Description copied from interface: Recommendation
Sets the value of the recommendationText property.

Specified by:
setRecommendationText in interface Recommendation
Parameters:
value - allowed object is String

getRecommendee

public Recommendee getRecommendee()
Description copied from interface: Recommendation
Gets the value of the recommendee property.

Specified by:
getRecommendee in interface Recommendation
Returns:
possible object is Recommendee

setRecommendee

public void setRecommendee(Recommendee value)
Description copied from interface: Recommendation
Sets the value of the recommendee property.

Specified by:
setRecommendee in interface Recommendation
Parameters:
value - allowed object is Recommendee

getRecommender

public Recommender getRecommender()
Description copied from interface: Recommendation
Gets the value of the recommender property.

Specified by:
getRecommender in interface Recommendation
Returns:
possible object is Recommender

setRecommender

public void setRecommender(Recommender value)
Description copied from interface: Recommendation
Sets the value of the recommender property.

Specified by:
setRecommender in interface Recommendation
Parameters:
value - allowed object is Recommender

getWebUrl

public java.lang.String getWebUrl()
Description copied from interface: Recommendation
Gets the value of the webUrl property.

Specified by:
getWebUrl in interface Recommendation
Returns:
possible object is String

setWebUrl

public void setWebUrl(java.lang.String value)
Description copied from interface: Recommendation
Sets the value of the webUrl property.

Specified by:
setWebUrl in interface Recommendation
Parameters:
value - allowed object is String

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