com.google.code.linkedinapi.schema
Interface Author

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
AuthorImpl, AuthorImpl

public interface Author
extends SchemaEntity

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}id"/>
         <element ref="{}first-name"/>
         <element ref="{}last-name"/>
         <element ref="{}headline"/>
         <element ref="{}relation-to-viewer" minOccurs="0"/>
         <element ref="{}api-standard-profile-request"/>
         <element ref="{}site-standard-profile-request"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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 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.
 

Method Detail

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getFirstName

java.lang.String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

void setFirstName(java.lang.String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

getLastName

java.lang.String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

void setLastName(java.lang.String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String

getHeadline

java.lang.String getHeadline()
Gets the value of the headline property.

Returns:
possible object is String

setHeadline

void setHeadline(java.lang.String value)
Sets the value of the headline property.

Parameters:
value - allowed object is String

getRelationToViewer

RelationToViewer getRelationToViewer()
Gets the value of the relationToViewer property.

Returns:
possible object is RelationToViewer

setRelationToViewer

void setRelationToViewer(RelationToViewer value)
Sets the value of the relationToViewer property.

Parameters:
value - allowed object is RelationToViewer

getApiStandardProfileRequest

ApiStandardProfileRequest getApiStandardProfileRequest()
Gets the value of the apiStandardProfileRequest property.

Returns:
possible object is ApiStandardProfileRequest

setApiStandardProfileRequest

void setApiStandardProfileRequest(ApiStandardProfileRequest value)
Sets the value of the apiStandardProfileRequest property.

Parameters:
value - allowed object is ApiStandardProfileRequest

getSiteStandardProfileRequest

SiteStandardProfileRequest getSiteStandardProfileRequest()
Gets the value of the siteStandardProfileRequest property.

Returns:
possible object is SiteStandardProfileRequest

setSiteStandardProfileRequest

void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
Sets the value of the siteStandardProfileRequest property.

Parameters:
value - allowed object is SiteStandardProfileRequest