|
||||||||||
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.RecommenderImpl
public class RecommenderImpl
Field Summary | |
---|---|
protected ApiStandardProfileRequestImpl |
apiStandardProfileRequest
|
protected java.lang.String |
firstName
|
protected java.lang.String |
headline
|
protected java.lang.String |
id
|
protected java.lang.String |
lastName
|
protected java.lang.String |
pictureUrl
|
private static long |
serialVersionUID
|
protected SiteStandardProfileRequestImpl |
siteStandardProfileRequest
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
RecommenderImpl()
|
Method Summary | |
---|---|
ApiStandardProfileRequest |
getApiStandardProfileRequest()
Gets the value of the apiStandardProfileRequest property. |
java.lang.String |
getFirstName()
Gets the value of the firstName property. |
java.lang.String |
getHeadline()
Gets the value of the headline property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getLastName()
Gets the value of the lastName property. |
java.lang.String |
getPictureUrl()
Gets the value of the pictureUrl property. |
SiteStandardProfileRequest |
getSiteStandardProfileRequest()
Gets the value of the siteStandardProfileRequest property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
void |
setApiStandardProfileRequest(ApiStandardProfileRequest value)
Sets the value of the apiStandardProfileRequest property. |
void |
setFirstName(java.lang.String value)
Sets the value of the firstName property. |
void |
setHeadline(java.lang.String value)
Sets the value of the headline property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setLastName(java.lang.String value)
Sets the value of the lastName property. |
void |
setPictureUrl(java.lang.String value)
Sets the value of the pictureUrl property. |
void |
setSiteStandardProfileRequest(SiteStandardProfileRequest value)
Sets the value of the siteStandardProfileRequest 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.String firstName
protected java.lang.String lastName
protected java.lang.String headline
protected java.lang.String pictureUrl
protected ApiStandardProfileRequestImpl apiStandardProfileRequest
protected SiteStandardProfileRequestImpl siteStandardProfileRequest
Constructor Detail |
---|
public RecommenderImpl()
Method Detail |
---|
public java.lang.String getId()
Recommender
getId
in interface Recommender
String
public void setId(java.lang.String value)
Recommender
setId
in interface Recommender
value
- allowed object is
String
public java.lang.String getFirstName()
Recommender
getFirstName
in interface Recommender
String
public void setFirstName(java.lang.String value)
Recommender
setFirstName
in interface Recommender
value
- allowed object is
String
public java.lang.String getLastName()
Recommender
getLastName
in interface Recommender
String
public void setLastName(java.lang.String value)
Recommender
setLastName
in interface Recommender
value
- allowed object is
String
public java.lang.String getHeadline()
Recommender
getHeadline
in interface Recommender
String
public void setHeadline(java.lang.String value)
Recommender
setHeadline
in interface Recommender
value
- allowed object is
String
public java.lang.String getPictureUrl()
Recommender
getPictureUrl
in interface Recommender
String
public void setPictureUrl(java.lang.String value)
Recommender
setPictureUrl
in interface Recommender
value
- allowed object is
String
public ApiStandardProfileRequest getApiStandardProfileRequest()
Recommender
getApiStandardProfileRequest
in interface Recommender
ApiStandardProfileRequest
public void setApiStandardProfileRequest(ApiStandardProfileRequest value)
Recommender
setApiStandardProfileRequest
in interface Recommender
value
- allowed object is
ApiStandardProfileRequest
public SiteStandardProfileRequest getSiteStandardProfileRequest()
Recommender
getSiteStandardProfileRequest
in interface Recommender
SiteStandardProfileRequest
public void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
Recommender
setSiteStandardProfileRequest
in interface Recommender
value
- allowed object is
SiteStandardProfileRequest
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 |