public interface

Person

implements SchemaEntity
com.google.code.linkedinapi.schema.Person
Known Indirect Subclasses

Class Overview

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" minOccurs="0"/>
         <sequence minOccurs="0">
           <element ref="{}first-name"/>
           <element ref="{}last-name"/>
           <element ref="{}headline"/>
         </sequence>
         <sequence minOccurs="0">
           <element ref="{}location"/>
           <element ref="{}industry"/>
         </sequence>
         <sequence minOccurs="0">
           <element ref="{}connections"/>
           <element ref="{}current-status"/>
           <element ref="{}current-share"/>
           <element ref="{}distance"/>
           <element ref="{}current-status-timestamp"/>
           <element ref="{}num-recommenders"/>
           <element ref="{}num-connections"/>
           <element ref="{}num-connections-capped"/>
           <element ref="{}relation-to-viewer"/>
           <element ref="{}summary"/>
           <element ref="{}public-profile-url"/>
           <element ref="{}interests"/>
           <element ref="{}associations"/>
           <element ref="{}honors"/>
           <element ref="{}specialties"/>
           <element ref="{}certifications"/>
           <element ref="{}patents"/>
           <element ref="{}publications"/>
           <element ref="{}skills"/>
           <element ref="{}languages"/>
         </sequence>
         <element ref="{}positions" minOccurs="0"/>
         <element ref="{}three-current-positions" minOccurs="0"/>
         <element ref="{}three-past-positions" minOccurs="0"/>
         <sequence minOccurs="0">
           <element ref="{}educations"/>
           <element ref="{}member-url-resources"/>
         </sequence>
         <sequence minOccurs="0">
           <element ref="{}api-standard-profile-request"/>
           <element ref="{}site-standard-profile-request"/>
         </sequence>
         <element ref="{}picture-url" minOccurs="0"/>
         <element ref="{}recommendations-given" minOccurs="0"/>
         <element ref="{}recommendations-received" minOccurs="0"/>
         <element ref="{}member-groups" minOccurs="0"/>
         <element ref="{}person-activities" minOccurs="0"/>
         <element ref="{}im-accounts" minOccurs="0"/>
         <element ref="{}twitter-accounts" minOccurs="0"/>
         <element ref="{}date-of-birth" minOccurs="0"/>
         <element ref="{}main-address" minOccurs="0"/>
         <element ref="{}phone-numbers" minOccurs="0"/>
       </sequence>
       <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract ApiStandardProfileRequest getApiStandardProfileRequest()
Gets the value of the apiStandardProfileRequest property.
abstract String getAssociations()
Gets the value of the associations property.
abstract Certifications getCertifications()
Gets the value of the certifications property.
abstract Connections getConnections()
Gets the value of the connections property.
abstract CurrentShare getCurrentShare()
Gets the value of the currentShare property.
abstract String getCurrentStatus()
Gets the value of the currentStatus property.
abstract Long getCurrentStatusTimestamp()
Gets the value of the currentStatusTimestamp property.
abstract DateOfBirth getDateOfBirth()
Gets the value of the dateOfBirth property.
abstract Long getDistance()
Gets the value of the distance property.
abstract Educations getEducations()
Gets the value of the educations property.
abstract String getFirstName()
Gets the value of the firstName property.
abstract String getHeadline()
Gets the value of the headline property.
abstract String getHonors()
Gets the value of the honors property.
abstract String getId()
Gets the value of the id property.
abstract ImAccounts getImAccounts()
Gets the value of the imAccounts property.
abstract String getIndustry()
Gets the value of the industry property.
abstract String getInterests()
Gets the value of the interests property.
abstract Languages getLanguages()
Gets the value of the languages property.
abstract String getLastName()
Gets the value of the lastName property.
abstract Location getLocation()
Gets the value of the location property.
abstract String getMainAddress()
Gets the value of the mainAddress property.
abstract MemberGroups getMemberGroups()
Gets the value of the memberGroups property.
abstract MemberUrlResources getMemberUrlResources()
Gets the value of the memberUrlResources property.
abstract Long getNumConnections()
Gets the value of the numConnections property.
abstract Long getNumRecommenders()
Gets the value of the numRecommenders property.
abstract Patents getPatents()
Gets the value of the patents property.
abstract String getPath()
Gets the value of the path property.
abstract PersonActivities getPersonActivities()
Gets the value of the personActivities property.
abstract PhoneNumbers getPhoneNumbers()
Gets the value of the phoneNumbers property.
abstract String getPictureUrl()
Gets the value of the pictureUrl property.
abstract Positions getPositions()
Gets the value of the positions property.
abstract String getPublicProfileUrl()
Gets the value of the publicProfileUrl property.
abstract Publications getPublications()
Gets the value of the publications property.
abstract RecommendationsGiven getRecommendationsGiven()
Gets the value of the recommendationsGiven property.
abstract RecommendationsReceived getRecommendationsReceived()
Gets the value of the recommendationsReceived property.
abstract RelationToViewer getRelationToViewer()
Gets the value of the relationToViewer property.
abstract SiteStandardProfileRequest getSiteStandardProfileRequest()
Gets the value of the siteStandardProfileRequest property.
abstract Skills getSkills()
Gets the value of the skills property.
abstract String getSpecialties()
Gets the value of the specialties property.
abstract String getSummary()
Gets the value of the summary property.
abstract ThreeCurrentPositions getThreeCurrentPositions()
Gets the value of the threeCurrentPositions property.
abstract ThreePastPositions getThreePastPositions()
Gets the value of the threePastPositions property.
abstract TwitterAccounts getTwitterAccounts()
Gets the value of the twitterAccounts property.
abstract Boolean isNumConnectionsCapped()
Gets the value of the numConnectionsCapped property.
abstract void setApiStandardProfileRequest(ApiStandardProfileRequest value)
Sets the value of the apiStandardProfileRequest property.
abstract void setAssociations(String value)
Sets the value of the associations property.
abstract void setCertifications(Certifications value)
Sets the value of the certifications property.
abstract void setConnections(Connections value)
Sets the value of the connections property.
abstract void setCurrentShare(CurrentShare value)
Sets the value of the currentShare property.
abstract void setCurrentStatus(String value)
Sets the value of the currentStatus property.
abstract void setCurrentStatusTimestamp(Long value)
Sets the value of the currentStatusTimestamp property.
abstract void setDateOfBirth(DateOfBirth value)
Sets the value of the dateOfBirth property.
abstract void setDistance(Long value)
Sets the value of the distance property.
abstract void setEducations(Educations value)
Sets the value of the educations property.
abstract void setFirstName(String value)
Sets the value of the firstName property.
abstract void setHeadline(String value)
Sets the value of the headline property.
abstract void setHonors(String value)
Sets the value of the honors property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setImAccounts(ImAccounts value)
Sets the value of the imAccounts property.
abstract void setIndustry(String value)
Sets the value of the industry property.
abstract void setInterests(String value)
Sets the value of the interests property.
abstract void setLanguages(Languages value)
Sets the value of the languages property.
abstract void setLastName(String value)
Sets the value of the lastName property.
abstract void setLocation(Location value)
Sets the value of the location property.
abstract void setMainAddress(String value)
Sets the value of the mainAddress property.
abstract void setMemberGroups(MemberGroups value)
Sets the value of the memberGroups property.
abstract void setMemberUrlResources(MemberUrlResources value)
Sets the value of the memberUrlResources property.
abstract void setNumConnections(Long value)
Sets the value of the numConnections property.
abstract void setNumConnectionsCapped(Boolean value)
Sets the value of the numConnectionsCapped property.
abstract void setNumRecommenders(Long value)
Sets the value of the numRecommenders property.
abstract void setPatents(Patents value)
Sets the value of the patents property.
abstract void setPath(String value)
Sets the value of the path property.
abstract void setPersonActivities(PersonActivities value)
Sets the value of the personActivities property.
abstract void setPhoneNumbers(PhoneNumbers value)
Sets the value of the phoneNumbers property.
abstract void setPictureUrl(String value)
Sets the value of the pictureUrl property.
abstract void setPositions(Positions value)
Sets the value of the positions property.
abstract void setPublicProfileUrl(String value)
Sets the value of the publicProfileUrl property.
abstract void setPublications(Publications value)
Sets the value of the publications property.
abstract void setRecommendationsGiven(RecommendationsGiven value)
Sets the value of the recommendationsGiven property.
abstract void setRecommendationsReceived(RecommendationsReceived value)
Sets the value of the recommendationsReceived property.
abstract void setRelationToViewer(RelationToViewer value)
Sets the value of the relationToViewer property.
abstract void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
Sets the value of the siteStandardProfileRequest property.
abstract void setSkills(Skills value)
Sets the value of the skills property.
abstract void setSpecialties(String value)
Sets the value of the specialties property.
abstract void setSummary(String value)
Sets the value of the summary property.
abstract void setThreeCurrentPositions(ThreeCurrentPositions value)
Sets the value of the threeCurrentPositions property.
abstract void setThreePastPositions(ThreePastPositions value)
Sets the value of the threePastPositions property.
abstract void setTwitterAccounts(TwitterAccounts value)
Sets the value of the twitterAccounts property.

Public Methods

public abstract ApiStandardProfileRequest getApiStandardProfileRequest ()

Gets the value of the apiStandardProfileRequest property.

Returns

public abstract String getAssociations ()

Gets the value of the associations property.

Returns
  • possible object is String

public abstract Certifications getCertifications ()

Gets the value of the certifications property.

Returns

public abstract Connections getConnections ()

Gets the value of the connections property.

Returns

public abstract CurrentShare getCurrentShare ()

Gets the value of the currentShare property.

Returns

public abstract String getCurrentStatus ()

Gets the value of the currentStatus property.

Returns
  • possible object is String

public abstract Long getCurrentStatusTimestamp ()

Gets the value of the currentStatusTimestamp property.

Returns
  • possible object is String

public abstract DateOfBirth getDateOfBirth ()

Gets the value of the dateOfBirth property.

Returns

public abstract Long getDistance ()

Gets the value of the distance property.

Returns
  • possible object is String

public abstract Educations getEducations ()

Gets the value of the educations property.

Returns

public abstract String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public abstract String getHeadline ()

Gets the value of the headline property.

Returns
  • possible object is String

public abstract String getHonors ()

Gets the value of the honors property.

Returns
  • possible object is String

public abstract String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public abstract ImAccounts getImAccounts ()

Gets the value of the imAccounts property.

Returns

public abstract String getIndustry ()

Gets the value of the industry property.

Returns
  • possible object is String

public abstract String getInterests ()

Gets the value of the interests property.

Returns
  • possible object is String

public abstract Languages getLanguages ()

Gets the value of the languages property.

Returns

public abstract String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

public abstract Location getLocation ()

Gets the value of the location property.

Returns

public abstract String getMainAddress ()

Gets the value of the mainAddress property.

Returns
  • possible object is String

public abstract MemberGroups getMemberGroups ()

Gets the value of the memberGroups property.

Returns

public abstract MemberUrlResources getMemberUrlResources ()

Gets the value of the memberUrlResources property.

Returns

public abstract Long getNumConnections ()

Gets the value of the numConnections property.

Returns
  • possible object is String

public abstract Long getNumRecommenders ()

Gets the value of the numRecommenders property.

Returns
  • possible object is String

public abstract Patents getPatents ()

Gets the value of the patents property.

Returns

public abstract String getPath ()

Gets the value of the path property.

Returns
  • possible object is String

public abstract PersonActivities getPersonActivities ()

Gets the value of the personActivities property.

Returns

public abstract PhoneNumbers getPhoneNumbers ()

Gets the value of the phoneNumbers property.

Returns

public abstract String getPictureUrl ()

Gets the value of the pictureUrl property.

Returns
  • possible object is String

public abstract Positions getPositions ()

Gets the value of the positions property.

Returns

public abstract String getPublicProfileUrl ()

Gets the value of the publicProfileUrl property.

Returns
  • possible object is String

public abstract Publications getPublications ()

Gets the value of the publications property.

Returns

public abstract RecommendationsGiven getRecommendationsGiven ()

Gets the value of the recommendationsGiven property.

Returns

public abstract RecommendationsReceived getRecommendationsReceived ()

Gets the value of the recommendationsReceived property.

Returns

public abstract RelationToViewer getRelationToViewer ()

Gets the value of the relationToViewer property.

Returns

public abstract SiteStandardProfileRequest getSiteStandardProfileRequest ()

Gets the value of the siteStandardProfileRequest property.

Returns

public abstract Skills getSkills ()

Gets the value of the skills property.

Returns

public abstract String getSpecialties ()

Gets the value of the specialties property.

Returns
  • possible object is String

public abstract String getSummary ()

Gets the value of the summary property.

Returns
  • possible object is String

public abstract ThreeCurrentPositions getThreeCurrentPositions ()

Gets the value of the threeCurrentPositions property.

Returns

public abstract ThreePastPositions getThreePastPositions ()

Gets the value of the threePastPositions property.

Returns

public abstract TwitterAccounts getTwitterAccounts ()

Gets the value of the twitterAccounts property.

Returns

public abstract Boolean isNumConnectionsCapped ()

Gets the value of the numConnectionsCapped property.

Returns
  • possible object is Boolean

public abstract void setApiStandardProfileRequest (ApiStandardProfileRequest value)

Sets the value of the apiStandardProfileRequest property.

Parameters
value Allowed object is ApiStandardProfileRequest

public abstract void setAssociations (String value)

Sets the value of the associations property.

Parameters
value Allowed object is String

public abstract void setCertifications (Certifications value)

Sets the value of the certifications property.

Parameters
value Allowed object is Certifications

public abstract void setConnections (Connections value)

Sets the value of the connections property.

Parameters
value Allowed object is Connections

public abstract void setCurrentShare (CurrentShare value)

Sets the value of the currentShare property.

Parameters
value Allowed object is CurrentShare

public abstract void setCurrentStatus (String value)

Sets the value of the currentStatus property.

Parameters
value Allowed object is String

public abstract void setCurrentStatusTimestamp (Long value)

Sets the value of the currentStatusTimestamp property.

Parameters
value Allowed object is String

public abstract void setDateOfBirth (DateOfBirth value)

Sets the value of the dateOfBirth property.

Parameters
value Allowed object is DateOfBirth

public abstract void setDistance (Long value)

Sets the value of the distance property.

Parameters
value Allowed object is String

public abstract void setEducations (Educations value)

Sets the value of the educations property.

Parameters
value Allowed object is Educations

public abstract void setFirstName (String value)

Sets the value of the firstName property.

Parameters
value Allowed object is String

public abstract void setHeadline (String value)

Sets the value of the headline property.

Parameters
value Allowed object is String

public abstract void setHonors (String value)

Sets the value of the honors property.

Parameters
value Allowed object is String

public abstract void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public abstract void setImAccounts (ImAccounts value)

Sets the value of the imAccounts property.

Parameters
value Allowed object is ImAccounts

public abstract void setIndustry (String value)

Sets the value of the industry property.

Parameters
value Allowed object is String

public abstract void setInterests (String value)

Sets the value of the interests property.

Parameters
value Allowed object is String

public abstract void setLanguages (Languages value)

Sets the value of the languages property.

Parameters
value Allowed object is Languages

public abstract void setLastName (String value)

Sets the value of the lastName property.

Parameters
value Allowed object is String

public abstract void setLocation (Location value)

Sets the value of the location property.

Parameters
value Allowed object is Location

public abstract void setMainAddress (String value)

Sets the value of the mainAddress property.

Parameters
value Allowed object is String

public abstract void setMemberGroups (MemberGroups value)

Sets the value of the memberGroups property.

Parameters
value Allowed object is MemberGroups

public abstract void setMemberUrlResources (MemberUrlResources value)

Sets the value of the memberUrlResources property.

Parameters
value Allowed object is MemberUrlResources

public abstract void setNumConnections (Long value)

Sets the value of the numConnections property.

Parameters
value Allowed object is String

public abstract void setNumConnectionsCapped (Boolean value)

Sets the value of the numConnectionsCapped property.

Parameters
value Allowed object is Boolean

public abstract void setNumRecommenders (Long value)

Sets the value of the numRecommenders property.

Parameters
value Allowed object is String

public abstract void setPatents (Patents value)

Sets the value of the patents property.

Parameters
value Allowed object is Patents

public abstract void setPath (String value)

Sets the value of the path property.

Parameters
value Allowed object is String

public abstract void setPersonActivities (PersonActivities value)

Sets the value of the personActivities property.

Parameters
value Allowed object is PersonActivities

public abstract void setPhoneNumbers (PhoneNumbers value)

Sets the value of the phoneNumbers property.

Parameters
value Allowed object is PhoneNumbers

public abstract void setPictureUrl (String value)

Sets the value of the pictureUrl property.

Parameters
value Allowed object is String

public abstract void setPositions (Positions value)

Sets the value of the positions property.

Parameters
value Allowed object is Positions

public abstract void setPublicProfileUrl (String value)

Sets the value of the publicProfileUrl property.

Parameters
value Allowed object is String

public abstract void setPublications (Publications value)

Sets the value of the publications property.

Parameters
value Allowed object is Publications

public abstract void setRecommendationsGiven (RecommendationsGiven value)

Sets the value of the recommendationsGiven property.

Parameters
value Allowed object is RecommendationsGiven

public abstract void setRecommendationsReceived (RecommendationsReceived value)

Sets the value of the recommendationsReceived property.

Parameters
value Allowed object is RecommendationsReceived

public abstract void setRelationToViewer (RelationToViewer value)

Sets the value of the relationToViewer property.

Parameters
value Allowed object is RelationToViewer

public abstract void setSiteStandardProfileRequest (SiteStandardProfileRequest value)

Sets the value of the siteStandardProfileRequest property.

Parameters
value Allowed object is SiteStandardProfileRequest

public abstract void setSkills (Skills value)

Sets the value of the skills property.

Parameters
value Allowed object is Skills

public abstract void setSpecialties (String value)

Sets the value of the specialties property.

Parameters
value Allowed object is String

public abstract void setSummary (String value)

Sets the value of the summary property.

Parameters
value Allowed object is String

public abstract void setThreeCurrentPositions (ThreeCurrentPositions value)

Sets the value of the threeCurrentPositions property.

Parameters
value Allowed object is ThreeCurrentPositions

public abstract void setThreePastPositions (ThreePastPositions value)

Sets the value of the threePastPositions property.

Parameters
value Allowed object is ThreePastPositions

public abstract void setTwitterAccounts (TwitterAccounts value)

Sets the value of the twitterAccounts property.

Parameters
value Allowed object is TwitterAccounts