public class Person extends Object
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 name="industry" type="{http://www.w3.org/2001/XMLSchema}string"/>
</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 name="specialties" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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"/>
<element ref="{}following" minOccurs="0"/>
</sequence>
<attribute name="path" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Person() |
| Modifier and Type | Method and Description |
|---|---|
ApiStandardProfileRequest |
getApiStandardProfileRequest()
Gets the value of the apiStandardProfileRequest property.
|
String |
getAssociations()
Gets the value of the associations property.
|
Certifications |
getCertifications()
Gets the value of the certifications property.
|
Connections |
getConnections()
Gets the value of the connections property.
|
CurrentShare |
getCurrentShare()
Gets the value of the currentShare property.
|
String |
getCurrentStatus()
Gets the value of the currentStatus property.
|
Long |
getCurrentStatusTimestamp()
Gets the value of the currentStatusTimestamp property.
|
DateOfBirth |
getDateOfBirth()
Gets the value of the dateOfBirth property.
|
Distance |
getDistance()
Gets the value of the distance property.
|
Educations |
getEducations()
Gets the value of the educations property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
Following |
getFollowing()
Gets the value of the following property.
|
String |
getHeadline()
Gets the value of the headline property.
|
String |
getHonors()
Gets the value of the honors property.
|
String |
getId()
Gets the value of the id property.
|
ImAccounts |
getImAccounts()
Gets the value of the imAccounts property.
|
String |
getIndustry()
Gets the value of the industry property.
|
String |
getInterests()
Gets the value of the interests property.
|
Languages |
getLanguages()
Gets the value of the languages property.
|
String |
getLastName()
Gets the value of the lastName property.
|
Location |
getLocation()
Gets the value of the location property.
|
String |
getMainAddress()
Gets the value of the mainAddress property.
|
MemberGroups |
getMemberGroups()
Gets the value of the memberGroups property.
|
MemberUrlResources |
getMemberUrlResources()
Gets the value of the memberUrlResources property.
|
Long |
getNumConnections()
Gets the value of the numConnections property.
|
Long |
getNumRecommenders()
Gets the value of the numRecommenders property.
|
Patents |
getPatents()
Gets the value of the patents property.
|
String |
getPath()
Gets the value of the path property.
|
PersonActivities |
getPersonActivities()
Gets the value of the personActivities property.
|
PhoneNumbers |
getPhoneNumbers()
Gets the value of the phoneNumbers property.
|
String |
getPictureUrl()
Gets the value of the pictureUrl property.
|
Positions |
getPositions()
Gets the value of the positions property.
|
Publications |
getPublications()
Gets the value of the publications property.
|
String |
getPublicProfileUrl()
Gets the value of the publicProfileUrl property.
|
RecommendationsGiven |
getRecommendationsGiven()
Gets the value of the recommendationsGiven property.
|
RecommendationsReceived |
getRecommendationsReceived()
Gets the value of the recommendationsReceived property.
|
RelationToViewer |
getRelationToViewer()
Gets the value of the relationToViewer property.
|
SiteStandardProfileRequest |
getSiteStandardProfileRequest()
Gets the value of the siteStandardProfileRequest property.
|
Skills |
getSkills()
Gets the value of the skills property.
|
String |
getSpecialties()
Gets the value of the specialties property.
|
String |
getSummary()
Gets the value of the summary property.
|
ThreeCurrentPositions |
getThreeCurrentPositions()
Gets the value of the threeCurrentPositions property.
|
ThreePastPositions |
getThreePastPositions()
Gets the value of the threePastPositions property.
|
TwitterAccounts |
getTwitterAccounts()
Gets the value of the twitterAccounts property.
|
Boolean |
isNumConnectionsCapped()
Gets the value of the numConnectionsCapped property.
|
void |
setApiStandardProfileRequest(ApiStandardProfileRequest value)
Sets the value of the apiStandardProfileRequest property.
|
void |
setAssociations(String value)
Sets the value of the associations property.
|
void |
setCertifications(Certifications value)
Sets the value of the certifications property.
|
void |
setConnections(Connections value)
Sets the value of the connections property.
|
void |
setCurrentShare(CurrentShare value)
Sets the value of the currentShare property.
|
void |
setCurrentStatus(String value)
Sets the value of the currentStatus property.
|
void |
setCurrentStatusTimestamp(Long value)
Sets the value of the currentStatusTimestamp property.
|
void |
setDateOfBirth(DateOfBirth value)
Sets the value of the dateOfBirth property.
|
void |
setDistance(Distance value)
Sets the value of the distance property.
|
void |
setEducations(Educations value)
Sets the value of the educations property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setFollowing(Following value)
Sets the value of the following property.
|
void |
setHeadline(String value)
Sets the value of the headline property.
|
void |
setHonors(String value)
Sets the value of the honors property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setImAccounts(ImAccounts value)
Sets the value of the imAccounts property.
|
void |
setIndustry(String value)
Sets the value of the industry property.
|
void |
setInterests(String value)
Sets the value of the interests property.
|
void |
setLanguages(Languages value)
Sets the value of the languages property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setLocation(Location value)
Sets the value of the location property.
|
void |
setMainAddress(String value)
Sets the value of the mainAddress property.
|
void |
setMemberGroups(MemberGroups value)
Sets the value of the memberGroups property.
|
void |
setMemberUrlResources(MemberUrlResources value)
Sets the value of the memberUrlResources property.
|
void |
setNumConnections(Long value)
Sets the value of the numConnections property.
|
void |
setNumConnectionsCapped(Boolean value)
Sets the value of the numConnectionsCapped property.
|
void |
setNumRecommenders(Long value)
Sets the value of the numRecommenders property.
|
void |
setPatents(Patents value)
Sets the value of the patents property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setPersonActivities(PersonActivities value)
Sets the value of the personActivities property.
|
void |
setPhoneNumbers(PhoneNumbers value)
Sets the value of the phoneNumbers property.
|
void |
setPictureUrl(String value)
Sets the value of the pictureUrl property.
|
void |
setPositions(Positions value)
Sets the value of the positions property.
|
void |
setPublications(Publications value)
Sets the value of the publications property.
|
void |
setPublicProfileUrl(String value)
Sets the value of the publicProfileUrl property.
|
void |
setRecommendationsGiven(RecommendationsGiven value)
Sets the value of the recommendationsGiven property.
|
void |
setRecommendationsReceived(RecommendationsReceived value)
Sets the value of the recommendationsReceived property.
|
void |
setRelationToViewer(RelationToViewer value)
Sets the value of the relationToViewer property.
|
void |
setSiteStandardProfileRequest(SiteStandardProfileRequest value)
Sets the value of the siteStandardProfileRequest property.
|
void |
setSkills(Skills value)
Sets the value of the skills property.
|
void |
setSpecialties(String value)
Sets the value of the specialties property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
void |
setThreeCurrentPositions(ThreeCurrentPositions value)
Sets the value of the threeCurrentPositions property.
|
void |
setThreePastPositions(ThreePastPositions value)
Sets the value of the threePastPositions property.
|
void |
setTwitterAccounts(TwitterAccounts value)
Sets the value of the twitterAccounts property.
|
protected String id
protected String firstName
protected String lastName
protected String headline
protected Location location
protected String industry
protected Connections connections
protected String currentStatus
protected CurrentShare currentShare
protected Distance distance
protected Long currentStatusTimestamp
protected Long numRecommenders
protected Long numConnections
protected Boolean numConnectionsCapped
protected RelationToViewer relationToViewer
protected String summary
protected String publicProfileUrl
protected String interests
protected String associations
protected String honors
protected String specialties
protected Certifications certifications
protected Patents patents
protected Publications publications
protected Skills skills
protected Languages languages
protected Positions positions
protected ThreeCurrentPositions threeCurrentPositions
protected ThreePastPositions threePastPositions
protected Educations educations
protected MemberUrlResources memberUrlResources
protected ApiStandardProfileRequest apiStandardProfileRequest
protected SiteStandardProfileRequest siteStandardProfileRequest
protected String pictureUrl
protected RecommendationsGiven recommendationsGiven
protected RecommendationsReceived recommendationsReceived
protected MemberGroups memberGroups
protected PersonActivities personActivities
protected ImAccounts imAccounts
protected TwitterAccounts twitterAccounts
protected DateOfBirth dateOfBirth
protected String mainAddress
protected PhoneNumbers phoneNumbers
protected Following following
protected String path
public void setId(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getHeadline()
Stringpublic void setHeadline(String value)
value - allowed object is
Stringpublic Location getLocation()
Locationpublic void setLocation(Location value)
value - allowed object is
Locationpublic String getIndustry()
Stringpublic void setIndustry(String value)
value - allowed object is
Stringpublic Connections getConnections()
Connectionspublic void setConnections(Connections value)
value - allowed object is
Connectionspublic String getCurrentStatus()
Stringpublic void setCurrentStatus(String value)
value - allowed object is
Stringpublic CurrentShare getCurrentShare()
CurrentSharepublic void setCurrentShare(CurrentShare value)
value - allowed object is
CurrentSharepublic Distance getDistance()
Distancepublic void setDistance(Distance value)
value - allowed object is
Distancepublic Long getCurrentStatusTimestamp()
Stringpublic void setCurrentStatusTimestamp(Long value)
value - allowed object is
Stringpublic Long getNumRecommenders()
Stringpublic void setNumRecommenders(Long value)
value - allowed object is
Stringpublic Long getNumConnections()
Stringpublic void setNumConnections(Long value)
value - allowed object is
Stringpublic Boolean isNumConnectionsCapped()
Booleanpublic void setNumConnectionsCapped(Boolean value)
value - allowed object is
Booleanpublic RelationToViewer getRelationToViewer()
RelationToViewerpublic void setRelationToViewer(RelationToViewer value)
value - allowed object is
RelationToViewerpublic String getSummary()
Stringpublic void setSummary(String value)
value - allowed object is
Stringpublic String getPublicProfileUrl()
Stringpublic void setPublicProfileUrl(String value)
value - allowed object is
Stringpublic String getInterests()
Stringpublic void setInterests(String value)
value - allowed object is
Stringpublic String getAssociations()
Stringpublic void setAssociations(String value)
value - allowed object is
Stringpublic String getHonors()
Stringpublic void setHonors(String value)
value - allowed object is
Stringpublic String getSpecialties()
Stringpublic void setSpecialties(String value)
value - allowed object is
Stringpublic Certifications getCertifications()
Certificationspublic void setCertifications(Certifications value)
value - allowed object is
Certificationspublic Patents getPatents()
Patentspublic void setPatents(Patents value)
value - allowed object is
Patentspublic Publications getPublications()
Publicationspublic void setPublications(Publications value)
value - allowed object is
Publicationspublic Skills getSkills()
Skillspublic void setSkills(Skills value)
value - allowed object is
Skillspublic Languages getLanguages()
Languagespublic void setLanguages(Languages value)
value - allowed object is
Languagespublic Positions getPositions()
Positionspublic void setPositions(Positions value)
value - allowed object is
Positionspublic ThreeCurrentPositions getThreeCurrentPositions()
ThreeCurrentPositionspublic void setThreeCurrentPositions(ThreeCurrentPositions value)
value - allowed object is
ThreeCurrentPositionspublic ThreePastPositions getThreePastPositions()
ThreePastPositionspublic void setThreePastPositions(ThreePastPositions value)
value - allowed object is
ThreePastPositionspublic Educations getEducations()
Educationspublic void setEducations(Educations value)
value - allowed object is
Educationspublic MemberUrlResources getMemberUrlResources()
MemberUrlResourcespublic void setMemberUrlResources(MemberUrlResources value)
value - allowed object is
MemberUrlResourcespublic ApiStandardProfileRequest getApiStandardProfileRequest()
ApiStandardProfileRequestpublic void setApiStandardProfileRequest(ApiStandardProfileRequest value)
value - allowed object is
ApiStandardProfileRequestpublic SiteStandardProfileRequest getSiteStandardProfileRequest()
SiteStandardProfileRequestpublic void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
value - allowed object is
SiteStandardProfileRequestpublic String getPictureUrl()
Stringpublic void setPictureUrl(String value)
value - allowed object is
Stringpublic RecommendationsGiven getRecommendationsGiven()
RecommendationsGivenpublic void setRecommendationsGiven(RecommendationsGiven value)
value - allowed object is
RecommendationsGivenpublic RecommendationsReceived getRecommendationsReceived()
RecommendationsReceivedpublic void setRecommendationsReceived(RecommendationsReceived value)
value - allowed object is
RecommendationsReceivedpublic MemberGroups getMemberGroups()
MemberGroupspublic void setMemberGroups(MemberGroups value)
value - allowed object is
MemberGroupspublic PersonActivities getPersonActivities()
PersonActivitiespublic void setPersonActivities(PersonActivities value)
value - allowed object is
PersonActivitiespublic ImAccounts getImAccounts()
ImAccountspublic void setImAccounts(ImAccounts value)
value - allowed object is
ImAccountspublic TwitterAccounts getTwitterAccounts()
TwitterAccountspublic void setTwitterAccounts(TwitterAccounts value)
value - allowed object is
TwitterAccountspublic DateOfBirth getDateOfBirth()
DateOfBirthpublic void setDateOfBirth(DateOfBirth value)
value - allowed object is
DateOfBirthpublic String getMainAddress()
Stringpublic void setMainAddress(String value)
value - allowed object is
Stringpublic PhoneNumbers getPhoneNumbers()
PhoneNumberspublic void setPhoneNumbers(PhoneNumbers value)
value - allowed object is
PhoneNumberspublic Following getFollowing()
Followingpublic void setFollowing(Following value)
value - allowed object is
Followingpublic String getPath()
StringApache Camel