com.google.code.facebookapi.schema
Class User

java.lang.Object
  extended by com.google.code.facebookapi.schema.User
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class User
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for user complex type.

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

 <complexType name="user">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="about_me" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="activities" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="affiliations" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded" minOccurs="0">
                   <element name="affiliation" type="{http://api.facebook.com/1.0/}affiliation" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="birthday" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="books" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="current_location" type="{http://api.facebook.com/1.0/}location" minOccurs="0"/>
         <element name="education_history" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded" minOccurs="0">
                   <element name="education_info" type="{http://api.facebook.com/1.0/}education_info" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="first_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hometown_location" type="{http://api.facebook.com/1.0/}location" minOccurs="0"/>
         <element name="hs_info" type="{http://api.facebook.com/1.0/}hs_info" minOccurs="0"/>
         <element name="interests" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="is_app_user" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="last_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="meeting_for" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded" minOccurs="0">
                   <element name="seeking" type="{http://api.facebook.com/1.0/}seeking" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="meeting_sex" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded" minOccurs="0">
                   <element name="sex" type="{http://api.facebook.com/1.0/}sex" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="movies" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="music" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="notes_count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="pic" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pic_big" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pic_small" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="political" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="profile_update_time" type="{http://api.facebook.com/1.0/}time" minOccurs="0"/>
         <element name="quotes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="relationship_status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="religion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sex" type="{http://api.facebook.com/1.0/}sex" minOccurs="0"/>
         <element name="significant_other_id" type="{http://api.facebook.com/1.0/}uid" minOccurs="0"/>
         <element name="status" type="{http://api.facebook.com/1.0/}user_status" minOccurs="0"/>
         <element name="timezone" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="tv" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="uid" type="{http://api.facebook.com/1.0/}uid" minOccurs="0"/>
         <element name="wall_count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="work_history" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded" minOccurs="0">
                   <element name="work_info" type="{http://api.facebook.com/1.0/}work_info" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="pic_square" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="has_added_app" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="email_hashes" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded" minOccurs="0">
                   <element name="email_hashes_elt" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="family" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded" minOccurs="0">
                   <element name="family_info" type="{http://api.facebook.com/1.0/}family_info" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="are_friends" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="can_see_profile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class User.Affiliations
          Java class for anonymous complex type.
static class User.EducationHistory
          Java class for anonymous complex type.
static class User.EmailHashes
          Java class for anonymous complex type.
static class User.Family
          Java class for anonymous complex type.
static class User.MeetingFor
          Java class for anonymous complex type.
static class User.MeetingSex
          Java class for anonymous complex type.
static class User.WorkHistory
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String aboutMe
           
protected  java.lang.String activities
           
protected  User.Affiliations affiliations
           
protected  java.lang.Boolean areFriends
           
protected  java.lang.String birthday
           
protected  java.lang.String books
           
protected  java.lang.Boolean canSeeProfile
           
protected  Location currentLocation
           
protected  User.EducationHistory educationHistory
           
protected  User.EmailHashes emailHashes
           
protected  User.Family family
           
protected  java.lang.String firstName
           
protected  java.lang.Boolean hasAddedApp
           
protected  Location hometownLocation
           
protected  HsInfo hsInfo
           
protected  java.lang.String interests
           
protected  java.lang.Boolean isAppUser
           
protected  java.lang.String lastName
           
protected  java.lang.String locale
           
protected  User.MeetingFor meetingFor
           
protected  User.MeetingSex meetingSex
           
protected  java.lang.String movies
           
protected  java.lang.String music
           
protected  java.lang.String name
           
protected  java.lang.Integer notesCount
           
protected  java.lang.String pic
           
protected  java.lang.String picBig
           
protected  java.lang.String picSmall
           
protected  java.lang.String picSquare
           
protected  java.lang.String political
           
protected  java.lang.Long profileUpdateTime
           
protected  java.lang.String quotes
           
protected  java.lang.String relationshipStatus
           
protected  java.lang.String religion
           
protected  java.lang.String sex
           
protected  java.lang.Long significantOtherId
           
protected  UserStatus status
           
protected  java.math.BigDecimal timezone
           
protected  java.lang.String tv
           
protected  java.lang.Long uid
           
protected  java.lang.Integer wallCount
           
protected  User.WorkHistory workHistory
           
 
Constructor Summary
User()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.String getAboutMe()
          Gets the value of the aboutMe property.
 java.lang.String getActivities()
          Gets the value of the activities property.
 User.Affiliations getAffiliations()
          Gets the value of the affiliations property.
 java.lang.String getBirthday()
          Gets the value of the birthday property.
 java.lang.String getBooks()
          Gets the value of the books property.
 Location getCurrentLocation()
          Gets the value of the currentLocation property.
 User.EducationHistory getEducationHistory()
          Gets the value of the educationHistory property.
 User.EmailHashes getEmailHashes()
          Gets the value of the emailHashes property.
 User.Family getFamily()
          Gets the value of the family property.
 java.lang.String getFirstName()
          Gets the value of the firstName property.
 Location getHometownLocation()
          Gets the value of the hometownLocation property.
 HsInfo getHsInfo()
          Gets the value of the hsInfo property.
 java.lang.String getInterests()
          Gets the value of the interests property.
 java.lang.String getLastName()
          Gets the value of the lastName property.
 java.lang.String getLocale()
          Gets the value of the locale property.
 User.MeetingFor getMeetingFor()
          Gets the value of the meetingFor property.
 User.MeetingSex getMeetingSex()
          Gets the value of the meetingSex property.
 java.lang.String getMovies()
          Gets the value of the movies property.
 java.lang.String getMusic()
          Gets the value of the music property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Integer getNotesCount()
          Gets the value of the notesCount property.
 java.lang.String getPic()
          Gets the value of the pic property.
 java.lang.String getPicBig()
          Gets the value of the picBig property.
 java.lang.String getPicSmall()
          Gets the value of the picSmall property.
 java.lang.String getPicSquare()
          Gets the value of the picSquare property.
 java.lang.String getPolitical()
          Gets the value of the political property.
 java.lang.Long getProfileUpdateTime()
          Gets the value of the profileUpdateTime property.
 java.lang.String getQuotes()
          Gets the value of the quotes property.
 java.lang.String getRelationshipStatus()
          Gets the value of the relationshipStatus property.
 java.lang.String getReligion()
          Gets the value of the religion property.
 java.lang.String getSex()
          Gets the value of the sex property.
 java.lang.Long getSignificantOtherId()
          Gets the value of the significantOtherId property.
 UserStatus getStatus()
          Gets the value of the status property.
 java.math.BigDecimal getTimezone()
          Gets the value of the timezone property.
 java.lang.String getTv()
          Gets the value of the tv property.
 java.lang.Long getUid()
          Gets the value of the uid property.
 java.lang.Integer getWallCount()
          Gets the value of the wallCount property.
 User.WorkHistory getWorkHistory()
          Gets the value of the workHistory property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 java.lang.Boolean isAreFriends()
          Gets the value of the areFriends property.
 java.lang.Boolean isCanSeeProfile()
          Gets the value of the canSeeProfile property.
 java.lang.Boolean isHasAddedApp()
          Gets the value of the hasAddedApp property.
 java.lang.Boolean isIsAppUser()
          Gets the value of the isAppUser property.
 void setAboutMe(java.lang.String value)
          Sets the value of the aboutMe property.
 void setActivities(java.lang.String value)
          Sets the value of the activities property.
 void setAffiliations(User.Affiliations value)
          Sets the value of the affiliations property.
 void setAreFriends(java.lang.Boolean value)
          Sets the value of the areFriends property.
 void setBirthday(java.lang.String value)
          Sets the value of the birthday property.
 void setBooks(java.lang.String value)
          Sets the value of the books property.
 void setCanSeeProfile(java.lang.Boolean value)
          Sets the value of the canSeeProfile property.
 void setCurrentLocation(Location value)
          Sets the value of the currentLocation property.
 void setEducationHistory(User.EducationHistory value)
          Sets the value of the educationHistory property.
 void setEmailHashes(User.EmailHashes value)
          Sets the value of the emailHashes property.
 void setFamily(User.Family value)
          Sets the value of the family property.
 void setFirstName(java.lang.String value)
          Sets the value of the firstName property.
 void setHasAddedApp(java.lang.Boolean value)
          Sets the value of the hasAddedApp property.
 void setHometownLocation(Location value)
          Sets the value of the hometownLocation property.
 void setHsInfo(HsInfo value)
          Sets the value of the hsInfo property.
 void setInterests(java.lang.String value)
          Sets the value of the interests property.
 void setIsAppUser(java.lang.Boolean value)
          Sets the value of the isAppUser property.
 void setLastName(java.lang.String value)
          Sets the value of the lastName property.
 void setLocale(java.lang.String value)
          Sets the value of the locale property.
 void setMeetingFor(User.MeetingFor value)
          Sets the value of the meetingFor property.
 void setMeetingSex(User.MeetingSex value)
          Sets the value of the meetingSex property.
 void setMovies(java.lang.String value)
          Sets the value of the movies property.
 void setMusic(java.lang.String value)
          Sets the value of the music property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setNotesCount(java.lang.Integer value)
          Sets the value of the notesCount property.
 void setPic(java.lang.String value)
          Sets the value of the pic property.
 void setPicBig(java.lang.String value)
          Sets the value of the picBig property.
 void setPicSmall(java.lang.String value)
          Sets the value of the picSmall property.
 void setPicSquare(java.lang.String value)
          Sets the value of the picSquare property.
 void setPolitical(java.lang.String value)
          Sets the value of the political property.
 void setProfileUpdateTime(java.lang.Long value)
          Sets the value of the profileUpdateTime property.
 void setQuotes(java.lang.String value)
          Sets the value of the quotes property.
 void setRelationshipStatus(java.lang.String value)
          Sets the value of the relationshipStatus property.
 void setReligion(java.lang.String value)
          Sets the value of the religion property.
 void setSex(java.lang.String value)
          Sets the value of the sex property.
 void setSignificantOtherId(java.lang.Long value)
          Sets the value of the significantOtherId property.
 void setStatus(UserStatus value)
          Sets the value of the status property.
 void setTimezone(java.math.BigDecimal value)
          Sets the value of the timezone property.
 void setTv(java.lang.String value)
          Sets the value of the tv property.
 void setUid(java.lang.Long value)
          Sets the value of the uid property.
 void setWallCount(java.lang.Integer value)
          Sets the value of the wallCount property.
 void setWorkHistory(User.WorkHistory value)
          Sets the value of the workHistory property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

aboutMe

protected java.lang.String aboutMe

activities

protected java.lang.String activities

affiliations

protected User.Affiliations affiliations

birthday

protected java.lang.String birthday

books

protected java.lang.String books

currentLocation

protected Location currentLocation

educationHistory

protected User.EducationHistory educationHistory

firstName

protected java.lang.String firstName

hometownLocation

protected Location hometownLocation

hsInfo

protected HsInfo hsInfo

interests

protected java.lang.String interests

isAppUser

protected java.lang.Boolean isAppUser

lastName

protected java.lang.String lastName

meetingFor

protected User.MeetingFor meetingFor

meetingSex

protected User.MeetingSex meetingSex

movies

protected java.lang.String movies

music

protected java.lang.String music

name

protected java.lang.String name

notesCount

protected java.lang.Integer notesCount

pic

protected java.lang.String pic

picBig

protected java.lang.String picBig

picSmall

protected java.lang.String picSmall

political

protected java.lang.String political

profileUpdateTime

protected java.lang.Long profileUpdateTime

quotes

protected java.lang.String quotes

relationshipStatus

protected java.lang.String relationshipStatus

religion

protected java.lang.String religion

sex

protected java.lang.String sex

significantOtherId

protected java.lang.Long significantOtherId

status

protected UserStatus status

timezone

protected java.math.BigDecimal timezone

tv

protected java.lang.String tv

uid

protected java.lang.Long uid

wallCount

protected java.lang.Integer wallCount

workHistory

protected User.WorkHistory workHistory

picSquare

protected java.lang.String picSquare

hasAddedApp

protected java.lang.Boolean hasAddedApp

emailHashes

protected User.EmailHashes emailHashes

locale

protected java.lang.String locale

family

protected User.Family family

areFriends

protected java.lang.Boolean areFriends

canSeeProfile

protected java.lang.Boolean canSeeProfile
Constructor Detail

User

public User()
Method Detail

getAboutMe

public java.lang.String getAboutMe()
Gets the value of the aboutMe property.

Returns:
possible object is String

setAboutMe

public void setAboutMe(java.lang.String value)
Sets the value of the aboutMe property.

Parameters:
value - allowed object is String

getActivities

public java.lang.String getActivities()
Gets the value of the activities property.

Returns:
possible object is String

setActivities

public void setActivities(java.lang.String value)
Sets the value of the activities property.

Parameters:
value - allowed object is String

getAffiliations

public User.Affiliations getAffiliations()
Gets the value of the affiliations property.

Returns:
possible object is User.Affiliations

setAffiliations

public void setAffiliations(User.Affiliations value)
Sets the value of the affiliations property.

Parameters:
value - allowed object is User.Affiliations

getBirthday

public java.lang.String getBirthday()
Gets the value of the birthday property.

Returns:
possible object is String

setBirthday

public void setBirthday(java.lang.String value)
Sets the value of the birthday property.

Parameters:
value - allowed object is String

getBooks

public java.lang.String getBooks()
Gets the value of the books property.

Returns:
possible object is String

setBooks

public void setBooks(java.lang.String value)
Sets the value of the books property.

Parameters:
value - allowed object is String

getCurrentLocation

public Location getCurrentLocation()
Gets the value of the currentLocation property.

Returns:
possible object is Location

setCurrentLocation

public void setCurrentLocation(Location value)
Sets the value of the currentLocation property.

Parameters:
value - allowed object is Location

getEducationHistory

public User.EducationHistory getEducationHistory()
Gets the value of the educationHistory property.

Returns:
possible object is User.EducationHistory

setEducationHistory

public void setEducationHistory(User.EducationHistory value)
Sets the value of the educationHistory property.

Parameters:
value - allowed object is User.EducationHistory

getFirstName

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

Returns:
possible object is String

setFirstName

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

Parameters:
value - allowed object is String

getHometownLocation

public Location getHometownLocation()
Gets the value of the hometownLocation property.

Returns:
possible object is Location

setHometownLocation

public void setHometownLocation(Location value)
Sets the value of the hometownLocation property.

Parameters:
value - allowed object is Location

getHsInfo

public HsInfo getHsInfo()
Gets the value of the hsInfo property.

Returns:
possible object is HsInfo

setHsInfo

public void setHsInfo(HsInfo value)
Sets the value of the hsInfo property.

Parameters:
value - allowed object is HsInfo

getInterests

public java.lang.String getInterests()
Gets the value of the interests property.

Returns:
possible object is String

setInterests

public void setInterests(java.lang.String value)
Sets the value of the interests property.

Parameters:
value - allowed object is String

isIsAppUser

public java.lang.Boolean isIsAppUser()
Gets the value of the isAppUser property.

Returns:
possible object is Boolean

setIsAppUser

public void setIsAppUser(java.lang.Boolean value)
Sets the value of the isAppUser property.

Parameters:
value - allowed object is Boolean

getLastName

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

Returns:
possible object is String

setLastName

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

Parameters:
value - allowed object is String

getMeetingFor

public User.MeetingFor getMeetingFor()
Gets the value of the meetingFor property.

Returns:
possible object is User.MeetingFor

setMeetingFor

public void setMeetingFor(User.MeetingFor value)
Sets the value of the meetingFor property.

Parameters:
value - allowed object is User.MeetingFor

getMeetingSex

public User.MeetingSex getMeetingSex()
Gets the value of the meetingSex property.

Returns:
possible object is User.MeetingSex

setMeetingSex

public void setMeetingSex(User.MeetingSex value)
Sets the value of the meetingSex property.

Parameters:
value - allowed object is User.MeetingSex

getMovies

public java.lang.String getMovies()
Gets the value of the movies property.

Returns:
possible object is String

setMovies

public void setMovies(java.lang.String value)
Sets the value of the movies property.

Parameters:
value - allowed object is String

getMusic

public java.lang.String getMusic()
Gets the value of the music property.

Returns:
possible object is String

setMusic

public void setMusic(java.lang.String value)
Sets the value of the music property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getNotesCount

public java.lang.Integer getNotesCount()
Gets the value of the notesCount property.

Returns:
possible object is Integer

setNotesCount

public void setNotesCount(java.lang.Integer value)
Sets the value of the notesCount property.

Parameters:
value - allowed object is Integer

getPic

public java.lang.String getPic()
Gets the value of the pic property.

Returns:
possible object is String

setPic

public void setPic(java.lang.String value)
Sets the value of the pic property.

Parameters:
value - allowed object is String

getPicBig

public java.lang.String getPicBig()
Gets the value of the picBig property.

Returns:
possible object is String

setPicBig

public void setPicBig(java.lang.String value)
Sets the value of the picBig property.

Parameters:
value - allowed object is String

getPicSmall

public java.lang.String getPicSmall()
Gets the value of the picSmall property.

Returns:
possible object is String

setPicSmall

public void setPicSmall(java.lang.String value)
Sets the value of the picSmall property.

Parameters:
value - allowed object is String

getPolitical

public java.lang.String getPolitical()
Gets the value of the political property.

Returns:
possible object is String

setPolitical

public void setPolitical(java.lang.String value)
Sets the value of the political property.

Parameters:
value - allowed object is String

getProfileUpdateTime

public java.lang.Long getProfileUpdateTime()
Gets the value of the profileUpdateTime property.

Returns:
possible object is Long

setProfileUpdateTime

public void setProfileUpdateTime(java.lang.Long value)
Sets the value of the profileUpdateTime property.

Parameters:
value - allowed object is Long

getQuotes

public java.lang.String getQuotes()
Gets the value of the quotes property.

Returns:
possible object is String

setQuotes

public void setQuotes(java.lang.String value)
Sets the value of the quotes property.

Parameters:
value - allowed object is String

getRelationshipStatus

public java.lang.String getRelationshipStatus()
Gets the value of the relationshipStatus property.

Returns:
possible object is String

setRelationshipStatus

public void setRelationshipStatus(java.lang.String value)
Sets the value of the relationshipStatus property.

Parameters:
value - allowed object is String

getReligion

public java.lang.String getReligion()
Gets the value of the religion property.

Returns:
possible object is String

setReligion

public void setReligion(java.lang.String value)
Sets the value of the religion property.

Parameters:
value - allowed object is String

getSex

public java.lang.String getSex()
Gets the value of the sex property.

Returns:
possible object is String

setSex

public void setSex(java.lang.String value)
Sets the value of the sex property.

Parameters:
value - allowed object is String

getSignificantOtherId

public java.lang.Long getSignificantOtherId()
Gets the value of the significantOtherId property.

Returns:
possible object is Long

setSignificantOtherId

public void setSignificantOtherId(java.lang.Long value)
Sets the value of the significantOtherId property.

Parameters:
value - allowed object is Long

getStatus

public UserStatus getStatus()
Gets the value of the status property.

Returns:
possible object is UserStatus

setStatus

public void setStatus(UserStatus value)
Sets the value of the status property.

Parameters:
value - allowed object is UserStatus

getTimezone

public java.math.BigDecimal getTimezone()
Gets the value of the timezone property.

Returns:
possible object is BigDecimal

setTimezone

public void setTimezone(java.math.BigDecimal value)
Sets the value of the timezone property.

Parameters:
value - allowed object is BigDecimal

getTv

public java.lang.String getTv()
Gets the value of the tv property.

Returns:
possible object is String

setTv

public void setTv(java.lang.String value)
Sets the value of the tv property.

Parameters:
value - allowed object is String

getUid

public java.lang.Long getUid()
Gets the value of the uid property.

Returns:
possible object is Long

setUid

public void setUid(java.lang.Long value)
Sets the value of the uid property.

Parameters:
value - allowed object is Long

getWallCount

public java.lang.Integer getWallCount()
Gets the value of the wallCount property.

Returns:
possible object is Integer

setWallCount

public void setWallCount(java.lang.Integer value)
Sets the value of the wallCount property.

Parameters:
value - allowed object is Integer

getWorkHistory

public User.WorkHistory getWorkHistory()
Gets the value of the workHistory property.

Returns:
possible object is User.WorkHistory

setWorkHistory

public void setWorkHistory(User.WorkHistory value)
Sets the value of the workHistory property.

Parameters:
value - allowed object is User.WorkHistory

getPicSquare

public java.lang.String getPicSquare()
Gets the value of the picSquare property.

Returns:
possible object is String

setPicSquare

public void setPicSquare(java.lang.String value)
Sets the value of the picSquare property.

Parameters:
value - allowed object is String

isHasAddedApp

public java.lang.Boolean isHasAddedApp()
Gets the value of the hasAddedApp property.

Returns:
possible object is Boolean

setHasAddedApp

public void setHasAddedApp(java.lang.Boolean value)
Sets the value of the hasAddedApp property.

Parameters:
value - allowed object is Boolean

getEmailHashes

public User.EmailHashes getEmailHashes()
Gets the value of the emailHashes property.

Returns:
possible object is User.EmailHashes

setEmailHashes

public void setEmailHashes(User.EmailHashes value)
Sets the value of the emailHashes property.

Parameters:
value - allowed object is User.EmailHashes

getLocale

public java.lang.String getLocale()
Gets the value of the locale property.

Returns:
possible object is String

setLocale

public void setLocale(java.lang.String value)
Sets the value of the locale property.

Parameters:
value - allowed object is String

getFamily

public User.Family getFamily()
Gets the value of the family property.

Returns:
possible object is User.Family

setFamily

public void setFamily(User.Family value)
Sets the value of the family property.

Parameters:
value - allowed object is User.Family

isAreFriends

public java.lang.Boolean isAreFriends()
Gets the value of the areFriends property.

Returns:
possible object is Boolean

setAreFriends

public void setAreFriends(java.lang.Boolean value)
Sets the value of the areFriends property.

Parameters:
value - allowed object is Boolean

isCanSeeProfile

public java.lang.Boolean isCanSeeProfile()
Gets the value of the canSeeProfile property.

Returns:
possible object is Boolean

setCanSeeProfile

public void setCanSeeProfile(java.lang.Boolean value)
Sets the value of the canSeeProfile property.

Parameters:
value - allowed object is Boolean

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2009. All Rights Reserved.