
com.google.code.facebookapi.schema.User Maven / Gradle / Ivy
Show all versions of facebook-java-api-schema
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-661
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2008.12.27 at 04:04:53 PM GMT-08:00
//
package com.google.code.facebookapi.schema;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* 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"/>
* </all>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "user", propOrder = {
})
public class User {
@XmlElement(name = "about_me", nillable = true)
protected String aboutMe;
@XmlElement(nillable = true)
protected String activities;
protected User.Affiliations affiliations;
@XmlElement(nillable = true)
protected String birthday;
@XmlElement(nillable = true)
protected String books;
@XmlElement(name = "current_location", nillable = true)
protected Location currentLocation;
@XmlElement(name = "education_history", nillable = true)
protected User.EducationHistory educationHistory;
@XmlElement(name = "first_name")
protected String firstName;
@XmlElement(name = "hometown_location", nillable = true)
protected Location hometownLocation;
@XmlElement(name = "hs_info", nillable = true)
protected HsInfo hsInfo;
@XmlElement(nillable = true)
protected String interests;
@XmlElement(name = "is_app_user")
protected Boolean isAppUser;
@XmlElement(name = "last_name")
protected String lastName;
@XmlElement(name = "meeting_for", nillable = true)
protected User.MeetingFor meetingFor;
@XmlElement(name = "meeting_sex", nillable = true)
protected User.MeetingSex meetingSex;
@XmlElement(nillable = true)
protected String movies;
@XmlElement(nillable = true)
protected String music;
protected String name;
@XmlElement(name = "notes_count", nillable = true)
protected Integer notesCount;
@XmlElement(nillable = true)
protected String pic;
@XmlElement(name = "pic_big", nillable = true)
protected String picBig;
@XmlElement(name = "pic_small", nillable = true)
protected String picSmall;
@XmlElement(nillable = true)
protected String political;
@XmlElement(name = "profile_update_time", nillable = true)
protected Long profileUpdateTime;
@XmlElement(nillable = true)
protected String quotes;
@XmlElement(name = "relationship_status", nillable = true)
protected String relationshipStatus;
@XmlElement(nillable = true)
protected String religion;
@XmlElement(nillable = true)
protected String sex;
@XmlElement(name = "significant_other_id", nillable = true)
protected Long significantOtherId;
@XmlElement(nillable = true)
protected UserStatus status;
@XmlElement(nillable = true)
protected BigDecimal timezone;
@XmlElement(nillable = true)
protected String tv;
protected Long uid;
@XmlElement(name = "wall_count", nillable = true)
protected Integer wallCount;
@XmlElement(name = "work_history", nillable = true)
protected User.WorkHistory workHistory;
@XmlElement(name = "pic_square", nillable = true)
protected String picSquare;
@XmlElement(name = "has_added_app", nillable = true)
protected Boolean hasAddedApp;
@XmlElement(name = "email_hashes", nillable = true)
protected User.EmailHashes emailHashes;
@XmlElement(nillable = true)
protected String locale;
/**
* Gets the value of the aboutMe property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAboutMe() {
return aboutMe;
}
/**
* Sets the value of the aboutMe property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAboutMe(String value) {
this.aboutMe = value;
}
/**
* Gets the value of the activities property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getActivities() {
return activities;
}
/**
* Sets the value of the activities property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setActivities(String value) {
this.activities = value;
}
/**
* Gets the value of the affiliations property.
*
* @return
* possible object is
* {@link User.Affiliations }
*
*/
public User.Affiliations getAffiliations() {
return affiliations;
}
/**
* Sets the value of the affiliations property.
*
* @param value
* allowed object is
* {@link User.Affiliations }
*
*/
public void setAffiliations(User.Affiliations value) {
this.affiliations = value;
}
/**
* Gets the value of the birthday property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBirthday() {
return birthday;
}
/**
* Sets the value of the birthday property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBirthday(String value) {
this.birthday = value;
}
/**
* Gets the value of the books property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBooks() {
return books;
}
/**
* Sets the value of the books property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBooks(String value) {
this.books = value;
}
/**
* Gets the value of the currentLocation property.
*
* @return
* possible object is
* {@link Location }
*
*/
public Location getCurrentLocation() {
return currentLocation;
}
/**
* Sets the value of the currentLocation property.
*
* @param value
* allowed object is
* {@link Location }
*
*/
public void setCurrentLocation(Location value) {
this.currentLocation = value;
}
/**
* Gets the value of the educationHistory property.
*
* @return
* possible object is
* {@link User.EducationHistory }
*
*/
public User.EducationHistory getEducationHistory() {
return educationHistory;
}
/**
* Sets the value of the educationHistory property.
*
* @param value
* allowed object is
* {@link User.EducationHistory }
*
*/
public void setEducationHistory(User.EducationHistory value) {
this.educationHistory = value;
}
/**
* Gets the value of the firstName property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFirstName() {
return firstName;
}
/**
* Sets the value of the firstName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFirstName(String value) {
this.firstName = value;
}
/**
* Gets the value of the hometownLocation property.
*
* @return
* possible object is
* {@link Location }
*
*/
public Location getHometownLocation() {
return hometownLocation;
}
/**
* Sets the value of the hometownLocation property.
*
* @param value
* allowed object is
* {@link Location }
*
*/
public void setHometownLocation(Location value) {
this.hometownLocation = value;
}
/**
* Gets the value of the hsInfo property.
*
* @return
* possible object is
* {@link HsInfo }
*
*/
public HsInfo getHsInfo() {
return hsInfo;
}
/**
* Sets the value of the hsInfo property.
*
* @param value
* allowed object is
* {@link HsInfo }
*
*/
public void setHsInfo(HsInfo value) {
this.hsInfo = value;
}
/**
* Gets the value of the interests property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getInterests() {
return interests;
}
/**
* Sets the value of the interests property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setInterests(String value) {
this.interests = value;
}
/**
* Gets the value of the isAppUser property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsAppUser() {
return isAppUser;
}
/**
* Sets the value of the isAppUser property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsAppUser(Boolean value) {
this.isAppUser = value;
}
/**
* Gets the value of the lastName property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLastName() {
return lastName;
}
/**
* Sets the value of the lastName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLastName(String value) {
this.lastName = value;
}
/**
* Gets the value of the meetingFor property.
*
* @return
* possible object is
* {@link User.MeetingFor }
*
*/
public User.MeetingFor getMeetingFor() {
return meetingFor;
}
/**
* Sets the value of the meetingFor property.
*
* @param value
* allowed object is
* {@link User.MeetingFor }
*
*/
public void setMeetingFor(User.MeetingFor value) {
this.meetingFor = value;
}
/**
* Gets the value of the meetingSex property.
*
* @return
* possible object is
* {@link User.MeetingSex }
*
*/
public User.MeetingSex getMeetingSex() {
return meetingSex;
}
/**
* Sets the value of the meetingSex property.
*
* @param value
* allowed object is
* {@link User.MeetingSex }
*
*/
public void setMeetingSex(User.MeetingSex value) {
this.meetingSex = value;
}
/**
* Gets the value of the movies property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMovies() {
return movies;
}
/**
* Sets the value of the movies property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMovies(String value) {
this.movies = value;
}
/**
* Gets the value of the music property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMusic() {
return music;
}
/**
* Sets the value of the music property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMusic(String value) {
this.music = value;
}
/**
* Gets the value of the name property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getName() {
return name;
}
/**
* Sets the value of the name property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setName(String value) {
this.name = value;
}
/**
* Gets the value of the notesCount property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getNotesCount() {
return notesCount;
}
/**
* Sets the value of the notesCount property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setNotesCount(Integer value) {
this.notesCount = value;
}
/**
* Gets the value of the pic property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPic() {
return pic;
}
/**
* Sets the value of the pic property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPic(String value) {
this.pic = value;
}
/**
* Gets the value of the picBig property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPicBig() {
return picBig;
}
/**
* Sets the value of the picBig property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPicBig(String value) {
this.picBig = value;
}
/**
* Gets the value of the picSmall property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPicSmall() {
return picSmall;
}
/**
* Sets the value of the picSmall property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPicSmall(String value) {
this.picSmall = value;
}
/**
* Gets the value of the political property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPolitical() {
return political;
}
/**
* Sets the value of the political property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPolitical(String value) {
this.political = value;
}
/**
* Gets the value of the profileUpdateTime property.
*
* @return
* possible object is
* {@link Long }
*
*/
public Long getProfileUpdateTime() {
return profileUpdateTime;
}
/**
* Sets the value of the profileUpdateTime property.
*
* @param value
* allowed object is
* {@link Long }
*
*/
public void setProfileUpdateTime(Long value) {
this.profileUpdateTime = value;
}
/**
* Gets the value of the quotes property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getQuotes() {
return quotes;
}
/**
* Sets the value of the quotes property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setQuotes(String value) {
this.quotes = value;
}
/**
* Gets the value of the relationshipStatus property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRelationshipStatus() {
return relationshipStatus;
}
/**
* Sets the value of the relationshipStatus property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRelationshipStatus(String value) {
this.relationshipStatus = value;
}
/**
* Gets the value of the religion property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getReligion() {
return religion;
}
/**
* Sets the value of the religion property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setReligion(String value) {
this.religion = value;
}
/**
* Gets the value of the sex property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSex() {
return sex;
}
/**
* Sets the value of the sex property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSex(String value) {
this.sex = value;
}
/**
* Gets the value of the significantOtherId property.
*
* @return
* possible object is
* {@link Long }
*
*/
public Long getSignificantOtherId() {
return significantOtherId;
}
/**
* Sets the value of the significantOtherId property.
*
* @param value
* allowed object is
* {@link Long }
*
*/
public void setSignificantOtherId(Long value) {
this.significantOtherId = value;
}
/**
* Gets the value of the status property.
*
* @return
* possible object is
* {@link UserStatus }
*
*/
public UserStatus getStatus() {
return status;
}
/**
* Sets the value of the status property.
*
* @param value
* allowed object is
* {@link UserStatus }
*
*/
public void setStatus(UserStatus value) {
this.status = value;
}
/**
* Gets the value of the timezone property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getTimezone() {
return timezone;
}
/**
* Sets the value of the timezone property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setTimezone(BigDecimal value) {
this.timezone = value;
}
/**
* Gets the value of the tv property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTv() {
return tv;
}
/**
* Sets the value of the tv property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTv(String value) {
this.tv = value;
}
/**
* Gets the value of the uid property.
*
* @return
* possible object is
* {@link Long }
*
*/
public Long getUid() {
return uid;
}
/**
* Sets the value of the uid property.
*
* @param value
* allowed object is
* {@link Long }
*
*/
public void setUid(Long value) {
this.uid = value;
}
/**
* Gets the value of the wallCount property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getWallCount() {
return wallCount;
}
/**
* Sets the value of the wallCount property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setWallCount(Integer value) {
this.wallCount = value;
}
/**
* Gets the value of the workHistory property.
*
* @return
* possible object is
* {@link User.WorkHistory }
*
*/
public User.WorkHistory getWorkHistory() {
return workHistory;
}
/**
* Sets the value of the workHistory property.
*
* @param value
* allowed object is
* {@link User.WorkHistory }
*
*/
public void setWorkHistory(User.WorkHistory value) {
this.workHistory = value;
}
/**
* Gets the value of the picSquare property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPicSquare() {
return picSquare;
}
/**
* Sets the value of the picSquare property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPicSquare(String value) {
this.picSquare = value;
}
/**
* Gets the value of the hasAddedApp property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isHasAddedApp() {
return hasAddedApp;
}
/**
* Sets the value of the hasAddedApp property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setHasAddedApp(Boolean value) {
this.hasAddedApp = value;
}
/**
* Gets the value of the emailHashes property.
*
* @return
* possible object is
* {@link User.EmailHashes }
*
*/
public User.EmailHashes getEmailHashes() {
return emailHashes;
}
/**
* Sets the value of the emailHashes property.
*
* @param value
* allowed object is
* {@link User.EmailHashes }
*
*/
public void setEmailHashes(User.EmailHashes value) {
this.emailHashes = value;
}
/**
* Gets the value of the locale property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLocale() {
return locale;
}
/**
* Sets the value of the locale property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLocale(String value) {
this.locale = value;
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence 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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"affiliation"
})
public static class Affiliations {
protected List affiliation;
@XmlAttribute
protected Boolean list;
/**
* Gets the value of the affiliation property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the affiliation property.
*
*
* For example, to add a new item, do as follows:
*
* getAffiliation().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Affiliation }
*
*
*/
public List getAffiliation() {
if (affiliation == null) {
affiliation = new ArrayList();
}
return this.affiliation;
}
/**
* Gets the value of the list property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isList() {
return list;
}
/**
* Sets the value of the list property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setList(Boolean value) {
this.list = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence 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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"educationInfo"
})
public static class EducationHistory {
@XmlElement(name = "education_info")
protected List educationInfo;
@XmlAttribute
protected Boolean list;
/**
* Gets the value of the educationInfo property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the educationInfo property.
*
*
* For example, to add a new item, do as follows:
*
* getEducationInfo().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link EducationInfo }
*
*
*/
public List getEducationInfo() {
if (educationInfo == null) {
educationInfo = new ArrayList();
}
return this.educationInfo;
}
/**
* Gets the value of the list property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isList() {
return list;
}
/**
* Sets the value of the list property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setList(Boolean value) {
this.list = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence 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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"emailHashesElt"
})
public static class EmailHashes {
@XmlElement(name = "email_hashes_elt")
protected List emailHashesElt;
@XmlAttribute
protected Boolean list;
/**
* Gets the value of the emailHashesElt property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the emailHashesElt property.
*
*
* For example, to add a new item, do as follows:
*
* getEmailHashesElt().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getEmailHashesElt() {
if (emailHashesElt == null) {
emailHashesElt = new ArrayList();
}
return this.emailHashesElt;
}
/**
* Gets the value of the list property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isList() {
return list;
}
/**
* Sets the value of the list property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setList(Boolean value) {
this.list = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence 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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"seeking"
})
public static class MeetingFor {
protected List seeking;
@XmlAttribute
protected Boolean list;
/**
* Gets the value of the seeking property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the seeking property.
*
*
* For example, to add a new item, do as follows:
*
* getSeeking().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getSeeking() {
if (seeking == null) {
seeking = new ArrayList();
}
return this.seeking;
}
/**
* Gets the value of the list property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isList() {
return list;
}
/**
* Sets the value of the list property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setList(Boolean value) {
this.list = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence 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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"sex"
})
public static class MeetingSex {
protected List sex;
@XmlAttribute
protected Boolean list;
/**
* Gets the value of the sex property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the sex property.
*
*
* For example, to add a new item, do as follows:
*
* getSex().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getSex() {
if (sex == null) {
sex = new ArrayList();
}
return this.sex;
}
/**
* Gets the value of the list property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isList() {
return list;
}
/**
* Sets the value of the list property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setList(Boolean value) {
this.list = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence 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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"workInfo"
})
public static class WorkHistory {
@XmlElement(name = "work_info")
protected List workInfo;
@XmlAttribute
protected Boolean list;
/**
* Gets the value of the workInfo property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the workInfo property.
*
*
* For example, to add a new item, do as follows:
*
* getWorkInfo().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link WorkInfo }
*
*
*/
public List getWorkInfo() {
if (workInfo == null) {
workInfo = new ArrayList();
}
return this.workInfo;
}
/**
* Gets the value of the list property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isList() {
return list;
}
/**
* Sets the value of the list property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setList(Boolean value) {
this.list = value;
}
}
}