com.google.code.linkedinapi.schema.impl
Class PersonImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.impl.PersonImpl
All Implemented Interfaces:
Person, SchemaEntity, java.io.Serializable

public class PersonImpl
extends java.lang.Object
implements java.io.Serializable, Person

See Also:
Serialized Form

Field Summary
protected  ApiStandardProfileRequestImpl apiStandardProfileRequest
           
protected  java.lang.String associations
           
protected  ConnectionsImpl connections
           
protected  CurrentShareImpl currentShare
           
protected  java.lang.String currentStatus
           
protected  java.lang.Long currentStatusTimestamp
           
protected  DateOfBirthImpl dateOfBirth
           
protected  java.lang.Long distance
           
protected  EducationsImpl educations
           
protected  java.lang.String firstName
           
protected  java.lang.String headline
           
protected  java.lang.String honors
           
protected  java.lang.String id
           
protected  ImAccountsImpl imAccounts
           
protected  java.lang.String industry
           
protected  java.lang.String interests
           
protected  java.lang.String lastName
           
protected  LocationImpl location
           
protected  java.lang.String mainAddress
           
protected  MemberGroupsImpl memberGroups
           
protected  MemberUrlResourcesImpl memberUrlResources
           
protected  java.lang.Long numConnections
           
protected  java.lang.Boolean numConnectionsCapped
           
protected  java.lang.Long numRecommenders
           
protected  java.lang.String path
           
protected  PersonActivitiesImpl personActivities
           
protected  PhoneNumbersImpl phoneNumbers
           
protected  java.lang.String pictureUrl
           
protected  PositionsImpl positions
           
protected  java.lang.String publicProfileUrl
           
protected  RecommendationsGivenImpl recommendationsGiven
           
protected  RecommendationsReceivedImpl recommendationsReceived
           
protected  RelationToViewerImpl relationToViewer
           
private static long serialVersionUID
           
protected  SiteStandardProfileRequestImpl siteStandardProfileRequest
           
protected  java.lang.String specialties
           
protected  java.lang.String summary
           
protected  ThreeCurrentPositionsImpl threeCurrentPositions
           
protected  ThreePastPositionsImpl threePastPositions
           
protected  TwitterAccountsImpl twitterAccounts
           
 
Constructor Summary
PersonImpl()
           
 
Method Summary
 ApiStandardProfileRequest getApiStandardProfileRequest()
          Gets the value of the apiStandardProfileRequest property.
 java.lang.String getAssociations()
          Gets the value of the associations property.
 Connections getConnections()
          Gets the value of the connections property.
 CurrentShare getCurrentShare()
          Gets the value of the currentShare property.
 java.lang.String getCurrentStatus()
          Gets the value of the currentStatus property.
 java.lang.Long getCurrentStatusTimestamp()
          Gets the value of the currentStatusTimestamp property.
 DateOfBirth getDateOfBirth()
          Gets the value of the dateOfBirth property.
 java.lang.Long getDistance()
          Gets the value of the distance property.
 Educations getEducations()
          Gets the value of the educations 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 getHonors()
          Gets the value of the honors property.
 java.lang.String getId()
          Gets the value of the id property.
 ImAccounts getImAccounts()
          Gets the value of the imAccounts property.
 java.lang.String getIndustry()
          Gets the value of the industry property.
 java.lang.String getInterests()
          Gets the value of the interests property.
 java.lang.String getLastName()
          Gets the value of the lastName property.
 Location getLocation()
          Gets the value of the location property.
 java.lang.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.
 java.lang.Long getNumConnections()
          Gets the value of the numConnections property.
 java.lang.Long getNumRecommenders()
          Gets the value of the numRecommenders property.
 java.lang.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.
 java.lang.String getPictureUrl()
          Gets the value of the pictureUrl property.
 Positions getPositions()
          Gets the value of the positions property.
 java.lang.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.
 java.lang.String getSpecialties()
          Gets the value of the specialties property.
 java.lang.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.
 java.lang.Boolean isNumConnectionsCapped()
          Gets the value of the numConnectionsCapped property.
 void setApiStandardProfileRequest(ApiStandardProfileRequest value)
          Sets the value of the apiStandardProfileRequest property.
 void setAssociations(java.lang.String value)
          Sets the value of the associations 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(java.lang.String value)
          Sets the value of the currentStatus property.
 void setCurrentStatusTimestamp(java.lang.Long value)
          Sets the value of the currentStatusTimestamp property.
 void setDateOfBirth(DateOfBirth value)
          Sets the value of the dateOfBirth property.
 void setDistance(java.lang.Long value)
          Sets the value of the distance property.
 void setEducations(Educations value)
          Sets the value of the educations 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 setHonors(java.lang.String value)
          Sets the value of the honors property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setImAccounts(ImAccounts value)
          Sets the value of the imAccounts property.
 void setIndustry(java.lang.String value)
          Sets the value of the industry property.
 void setInterests(java.lang.String value)
          Sets the value of the interests property.
 void setLastName(java.lang.String value)
          Sets the value of the lastName property.
 void setLocation(Location value)
          Sets the value of the location property.
 void setMainAddress(java.lang.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(java.lang.Long value)
          Sets the value of the numConnections property.
 void setNumConnectionsCapped(java.lang.Boolean value)
          Sets the value of the numConnectionsCapped property.
 void setNumRecommenders(java.lang.Long value)
          Sets the value of the numRecommenders property.
 void setPath(java.lang.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(java.lang.String value)
          Sets the value of the pictureUrl property.
 void setPositions(Positions value)
          Sets the value of the positions property.
 void setPublicProfileUrl(java.lang.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 setSpecialties(java.lang.String value)
          Sets the value of the specialties property.
 void setSummary(java.lang.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.
 
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

location

protected LocationImpl location

industry

protected java.lang.String industry

connections

protected ConnectionsImpl connections

currentStatus

protected java.lang.String currentStatus

currentShare

protected CurrentShareImpl currentShare

distance

protected java.lang.Long distance

currentStatusTimestamp

protected java.lang.Long currentStatusTimestamp

numRecommenders

protected java.lang.Long numRecommenders

numConnections

protected java.lang.Long numConnections

numConnectionsCapped

protected java.lang.Boolean numConnectionsCapped

relationToViewer

protected RelationToViewerImpl relationToViewer

summary

protected java.lang.String summary

publicProfileUrl

protected java.lang.String publicProfileUrl

interests

protected java.lang.String interests

associations

protected java.lang.String associations

honors

protected java.lang.String honors

specialties

protected java.lang.String specialties

positions

protected PositionsImpl positions

threeCurrentPositions

protected ThreeCurrentPositionsImpl threeCurrentPositions

threePastPositions

protected ThreePastPositionsImpl threePastPositions

educations

protected EducationsImpl educations

memberUrlResources

protected MemberUrlResourcesImpl memberUrlResources

apiStandardProfileRequest

protected ApiStandardProfileRequestImpl apiStandardProfileRequest

siteStandardProfileRequest

protected SiteStandardProfileRequestImpl siteStandardProfileRequest

pictureUrl

protected java.lang.String pictureUrl

recommendationsGiven

protected RecommendationsGivenImpl recommendationsGiven

recommendationsReceived

protected RecommendationsReceivedImpl recommendationsReceived

memberGroups

protected MemberGroupsImpl memberGroups

personActivities

protected PersonActivitiesImpl personActivities

imAccounts

protected ImAccountsImpl imAccounts

twitterAccounts

protected TwitterAccountsImpl twitterAccounts

dateOfBirth

protected DateOfBirthImpl dateOfBirth

mainAddress

protected java.lang.String mainAddress

phoneNumbers

protected PhoneNumbersImpl phoneNumbers

path

protected java.lang.String path
Constructor Detail

PersonImpl

public PersonImpl()
Method Detail

getId

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

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

setId

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

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

getFirstName

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

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

setFirstName

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

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

getLastName

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

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

setLastName

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

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

getHeadline

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

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

setHeadline

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

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

getLocation

public Location getLocation()
Description copied from interface: Person
Gets the value of the location property.

Specified by:
getLocation in interface Person
Returns:
possible object is Location

setLocation

public void setLocation(Location value)
Description copied from interface: Person
Sets the value of the location property.

Specified by:
setLocation in interface Person
Parameters:
value - allowed object is Location

getIndustry

public java.lang.String getIndustry()
Description copied from interface: Person
Gets the value of the industry property.

Specified by:
getIndustry in interface Person
Returns:
possible object is String

setIndustry

public void setIndustry(java.lang.String value)
Description copied from interface: Person
Sets the value of the industry property.

Specified by:
setIndustry in interface Person
Parameters:
value - allowed object is String

getConnections

public Connections getConnections()
Description copied from interface: Person
Gets the value of the connections property.

Specified by:
getConnections in interface Person
Returns:
possible object is Connections

setConnections

public void setConnections(Connections value)
Description copied from interface: Person
Sets the value of the connections property.

Specified by:
setConnections in interface Person
Parameters:
value - allowed object is Connections

getCurrentStatus

public java.lang.String getCurrentStatus()
Description copied from interface: Person
Gets the value of the currentStatus property.

Specified by:
getCurrentStatus in interface Person
Returns:
possible object is String

setCurrentStatus

public void setCurrentStatus(java.lang.String value)
Description copied from interface: Person
Sets the value of the currentStatus property.

Specified by:
setCurrentStatus in interface Person
Parameters:
value - allowed object is String

getCurrentShare

public CurrentShare getCurrentShare()
Description copied from interface: Person
Gets the value of the currentShare property.

Specified by:
getCurrentShare in interface Person
Returns:
possible object is CurrentShare

setCurrentShare

public void setCurrentShare(CurrentShare value)
Description copied from interface: Person
Sets the value of the currentShare property.

Specified by:
setCurrentShare in interface Person
Parameters:
value - allowed object is CurrentShare

getDistance

public java.lang.Long getDistance()
Description copied from interface: Person
Gets the value of the distance property.

Specified by:
getDistance in interface Person
Returns:
possible object is String

setDistance

public void setDistance(java.lang.Long value)
Description copied from interface: Person
Sets the value of the distance property.

Specified by:
setDistance in interface Person
Parameters:
value - allowed object is String

getCurrentStatusTimestamp

public java.lang.Long getCurrentStatusTimestamp()
Description copied from interface: Person
Gets the value of the currentStatusTimestamp property.

Specified by:
getCurrentStatusTimestamp in interface Person
Returns:
possible object is String

setCurrentStatusTimestamp

public void setCurrentStatusTimestamp(java.lang.Long value)
Description copied from interface: Person
Sets the value of the currentStatusTimestamp property.

Specified by:
setCurrentStatusTimestamp in interface Person
Parameters:
value - allowed object is String

getNumRecommenders

public java.lang.Long getNumRecommenders()
Description copied from interface: Person
Gets the value of the numRecommenders property.

Specified by:
getNumRecommenders in interface Person
Returns:
possible object is String

setNumRecommenders

public void setNumRecommenders(java.lang.Long value)
Description copied from interface: Person
Sets the value of the numRecommenders property.

Specified by:
setNumRecommenders in interface Person
Parameters:
value - allowed object is String

getNumConnections

public java.lang.Long getNumConnections()
Description copied from interface: Person
Gets the value of the numConnections property.

Specified by:
getNumConnections in interface Person
Returns:
possible object is String

setNumConnections

public void setNumConnections(java.lang.Long value)
Description copied from interface: Person
Sets the value of the numConnections property.

Specified by:
setNumConnections in interface Person
Parameters:
value - allowed object is String

isNumConnectionsCapped

public java.lang.Boolean isNumConnectionsCapped()
Description copied from interface: Person
Gets the value of the numConnectionsCapped property.

Specified by:
isNumConnectionsCapped in interface Person
Returns:
possible object is Boolean

setNumConnectionsCapped

public void setNumConnectionsCapped(java.lang.Boolean value)
Description copied from interface: Person
Sets the value of the numConnectionsCapped property.

Specified by:
setNumConnectionsCapped in interface Person
Parameters:
value - allowed object is Boolean

getRelationToViewer

public RelationToViewer getRelationToViewer()
Description copied from interface: Person
Gets the value of the relationToViewer property.

Specified by:
getRelationToViewer in interface Person
Returns:
possible object is RelationToViewer

setRelationToViewer

public void setRelationToViewer(RelationToViewer value)
Description copied from interface: Person
Sets the value of the relationToViewer property.

Specified by:
setRelationToViewer in interface Person
Parameters:
value - allowed object is RelationToViewer

getSummary

public java.lang.String getSummary()
Description copied from interface: Person
Gets the value of the summary property.

Specified by:
getSummary in interface Person
Returns:
possible object is String

setSummary

public void setSummary(java.lang.String value)
Description copied from interface: Person
Sets the value of the summary property.

Specified by:
setSummary in interface Person
Parameters:
value - allowed object is String

getPublicProfileUrl

public java.lang.String getPublicProfileUrl()
Description copied from interface: Person
Gets the value of the publicProfileUrl property.

Specified by:
getPublicProfileUrl in interface Person
Returns:
possible object is String

setPublicProfileUrl

public void setPublicProfileUrl(java.lang.String value)
Description copied from interface: Person
Sets the value of the publicProfileUrl property.

Specified by:
setPublicProfileUrl in interface Person
Parameters:
value - allowed object is String

getInterests

public java.lang.String getInterests()
Description copied from interface: Person
Gets the value of the interests property.

Specified by:
getInterests in interface Person
Returns:
possible object is String

setInterests

public void setInterests(java.lang.String value)
Description copied from interface: Person
Sets the value of the interests property.

Specified by:
setInterests in interface Person
Parameters:
value - allowed object is String

getAssociations

public java.lang.String getAssociations()
Description copied from interface: Person
Gets the value of the associations property.

Specified by:
getAssociations in interface Person
Returns:
possible object is String

setAssociations

public void setAssociations(java.lang.String value)
Description copied from interface: Person
Sets the value of the associations property.

Specified by:
setAssociations in interface Person
Parameters:
value - allowed object is String

getHonors

public java.lang.String getHonors()
Description copied from interface: Person
Gets the value of the honors property.

Specified by:
getHonors in interface Person
Returns:
possible object is String

setHonors

public void setHonors(java.lang.String value)
Description copied from interface: Person
Sets the value of the honors property.

Specified by:
setHonors in interface Person
Parameters:
value - allowed object is String

getSpecialties

public java.lang.String getSpecialties()
Description copied from interface: Person
Gets the value of the specialties property.

Specified by:
getSpecialties in interface Person
Returns:
possible object is String

setSpecialties

public void setSpecialties(java.lang.String value)
Description copied from interface: Person
Sets the value of the specialties property.

Specified by:
setSpecialties in interface Person
Parameters:
value - allowed object is String

getPositions

public Positions getPositions()
Description copied from interface: Person
Gets the value of the positions property.

Specified by:
getPositions in interface Person
Returns:
possible object is Positions

setPositions

public void setPositions(Positions value)
Description copied from interface: Person
Sets the value of the positions property.

Specified by:
setPositions in interface Person
Parameters:
value - allowed object is Positions

getThreeCurrentPositions

public ThreeCurrentPositions getThreeCurrentPositions()
Description copied from interface: Person
Gets the value of the threeCurrentPositions property.

Specified by:
getThreeCurrentPositions in interface Person
Returns:
possible object is ThreeCurrentPositions

setThreeCurrentPositions

public void setThreeCurrentPositions(ThreeCurrentPositions value)
Description copied from interface: Person
Sets the value of the threeCurrentPositions property.

Specified by:
setThreeCurrentPositions in interface Person
Parameters:
value - allowed object is ThreeCurrentPositions

getThreePastPositions

public ThreePastPositions getThreePastPositions()
Description copied from interface: Person
Gets the value of the threePastPositions property.

Specified by:
getThreePastPositions in interface Person
Returns:
possible object is ThreePastPositions

setThreePastPositions

public void setThreePastPositions(ThreePastPositions value)
Description copied from interface: Person
Sets the value of the threePastPositions property.

Specified by:
setThreePastPositions in interface Person
Parameters:
value - allowed object is ThreePastPositions

getEducations

public Educations getEducations()
Description copied from interface: Person
Gets the value of the educations property.

Specified by:
getEducations in interface Person
Returns:
possible object is Educations

setEducations

public void setEducations(Educations value)
Description copied from interface: Person
Sets the value of the educations property.

Specified by:
setEducations in interface Person
Parameters:
value - allowed object is Educations

getMemberUrlResources

public MemberUrlResources getMemberUrlResources()
Description copied from interface: Person
Gets the value of the memberUrlResources property.

Specified by:
getMemberUrlResources in interface Person
Returns:
possible object is MemberUrlResources

setMemberUrlResources

public void setMemberUrlResources(MemberUrlResources value)
Description copied from interface: Person
Sets the value of the memberUrlResources property.

Specified by:
setMemberUrlResources in interface Person
Parameters:
value - allowed object is MemberUrlResources

getApiStandardProfileRequest

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

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

setApiStandardProfileRequest

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

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

getSiteStandardProfileRequest

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

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

setSiteStandardProfileRequest

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

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

getPictureUrl

public java.lang.String getPictureUrl()
Description copied from interface: Person
Gets the value of the pictureUrl property.

Specified by:
getPictureUrl in interface Person
Returns:
possible object is String

setPictureUrl

public void setPictureUrl(java.lang.String value)
Description copied from interface: Person
Sets the value of the pictureUrl property.

Specified by:
setPictureUrl in interface Person
Parameters:
value - allowed object is String

getRecommendationsGiven

public RecommendationsGiven getRecommendationsGiven()
Description copied from interface: Person
Gets the value of the recommendationsGiven property.

Specified by:
getRecommendationsGiven in interface Person
Returns:
possible object is RecommendationsGiven

setRecommendationsGiven

public void setRecommendationsGiven(RecommendationsGiven value)
Description copied from interface: Person
Sets the value of the recommendationsGiven property.

Specified by:
setRecommendationsGiven in interface Person
Parameters:
value - allowed object is RecommendationsGiven

getRecommendationsReceived

public RecommendationsReceived getRecommendationsReceived()
Description copied from interface: Person
Gets the value of the recommendationsReceived property.

Specified by:
getRecommendationsReceived in interface Person
Returns:
possible object is RecommendationsReceived

setRecommendationsReceived

public void setRecommendationsReceived(RecommendationsReceived value)
Description copied from interface: Person
Sets the value of the recommendationsReceived property.

Specified by:
setRecommendationsReceived in interface Person
Parameters:
value - allowed object is RecommendationsReceived

getMemberGroups

public MemberGroups getMemberGroups()
Description copied from interface: Person
Gets the value of the memberGroups property.

Specified by:
getMemberGroups in interface Person
Returns:
possible object is MemberGroups

setMemberGroups

public void setMemberGroups(MemberGroups value)
Description copied from interface: Person
Sets the value of the memberGroups property.

Specified by:
setMemberGroups in interface Person
Parameters:
value - allowed object is MemberGroups

getPersonActivities

public PersonActivities getPersonActivities()
Description copied from interface: Person
Gets the value of the personActivities property.

Specified by:
getPersonActivities in interface Person
Returns:
possible object is PersonActivities

setPersonActivities

public void setPersonActivities(PersonActivities value)
Description copied from interface: Person
Sets the value of the personActivities property.

Specified by:
setPersonActivities in interface Person
Parameters:
value - allowed object is PersonActivities

getImAccounts

public ImAccounts getImAccounts()
Description copied from interface: Person
Gets the value of the imAccounts property.

Specified by:
getImAccounts in interface Person
Returns:
possible object is ImAccounts

setImAccounts

public void setImAccounts(ImAccounts value)
Description copied from interface: Person
Sets the value of the imAccounts property.

Specified by:
setImAccounts in interface Person
Parameters:
value - allowed object is ImAccounts

getTwitterAccounts

public TwitterAccounts getTwitterAccounts()
Description copied from interface: Person
Gets the value of the twitterAccounts property.

Specified by:
getTwitterAccounts in interface Person
Returns:
possible object is TwitterAccounts

setTwitterAccounts

public void setTwitterAccounts(TwitterAccounts value)
Description copied from interface: Person
Sets the value of the twitterAccounts property.

Specified by:
setTwitterAccounts in interface Person
Parameters:
value - allowed object is TwitterAccounts

getDateOfBirth

public DateOfBirth getDateOfBirth()
Description copied from interface: Person
Gets the value of the dateOfBirth property.

Specified by:
getDateOfBirth in interface Person
Returns:
possible object is DateOfBirth

setDateOfBirth

public void setDateOfBirth(DateOfBirth value)
Description copied from interface: Person
Sets the value of the dateOfBirth property.

Specified by:
setDateOfBirth in interface Person
Parameters:
value - allowed object is DateOfBirth

getMainAddress

public java.lang.String getMainAddress()
Description copied from interface: Person
Gets the value of the mainAddress property.

Specified by:
getMainAddress in interface Person
Returns:
possible object is String

setMainAddress

public void setMainAddress(java.lang.String value)
Description copied from interface: Person
Sets the value of the mainAddress property.

Specified by:
setMainAddress in interface Person
Parameters:
value - allowed object is String

getPhoneNumbers

public PhoneNumbers getPhoneNumbers()
Description copied from interface: Person
Gets the value of the phoneNumbers property.

Specified by:
getPhoneNumbers in interface Person
Returns:
possible object is PhoneNumbers

setPhoneNumbers

public void setPhoneNumbers(PhoneNumbers value)
Description copied from interface: Person
Sets the value of the phoneNumbers property.

Specified by:
setPhoneNumbers in interface Person
Parameters:
value - allowed object is PhoneNumbers

getPath

public java.lang.String getPath()
Description copied from interface: Person
Gets the value of the path property.

Specified by:
getPath in interface Person
Returns:
possible object is String

setPath

public void setPath(java.lang.String value)
Description copied from interface: Person
Sets the value of the path property.

Specified by:
setPath in interface Person
Parameters:
value - allowed object is String