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

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

public class JobPosterImpl
extends BaseSchemaEntity
implements JobPoster

See Also:
Serialized Form

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
           
private static long serialVersionUID
           
protected  SiteStandardProfileRequestImpl siteStandardProfileRequest
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
JobPosterImpl()
           
 
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.
 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 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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

protected java.lang.String id

firstName

protected java.lang.String firstName

lastName

protected java.lang.String lastName

headline

protected java.lang.String headline

apiStandardProfileRequest

protected ApiStandardProfileRequestImpl apiStandardProfileRequest

siteStandardProfileRequest

protected SiteStandardProfileRequestImpl siteStandardProfileRequest
Constructor Detail

JobPosterImpl

public JobPosterImpl()
Method Detail

getId

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

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

setId

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

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

getFirstName

public java.lang.String getFirstName()
Description copied from interface: JobPoster
Gets the value of the firstName property.

Specified by:
getFirstName in interface JobPoster
Returns:
possible object is String

setFirstName

public void setFirstName(java.lang.String value)
Description copied from interface: JobPoster
Sets the value of the firstName property.

Specified by:
setFirstName in interface JobPoster
Parameters:
value - allowed object is String

getLastName

public java.lang.String getLastName()
Description copied from interface: JobPoster
Gets the value of the lastName property.

Specified by:
getLastName in interface JobPoster
Returns:
possible object is String

setLastName

public void setLastName(java.lang.String value)
Description copied from interface: JobPoster
Sets the value of the lastName property.

Specified by:
setLastName in interface JobPoster
Parameters:
value - allowed object is String

getHeadline

public java.lang.String getHeadline()
Description copied from interface: JobPoster
Gets the value of the headline property.

Specified by:
getHeadline in interface JobPoster
Returns:
possible object is String

setHeadline

public void setHeadline(java.lang.String value)
Description copied from interface: JobPoster
Sets the value of the headline property.

Specified by:
setHeadline in interface JobPoster
Parameters:
value - allowed object is String

getApiStandardProfileRequest

public ApiStandardProfileRequest getApiStandardProfileRequest()
Description copied from interface: JobPoster
Gets the value of the apiStandardProfileRequest property.

Specified by:
getApiStandardProfileRequest in interface JobPoster
Returns:
possible object is ApiStandardProfileRequest

setApiStandardProfileRequest

public void setApiStandardProfileRequest(ApiStandardProfileRequest value)
Description copied from interface: JobPoster
Sets the value of the apiStandardProfileRequest property.

Specified by:
setApiStandardProfileRequest in interface JobPoster
Parameters:
value - allowed object is ApiStandardProfileRequest

getSiteStandardProfileRequest

public SiteStandardProfileRequest getSiteStandardProfileRequest()
Description copied from interface: JobPoster
Gets the value of the siteStandardProfileRequest property.

Specified by:
getSiteStandardProfileRequest in interface JobPoster
Returns:
possible object is SiteStandardProfileRequest

setSiteStandardProfileRequest

public void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
Description copied from interface: JobPoster
Sets the value of the siteStandardProfileRequest property.

Specified by:
setSiteStandardProfileRequest in interface JobPoster
Parameters:
value - allowed object is SiteStandardProfileRequest

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