|
||||||||||
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.AuthorImpl
public class AuthorImpl
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 RelationToViewerImpl |
relationToViewer
|
private static long |
serialVersionUID
|
protected SiteStandardProfileRequestImpl |
siteStandardProfileRequest
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
AuthorImpl()
|
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. |
RelationToViewer |
getRelationToViewer()
Gets the value of the relationToViewer 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 |
setRelationToViewer(RelationToViewer value)
Sets the value of the relationToViewer 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 RelationToViewerImpl relationToViewer
protected ApiStandardProfileRequestImpl apiStandardProfileRequest
protected SiteStandardProfileRequestImpl siteStandardProfileRequest
Constructor Detail |
---|
public AuthorImpl()
Method Detail |
---|
public java.lang.String getId()
Author
getId
in interface Author
String
public void setId(java.lang.String value)
Author
setId
in interface Author
value
- allowed object is
String
public java.lang.String getFirstName()
Author
getFirstName
in interface Author
String
public void setFirstName(java.lang.String value)
Author
setFirstName
in interface Author
value
- allowed object is
String
public java.lang.String getLastName()
Author
getLastName
in interface Author
String
public void setLastName(java.lang.String value)
Author
setLastName
in interface Author
value
- allowed object is
String
public java.lang.String getHeadline()
Author
getHeadline
in interface Author
String
public void setHeadline(java.lang.String value)
Author
setHeadline
in interface Author
value
- allowed object is
String
public RelationToViewer getRelationToViewer()
Author
getRelationToViewer
in interface Author
RelationToViewer
public void setRelationToViewer(RelationToViewer value)
Author
setRelationToViewer
in interface Author
value
- allowed object is
RelationToViewer
public ApiStandardProfileRequest getApiStandardProfileRequest()
Author
getApiStandardProfileRequest
in interface Author
ApiStandardProfileRequest
public void setApiStandardProfileRequest(ApiStandardProfileRequest value)
Author
setApiStandardProfileRequest
in interface Author
value
- allowed object is
ApiStandardProfileRequest
public SiteStandardProfileRequest getSiteStandardProfileRequest()
Author
getSiteStandardProfileRequest
in interface Author
SiteStandardProfileRequest
public void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
Author
setSiteStandardProfileRequest
in interface Author
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 |