com.google.code.facebookapi.schema
Class User

java.lang.Object
  extended by com.google.code.facebookapi.schema.User

public class User
extends java.lang.Object

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>
       </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.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  javax.xml.bind.JAXBElement<java.lang.String> aboutMe
           
protected  javax.xml.bind.JAXBElement<java.lang.String> activities
           
protected  User.Affiliations affiliations
           
protected  javax.xml.bind.JAXBElement<java.lang.String> birthday
           
protected  javax.xml.bind.JAXBElement<java.lang.String> books
           
protected  javax.xml.bind.JAXBElement<Location> currentLocation
           
protected  javax.xml.bind.JAXBElement<User.EducationHistory> educationHistory
           
protected  javax.xml.bind.JAXBElement<User.EmailHashes> emailHashes
           
protected  java.lang.String firstName
           
protected  javax.xml.bind.JAXBElement<java.lang.Boolean> hasAddedApp
           
protected  javax.xml.bind.JAXBElement<Location> hometownLocation
           
protected  javax.xml.bind.JAXBElement<HsInfo> hsInfo
           
protected  javax.xml.bind.JAXBElement<java.lang.String> interests
           
protected  java.lang.Boolean isAppUser
           
protected  java.lang.String lastName
           
protected  javax.xml.bind.JAXBElement<User.MeetingFor> meetingFor
           
protected  javax.xml.bind.JAXBElement<User.MeetingSex> meetingSex
           
protected  javax.xml.bind.JAXBElement<java.lang.String> movies
           
protected  javax.xml.bind.JAXBElement<java.lang.String> music
           
protected  java.lang.String name
           
protected  javax.xml.bind.JAXBElement<java.lang.Integer> notesCount
           
protected  javax.xml.bind.JAXBElement<java.lang.String> pic
           
protected  javax.xml.bind.JAXBElement<java.lang.String> picBig
           
protected  javax.xml.bind.JAXBElement<java.lang.String> picSmall
           
protected  javax.xml.bind.JAXBElement<java.lang.String> picSquare
           
protected  javax.xml.bind.JAXBElement<java.lang.String> political
           
protected  javax.xml.bind.JAXBElement<java.lang.Integer> profileUpdateTime
           
protected  javax.xml.bind.JAXBElement<java.lang.String> quotes
           
protected  javax.xml.bind.JAXBElement<java.lang.String> relationshipStatus
           
protected  javax.xml.bind.JAXBElement<java.lang.String> religion
           
protected  javax.xml.bind.JAXBElement<java.lang.String> sex
           
protected  javax.xml.bind.JAXBElement<java.lang.Long> significantOtherId
           
protected  javax.xml.bind.JAXBElement<UserStatus> status
           
protected  javax.xml.bind.JAXBElement<java.math.BigDecimal> timezone
           
protected  javax.xml.bind.JAXBElement<java.lang.String> tv
           
protected  java.lang.Long uid
           
protected  javax.xml.bind.JAXBElement<java.lang.Integer> wallCount
           
protected  javax.xml.bind.JAXBElement<User.WorkHistory> workHistory
           
 
Constructor Summary
User()
           
 
Method Summary
 javax.xml.bind.JAXBElement<java.lang.String> getAboutMe()
          Gets the value of the aboutMe property.
 javax.xml.bind.JAXBElement<java.lang.String> getActivities()
          Gets the value of the activities property.
 User.Affiliations getAffiliations()
          Gets the value of the affiliations property.
 javax.xml.bind.JAXBElement<java.lang.String> getBirthday()
          Gets the value of the birthday property.
 javax.xml.bind.JAXBElement<java.lang.String> getBooks()
          Gets the value of the books property.
 javax.xml.bind.JAXBElement<Location> getCurrentLocation()
          Gets the value of the currentLocation property.
 javax.xml.bind.JAXBElement<User.EducationHistory> getEducationHistory()
          Gets the value of the educationHistory property.
 javax.xml.bind.JAXBElement<User.EmailHashes> getEmailHashes()
          Gets the value of the emailHashes property.
 java.lang.String getFirstName()
          Gets the value of the firstName property.
 javax.xml.bind.JAXBElement<java.lang.Boolean> getHasAddedApp()
          Gets the value of the hasAddedApp property.
 javax.xml.bind.JAXBElement<Location> getHometownLocation()
          Gets the value of the hometownLocation property.
 javax.xml.bind.JAXBElement<HsInfo> getHsInfo()
          Gets the value of the hsInfo property.
 javax.xml.bind.JAXBElement<java.lang.String> getInterests()
          Gets the value of the interests property.
 java.lang.String getLastName()
          Gets the value of the lastName property.
 javax.xml.bind.JAXBElement<User.MeetingFor> getMeetingFor()
          Gets the value of the meetingFor property.
 javax.xml.bind.JAXBElement<User.MeetingSex> getMeetingSex()
          Gets the value of the meetingSex property.
 javax.xml.bind.JAXBElement<java.lang.String> getMovies()
          Gets the value of the movies property.
 javax.xml.bind.JAXBElement<java.lang.String> getMusic()
          Gets the value of the music property.
 java.lang.String getName()
          Gets the value of the name property.
 javax.xml.bind.JAXBElement<java.lang.Integer> getNotesCount()
          Gets the value of the notesCount property.
 javax.xml.bind.JAXBElement<java.lang.String> getPic()
          Gets the value of the pic property.
 javax.xml.bind.JAXBElement<java.lang.String> getPicBig()
          Gets the value of the picBig property.
 javax.xml.bind.JAXBElement<java.lang.String> getPicSmall()
          Gets the value of the picSmall property.
 javax.xml.bind.JAXBElement<java.lang.String> getPicSquare()
          Gets the value of the picSquare property.
 javax.xml.bind.JAXBElement<java.lang.String> getPolitical()
          Gets the value of the political property.
 javax.xml.bind.JAXBElement<java.lang.Integer> getProfileUpdateTime()
          Gets the value of the profileUpdateTime property.
 javax.xml.bind.JAXBElement<java.lang.String> getQuotes()
          Gets the value of the quotes property.
 javax.xml.bind.JAXBElement<java.lang.String> getRelationshipStatus()
          Gets the value of the relationshipStatus property.
 javax.xml.bind.JAXBElement<java.lang.String> getReligion()
          Gets the value of the religion property.
 javax.xml.bind.JAXBElement<java.lang.String> getSex()
          Gets the value of the sex property.
 javax.xml.bind.JAXBElement<java.lang.Long> getSignificantOtherId()
          Gets the value of the significantOtherId property.
 javax.xml.bind.JAXBElement<UserStatus> getStatus()
          Gets the value of the status property.
 javax.xml.bind.JAXBElement<java.math.BigDecimal> getTimezone()
          Gets the value of the timezone property.
 javax.xml.bind.JAXBElement<java.lang.String> getTv()
          Gets the value of the tv property.
 java.lang.Long getUid()
          Gets the value of the uid property.
 javax.xml.bind.JAXBElement<java.lang.Integer> getWallCount()
          Gets the value of the wallCount property.
 javax.xml.bind.JAXBElement<User.WorkHistory> getWorkHistory()
          Gets the value of the workHistory property.
 java.lang.Boolean isIsAppUser()
          Gets the value of the isAppUser property.
 void setAboutMe(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the aboutMe property.
 void setActivities(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the activities property.
 void setAffiliations(User.Affiliations value)
          Sets the value of the affiliations property.
 void setBirthday(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the birthday property.
 void setBooks(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the books property.
 void setCurrentLocation(javax.xml.bind.JAXBElement<Location> value)
          Sets the value of the currentLocation property.
 void setEducationHistory(javax.xml.bind.JAXBElement<User.EducationHistory> value)
          Sets the value of the educationHistory property.
 void setEmailHashes(javax.xml.bind.JAXBElement<User.EmailHashes> value)
          Sets the value of the emailHashes property.
 void setFirstName(java.lang.String value)
          Sets the value of the firstName property.
 void setHasAddedApp(javax.xml.bind.JAXBElement<java.lang.Boolean> value)
          Sets the value of the hasAddedApp property.
 void setHometownLocation(javax.xml.bind.JAXBElement<Location> value)
          Sets the value of the hometownLocation property.
 void setHsInfo(javax.xml.bind.JAXBElement<HsInfo> value)
          Sets the value of the hsInfo property.
 void setInterests(javax.xml.bind.JAXBElement<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 setMeetingFor(javax.xml.bind.JAXBElement<User.MeetingFor> value)
          Sets the value of the meetingFor property.
 void setMeetingSex(javax.xml.bind.JAXBElement<User.MeetingSex> value)
          Sets the value of the meetingSex property.
 void setMovies(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the movies property.
 void setMusic(javax.xml.bind.JAXBElement<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(javax.xml.bind.JAXBElement<java.lang.Integer> value)
          Sets the value of the notesCount property.
 void setPic(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the pic property.
 void setPicBig(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the picBig property.
 void setPicSmall(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the picSmall property.
 void setPicSquare(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the picSquare property.
 void setPolitical(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the political property.
 void setProfileUpdateTime(javax.xml.bind.JAXBElement<java.lang.Integer> value)
          Sets the value of the profileUpdateTime property.
 void setQuotes(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the quotes property.
 void setRelationshipStatus(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the relationshipStatus property.
 void setReligion(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the religion property.
 void setSex(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the sex property.
 void setSignificantOtherId(javax.xml.bind.JAXBElement<java.lang.Long> value)
          Sets the value of the significantOtherId property.
 void setStatus(javax.xml.bind.JAXBElement<UserStatus> value)
          Sets the value of the status property.
 void setTimezone(javax.xml.bind.JAXBElement<java.math.BigDecimal> value)
          Sets the value of the timezone property.
 void setTv(javax.xml.bind.JAXBElement<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(javax.xml.bind.JAXBElement<java.lang.Integer> value)
          Sets the value of the wallCount property.
 void setWorkHistory(javax.xml.bind.JAXBElement<User.WorkHistory> value)
          Sets the value of the workHistory property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aboutMe

protected javax.xml.bind.JAXBElement<java.lang.String> aboutMe

activities

protected javax.xml.bind.JAXBElement<java.lang.String> activities

affiliations

protected User.Affiliations affiliations

birthday

protected javax.xml.bind.JAXBElement<java.lang.String> birthday

books

protected javax.xml.bind.JAXBElement<java.lang.String> books

currentLocation

protected javax.xml.bind.JAXBElement<Location> currentLocation

educationHistory

protected javax.xml.bind.JAXBElement<User.EducationHistory> educationHistory

firstName

protected java.lang.String firstName

hometownLocation

protected javax.xml.bind.JAXBElement<Location> hometownLocation

hsInfo

protected javax.xml.bind.JAXBElement<HsInfo> hsInfo

interests

protected javax.xml.bind.JAXBElement<java.lang.String> interests

isAppUser

protected java.lang.Boolean isAppUser

lastName

protected java.lang.String lastName

meetingFor

protected javax.xml.bind.JAXBElement<User.MeetingFor> meetingFor

meetingSex

protected javax.xml.bind.JAXBElement<User.MeetingSex> meetingSex

movies

protected javax.xml.bind.JAXBElement<java.lang.String> movies

music

protected javax.xml.bind.JAXBElement<java.lang.String> music

name

protected java.lang.String name

notesCount

protected javax.xml.bind.JAXBElement<java.lang.Integer> notesCount

pic

protected javax.xml.bind.JAXBElement<java.lang.String> pic

picBig

protected javax.xml.bind.JAXBElement<java.lang.String> picBig

picSmall

protected javax.xml.bind.JAXBElement<java.lang.String> picSmall

political

protected javax.xml.bind.JAXBElement<java.lang.String> political

profileUpdateTime

protected javax.xml.bind.JAXBElement<java.lang.Integer> profileUpdateTime

quotes

protected javax.xml.bind.JAXBElement<java.lang.String> quotes

relationshipStatus

protected javax.xml.bind.JAXBElement<java.lang.String> relationshipStatus

religion

protected javax.xml.bind.JAXBElement<java.lang.String> religion

sex

protected javax.xml.bind.JAXBElement<java.lang.String> sex

significantOtherId

protected javax.xml.bind.JAXBElement<java.lang.Long> significantOtherId

status

protected javax.xml.bind.JAXBElement<UserStatus> status

timezone

protected javax.xml.bind.JAXBElement<java.math.BigDecimal> timezone

tv

protected javax.xml.bind.JAXBElement<java.lang.String> tv

uid

protected java.lang.Long uid

wallCount

protected javax.xml.bind.JAXBElement<java.lang.Integer> wallCount

workHistory

protected javax.xml.bind.JAXBElement<User.WorkHistory> workHistory

picSquare

protected javax.xml.bind.JAXBElement<java.lang.String> picSquare

hasAddedApp

protected javax.xml.bind.JAXBElement<java.lang.Boolean> hasAddedApp

emailHashes

protected javax.xml.bind.JAXBElement<User.EmailHashes> emailHashes
Constructor Detail

User

public User()
Method Detail

getAboutMe

public javax.xml.bind.JAXBElement<java.lang.String> getAboutMe()
Gets the value of the aboutMe property.

Returns:
possible object is JAXBElement<String>

setAboutMe

public void setAboutMe(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the aboutMe property.

Parameters:
value - allowed object is JAXBElement<String>

getActivities

public javax.xml.bind.JAXBElement<java.lang.String> getActivities()
Gets the value of the activities property.

Returns:
possible object is JAXBElement<String>

setActivities

public void setActivities(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the activities property.

Parameters:
value - allowed object is JAXBElement<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 javax.xml.bind.JAXBElement<java.lang.String> getBirthday()
Gets the value of the birthday property.

Returns:
possible object is JAXBElement<String>

setBirthday

public void setBirthday(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the birthday property.

Parameters:
value - allowed object is JAXBElement<String>

getBooks

public javax.xml.bind.JAXBElement<java.lang.String> getBooks()
Gets the value of the books property.

Returns:
possible object is JAXBElement<String>

setBooks

public void setBooks(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the books property.

Parameters:
value - allowed object is JAXBElement<String>

getCurrentLocation

public javax.xml.bind.JAXBElement<Location> getCurrentLocation()
Gets the value of the currentLocation property.

Returns:
possible object is JAXBElement<Location>

setCurrentLocation

public void setCurrentLocation(javax.xml.bind.JAXBElement<Location> value)
Sets the value of the currentLocation property.

Parameters:
value - allowed object is JAXBElement<Location>

getEducationHistory

public javax.xml.bind.JAXBElement<User.EducationHistory> getEducationHistory()
Gets the value of the educationHistory property.

Returns:
possible object is JAXBElement<User.EducationHistory>

setEducationHistory

public void setEducationHistory(javax.xml.bind.JAXBElement<User.EducationHistory> value)
Sets the value of the educationHistory property.

Parameters:
value - allowed object is JAXBElement<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 javax.xml.bind.JAXBElement<Location> getHometownLocation()
Gets the value of the hometownLocation property.

Returns:
possible object is JAXBElement<Location>

setHometownLocation

public void setHometownLocation(javax.xml.bind.JAXBElement<Location> value)
Sets the value of the hometownLocation property.

Parameters:
value - allowed object is JAXBElement<Location>

getHsInfo

public javax.xml.bind.JAXBElement<HsInfo> getHsInfo()
Gets the value of the hsInfo property.

Returns:
possible object is JAXBElement<HsInfo>

setHsInfo

public void setHsInfo(javax.xml.bind.JAXBElement<HsInfo> value)
Sets the value of the hsInfo property.

Parameters:
value - allowed object is JAXBElement<HsInfo>

getInterests

public javax.xml.bind.JAXBElement<java.lang.String> getInterests()
Gets the value of the interests property.

Returns:
possible object is JAXBElement<String>

setInterests

public void setInterests(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the interests property.

Parameters:
value - allowed object is JAXBElement<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 javax.xml.bind.JAXBElement<User.MeetingFor> getMeetingFor()
Gets the value of the meetingFor property.

Returns:
possible object is JAXBElement<User.MeetingFor>

setMeetingFor

public void setMeetingFor(javax.xml.bind.JAXBElement<User.MeetingFor> value)
Sets the value of the meetingFor property.

Parameters:
value - allowed object is JAXBElement<User.MeetingFor>

getMeetingSex

public javax.xml.bind.JAXBElement<User.MeetingSex> getMeetingSex()
Gets the value of the meetingSex property.

Returns:
possible object is JAXBElement<User.MeetingSex>

setMeetingSex

public void setMeetingSex(javax.xml.bind.JAXBElement<User.MeetingSex> value)
Sets the value of the meetingSex property.

Parameters:
value - allowed object is JAXBElement<User.MeetingSex>

getMovies

public javax.xml.bind.JAXBElement<java.lang.String> getMovies()
Gets the value of the movies property.

Returns:
possible object is JAXBElement<String>

setMovies

public void setMovies(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the movies property.

Parameters:
value - allowed object is JAXBElement<String>

getMusic

public javax.xml.bind.JAXBElement<java.lang.String> getMusic()
Gets the value of the music property.

Returns:
possible object is JAXBElement<String>

setMusic

public void setMusic(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the music property.

Parameters:
value - allowed object is JAXBElement<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 javax.xml.bind.JAXBElement<java.lang.Integer> getNotesCount()
Gets the value of the notesCount property.

Returns:
possible object is JAXBElement<Integer>

setNotesCount

public void setNotesCount(javax.xml.bind.JAXBElement<java.lang.Integer> value)
Sets the value of the notesCount property.

Parameters:
value - allowed object is JAXBElement<Integer>

getPic

public javax.xml.bind.JAXBElement<java.lang.String> getPic()
Gets the value of the pic property.

Returns:
possible object is JAXBElement<String>

setPic

public void setPic(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the pic property.

Parameters:
value - allowed object is JAXBElement<String>

getPicBig

public javax.xml.bind.JAXBElement<java.lang.String> getPicBig()
Gets the value of the picBig property.

Returns:
possible object is JAXBElement<String>

setPicBig

public void setPicBig(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the picBig property.

Parameters:
value - allowed object is JAXBElement<String>

getPicSmall

public javax.xml.bind.JAXBElement<java.lang.String> getPicSmall()
Gets the value of the picSmall property.

Returns:
possible object is JAXBElement<String>

setPicSmall

public void setPicSmall(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the picSmall property.

Parameters:
value - allowed object is JAXBElement<String>

getPolitical

public javax.xml.bind.JAXBElement<java.lang.String> getPolitical()
Gets the value of the political property.

Returns:
possible object is JAXBElement<String>

setPolitical

public void setPolitical(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the political property.

Parameters:
value - allowed object is JAXBElement<String>

getProfileUpdateTime

public javax.xml.bind.JAXBElement<java.lang.Integer> getProfileUpdateTime()
Gets the value of the profileUpdateTime property.

Returns:
possible object is JAXBElement<Integer>

setProfileUpdateTime

public void setProfileUpdateTime(javax.xml.bind.JAXBElement<java.lang.Integer> value)
Sets the value of the profileUpdateTime property.

Parameters:
value - allowed object is JAXBElement<Integer>

getQuotes

public javax.xml.bind.JAXBElement<java.lang.String> getQuotes()
Gets the value of the quotes property.

Returns:
possible object is JAXBElement<String>

setQuotes

public void setQuotes(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the quotes property.

Parameters:
value - allowed object is JAXBElement<String>

getRelationshipStatus

public javax.xml.bind.JAXBElement<java.lang.String> getRelationshipStatus()
Gets the value of the relationshipStatus property.

Returns:
possible object is JAXBElement<String>

setRelationshipStatus

public void setRelationshipStatus(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the relationshipStatus property.

Parameters:
value - allowed object is JAXBElement<String>

getReligion

public javax.xml.bind.JAXBElement<java.lang.String> getReligion()
Gets the value of the religion property.

Returns:
possible object is JAXBElement<String>

setReligion

public void setReligion(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the religion property.

Parameters:
value - allowed object is JAXBElement<String>

getSex

public javax.xml.bind.JAXBElement<java.lang.String> getSex()
Gets the value of the sex property.

Returns:
possible object is JAXBElement<String>

setSex

public void setSex(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the sex property.

Parameters:
value - allowed object is JAXBElement<String>

getSignificantOtherId

public javax.xml.bind.JAXBElement<java.lang.Long> getSignificantOtherId()
Gets the value of the significantOtherId property.

Returns:
possible object is JAXBElement<Long>

setSignificantOtherId

public void setSignificantOtherId(javax.xml.bind.JAXBElement<java.lang.Long> value)
Sets the value of the significantOtherId property.

Parameters:
value - allowed object is JAXBElement<Long>

getStatus

public javax.xml.bind.JAXBElement<UserStatus> getStatus()
Gets the value of the status property.

Returns:
possible object is JAXBElement<UserStatus>

setStatus

public void setStatus(javax.xml.bind.JAXBElement<UserStatus> value)
Sets the value of the status property.

Parameters:
value - allowed object is JAXBElement<UserStatus>

getTimezone

public javax.xml.bind.JAXBElement<java.math.BigDecimal> getTimezone()
Gets the value of the timezone property.

Returns:
possible object is JAXBElement<BigDecimal>

setTimezone

public void setTimezone(javax.xml.bind.JAXBElement<java.math.BigDecimal> value)
Sets the value of the timezone property.

Parameters:
value - allowed object is JAXBElement<BigDecimal>

getTv

public javax.xml.bind.JAXBElement<java.lang.String> getTv()
Gets the value of the tv property.

Returns:
possible object is JAXBElement<String>

setTv

public void setTv(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the tv property.

Parameters:
value - allowed object is JAXBElement<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 javax.xml.bind.JAXBElement<java.lang.Integer> getWallCount()
Gets the value of the wallCount property.

Returns:
possible object is JAXBElement<Integer>

setWallCount

public void setWallCount(javax.xml.bind.JAXBElement<java.lang.Integer> value)
Sets the value of the wallCount property.

Parameters:
value - allowed object is JAXBElement<Integer>

getWorkHistory

public javax.xml.bind.JAXBElement<User.WorkHistory> getWorkHistory()
Gets the value of the workHistory property.

Returns:
possible object is JAXBElement<User.WorkHistory>

setWorkHistory

public void setWorkHistory(javax.xml.bind.JAXBElement<User.WorkHistory> value)
Sets the value of the workHistory property.

Parameters:
value - allowed object is JAXBElement<User.WorkHistory>

getPicSquare

public javax.xml.bind.JAXBElement<java.lang.String> getPicSquare()
Gets the value of the picSquare property.

Returns:
possible object is JAXBElement<String>

setPicSquare

public void setPicSquare(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the picSquare property.

Parameters:
value - allowed object is JAXBElement<String>

getHasAddedApp

public javax.xml.bind.JAXBElement<java.lang.Boolean> getHasAddedApp()
Gets the value of the hasAddedApp property.

Returns:
possible object is JAXBElement<Boolean>

setHasAddedApp

public void setHasAddedApp(javax.xml.bind.JAXBElement<java.lang.Boolean> value)
Sets the value of the hasAddedApp property.

Parameters:
value - allowed object is JAXBElement<Boolean>

getEmailHashes

public javax.xml.bind.JAXBElement<User.EmailHashes> getEmailHashes()
Gets the value of the emailHashes property.

Returns:
possible object is JAXBElement<User.EmailHashes>

setEmailHashes

public void setEmailHashes(javax.xml.bind.JAXBElement<User.EmailHashes> value)
Sets the value of the emailHashes property.

Parameters:
value - allowed object is JAXBElement<User.EmailHashes>


Copyright © 2008. All Rights Reserved.