FileDocCategorySizeDatePackage
ObjectFactory.javaAPI DocGoogle Facebook API v1.462180Sat Oct 27 23:29:34 BST 2007com.facebook.api.schema

ObjectFactory

public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.facebook.api._1 package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

Fields Summary
private static final QName
_DataRenameObjectTypeResponse_QNAME
private static final QName
_DataIncHashValueResponse_QNAME
private static final QName
_DataSetAssociationResponse_QNAME
private static final QName
_PhotosCreateAlbumResponse_QNAME
private static final QName
_DataRenameObjectPropertyResponse_QNAME
private static final QName
_DataGetUserPreferenceResponse_QNAME
private static final QName
_DataGetObjectPropertyResponse_QNAME
private static final QName
_ErrorResponse_QNAME
private static final QName
_DataRemoveHashKeysResponse_QNAME
private static final QName
_DataGetHashValueResponse_QNAME
private static final QName
_NotificationsGetResponse_QNAME
private static final QName
_DataUndefineObjectPropertyResponse_QNAME
private static final QName
_FbmlRefreshRefUrlResponse_QNAME
private static final QName
_DataRemoveAssociationsResponse_QNAME
private static final QName
_DataDeleteObjectsResponse_QNAME
private static final QName
_UsersSetStatusResponse_QNAME
private static final QName
_DataRemoveHashKeyResponse_QNAME
private static final QName
_UsersHasAppPermissionResponse_QNAME
private static final QName
_DataSetUserPreferenceResponse_QNAME
private static final QName
_UsersIsAppAddedResponse_QNAME
private static final QName
_DataUndefineAssociationResponse_QNAME
private static final QName
_DataUpdateObjectResponse_QNAME
private static final QName
_DataRenameAssociationResponse_QNAME
private static final QName
_DataCreateObjectResponse_QNAME
private static final QName
_DataDefineObjectPropertyResponse_QNAME
private static final QName
_AuthCreateTokenResponse_QNAME
private static final QName
_DataDropObjectTypeResponse_QNAME
private static final QName
_DataSetObjectPropertyResponse_QNAME
private static final QName
_ProfileGetFBMLResponse_QNAME
private static final QName
_DataSetHashValueResponse_QNAME
private static final QName
_AuthGetSessionResponse_QNAME
private static final QName
_DataDeleteObjectResponse_QNAME
private static final QName
_EventsGetMembersResponse_QNAME
private static final QName
_DataGetAssociationDefinitionResponse_QNAME
private static final QName
_DataGetAssociatedObjectCountResponse_QNAME
private static final QName
_DataRemoveAssociationResponse_QNAME
private static final QName
_DataRemoveAssociatedObjectsResponse_QNAME
private static final QName
_DataSetAssociationsResponse_QNAME
private static final QName
_DataDefineAssociationResponse_QNAME
private static final QName
_FbmlSetRefHandleResponse_QNAME
private static final QName
_NotificationsSendRequestResponse_QNAME
private static final QName
_MarketplaceRemoveListingResponse_QNAME
private static final QName
_GroupsGetMembersResponse_QNAME
private static final QName
_FbmlRefreshImgSrcResponse_QNAME
private static final QName
_FeedPublishStoryToUserResponse_QNAME
private static final QName
_ProfileSetFBMLResponse_QNAME
private static final QName
_PhotosAddTagResponse_QNAME
private static final QName
_MarketplaceCreateListingResponse_QNAME
private static final QName
_FeedPublishActionOfUserResponse_QNAME
private static final QName
_DataCreateObjectTypeResponse_QNAME
private static final QName
_DataSetUserPreferencesResponse_QNAME
private static final QName
_PhotosUploadResponse_QNAME
private static final QName
_UsersGetLoggedInUserResponse_QNAME
private static final QName
_NotificationsSendResponse_QNAME
private static final QName
_UserMusic_QNAME
private static final QName
_UserBooks_QNAME
private static final QName
_UserPolitical_QNAME
private static final QName
_UserStatus_QNAME
private static final QName
_UserPic_QNAME
private static final QName
_UserCurrentLocation_QNAME
private static final QName
_UserMeetingFor_QNAME
private static final QName
_UserMeetingSex_QNAME
private static final QName
_UserHometownLocation_QNAME
private static final QName
_UserHasAddedApp_QNAME
private static final QName
_UserQuotes_QNAME
private static final QName
_UserTv_QNAME
private static final QName
_UserBirthday_QNAME
private static final QName
_UserSex_QNAME
private static final QName
_UserWallCount_QNAME
private static final QName
_UserInterests_QNAME
private static final QName
_UserPicSmall_QNAME
private static final QName
_UserWorkHistory_QNAME
private static final QName
_UserMovies_QNAME
private static final QName
_UserProfileUpdateTime_QNAME
private static final QName
_UserSignificantOtherId_QNAME
private static final QName
_UserRelationshipStatus_QNAME
private static final QName
_UserEducationHistory_QNAME
private static final QName
_UserReligion_QNAME
private static final QName
_UserTimezone_QNAME
private static final QName
_UserAboutMe_QNAME
private static final QName
_UserHsInfo_QNAME
private static final QName
_UserPicBig_QNAME
private static final QName
_UserActivities_QNAME
private static final QName
_UserPicSquare_QNAME
private static final QName
_UserNotesCount_QNAME
private static final QName
_FriendInfoAreFriends_QNAME
Constructors Summary
public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.facebook.api._1


                             
      
    
Methods Summary
public com.facebook.api.schema.AffiliationcreateAffiliation()
Create an instance of {@link Affiliation }

        return new Affiliation();
    
public com.facebook.api.schema.AlbumcreateAlbum()
Create an instance of {@link Album }

        return new Album();
    
public com.facebook.api.schema.ArgcreateArg()
Create an instance of {@link Arg }

        return new Arg();
    
public com.facebook.api.schema.AssocObjectTypecreateAssocObjectType()
Create an instance of {@link AssocObjectType }

        return new AssocObjectType();
    
public javax.xml.bind.JAXBElementcreateAuthCreateTokenResponse(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_AuthCreateTokenResponse_QNAME, String.class, null, value);
    
public javax.xml.bind.JAXBElementcreateAuthGetSessionResponse(com.facebook.api.schema.SessionInfo value)
Create an instance of {@link JAXBElement }{@code <}{@link SessionInfo }{@code >}}

        return new JAXBElement<SessionInfo>(_AuthGetSessionResponse_QNAME, SessionInfo.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataCreateObjectResponse(java.lang.Long value)
Create an instance of {@link JAXBElement }{@code <}{@link Long }{@code >}}

        return new JAXBElement<Long>(_DataCreateObjectResponse_QNAME, Long.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataCreateObjectTypeResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataCreateObjectTypeResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataDefineAssociationResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataDefineAssociationResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataDefineObjectPropertyResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataDefineObjectPropertyResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataDeleteObjectResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataDeleteObjectResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataDeleteObjectsResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataDeleteObjectsResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataDropObjectTypeResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataDropObjectTypeResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataGetAssociatedObjectCountResponse(java.lang.Integer value)
Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}

        return new JAXBElement<Integer>(_DataGetAssociatedObjectCountResponse_QNAME, Integer.class, null, value);
    
public com.facebook.api.schema.DataGetAssociatedObjectCountsResponsecreateDataGetAssociatedObjectCountsResponse()
Create an instance of {@link DataGetAssociatedObjectCountsResponse }

        return new DataGetAssociatedObjectCountsResponse();
    
public com.facebook.api.schema.DataGetAssociatedObjectsResponsecreateDataGetAssociatedObjectsResponse()
Create an instance of {@link DataGetAssociatedObjectsResponse }

        return new DataGetAssociatedObjectsResponse();
    
public javax.xml.bind.JAXBElementcreateDataGetAssociationDefinitionResponse(com.facebook.api.schema.ObjectAssocInfo value)
Create an instance of {@link JAXBElement }{@code <}{@link ObjectAssocInfo }{@code >}}

        return new JAXBElement<ObjectAssocInfo>(_DataGetAssociationDefinitionResponse_QNAME, ObjectAssocInfo.class, null, value);
    
public com.facebook.api.schema.DataGetAssociationDefinitionsResponsecreateDataGetAssociationDefinitionsResponse()
Create an instance of {@link DataGetAssociationDefinitionsResponse }

        return new DataGetAssociationDefinitionsResponse();
    
public com.facebook.api.schema.DataGetAssociationsResponsecreateDataGetAssociationsResponse()
Create an instance of {@link DataGetAssociationsResponse }

        return new DataGetAssociationsResponse();
    
public javax.xml.bind.JAXBElementcreateDataGetHashValueResponse(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_DataGetHashValueResponse_QNAME, String.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataGetObjectPropertyResponse(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_DataGetObjectPropertyResponse_QNAME, String.class, null, value);
    
public com.facebook.api.schema.DataGetObjectTypeResponsecreateDataGetObjectTypeResponse()
Create an instance of {@link DataGetObjectTypeResponse }

        return new DataGetObjectTypeResponse();
    
public com.facebook.api.schema.DataGetObjectTypesResponsecreateDataGetObjectTypesResponse()
Create an instance of {@link DataGetObjectTypesResponse }

        return new DataGetObjectTypesResponse();
    
public javax.xml.bind.JAXBElementcreateDataGetUserPreferenceResponse(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_DataGetUserPreferenceResponse_QNAME, String.class, null, value);
    
public com.facebook.api.schema.DataGetUserPreferencesResponsecreateDataGetUserPreferencesResponse()
Create an instance of {@link DataGetUserPreferencesResponse }

        return new DataGetUserPreferencesResponse();
    
public javax.xml.bind.JAXBElementcreateDataIncHashValueResponse(java.lang.Integer value)
Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}

        return new JAXBElement<Integer>(_DataIncHashValueResponse_QNAME, Integer.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataRemoveAssociatedObjectsResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataRemoveAssociatedObjectsResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataRemoveAssociationResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataRemoveAssociationResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataRemoveAssociationsResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataRemoveAssociationsResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataRemoveHashKeyResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataRemoveHashKeyResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataRemoveHashKeysResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataRemoveHashKeysResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataRenameAssociationResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataRenameAssociationResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataRenameObjectPropertyResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataRenameObjectPropertyResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataRenameObjectTypeResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataRenameObjectTypeResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataSetAssociationResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataSetAssociationResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataSetAssociationsResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataSetAssociationsResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataSetHashValueResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataSetHashValueResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataSetObjectPropertyResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataSetObjectPropertyResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataSetUserPreferenceResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataSetUserPreferenceResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataSetUserPreferencesResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataSetUserPreferencesResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataUndefineAssociationResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataUndefineAssociationResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataUndefineObjectPropertyResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataUndefineObjectPropertyResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateDataUpdateObjectResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_DataUpdateObjectResponse_QNAME, Boolean.class, null, value);
    
public com.facebook.api.schema.EducationInfocreateEducationInfo()
Create an instance of {@link EducationInfo }

        return new EducationInfo();
    
public com.facebook.api.schema.EducationInfo$ConcentrationscreateEducationInfoConcentrations()
Create an instance of {@link EducationInfo.Concentrations }

        return new EducationInfo.Concentrations();
    
public javax.xml.bind.JAXBElementcreateErrorResponse(com.facebook.api.schema.FacebookApiException value)
Create an instance of {@link JAXBElement }{@code <}{@link FacebookApiException }{@code >}}

        return new JAXBElement<FacebookApiException>(_ErrorResponse_QNAME, FacebookApiException.class, null, value);
    
public com.facebook.api.schema.EventcreateEvent()
Create an instance of {@link Event }

        return new Event();
    
public com.facebook.api.schema.EventMembercreateEventMember()
Create an instance of {@link EventMember }

        return new EventMember();
    
public com.facebook.api.schema.EventMemberscreateEventMembers()
Create an instance of {@link EventMembers }

        return new EventMembers();
    
public com.facebook.api.schema.EventMembers$AttendingcreateEventMembersAttending()
Create an instance of {@link EventMembers.Attending }

        return new EventMembers.Attending();
    
public com.facebook.api.schema.EventMembers$DeclinedcreateEventMembersDeclined()
Create an instance of {@link EventMembers.Declined }

        return new EventMembers.Declined();
    
public com.facebook.api.schema.EventMembers$NotRepliedcreateEventMembersNotReplied()
Create an instance of {@link EventMembers.NotReplied }

        return new EventMembers.NotReplied();
    
public com.facebook.api.schema.EventMembers$UnsurecreateEventMembersUnsure()
Create an instance of {@link EventMembers.Unsure }

        return new EventMembers.Unsure();
    
public javax.xml.bind.JAXBElementcreateEventsGetMembersResponse(com.facebook.api.schema.EventMembers value)
Create an instance of {@link JAXBElement }{@code <}{@link EventMembers }{@code >}}

        return new JAXBElement<EventMembers>(_EventsGetMembersResponse_QNAME, EventMembers.class, null, value);
    
public com.facebook.api.schema.EventsGetResponsecreateEventsGetResponse()
Create an instance of {@link EventsGetResponse }

        return new EventsGetResponse();
    
public com.facebook.api.schema.FacebookApiExceptioncreateFacebookApiException()
Create an instance of {@link FacebookApiException }

        return new FacebookApiException();
    
public com.facebook.api.schema.FacebookApiException$RequestArgscreateFacebookApiExceptionRequestArgs()
Create an instance of {@link FacebookApiException.RequestArgs }

        return new FacebookApiException.RequestArgs();
    
public javax.xml.bind.JAXBElementcreateFbmlRefreshImgSrcResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_FbmlRefreshImgSrcResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateFbmlRefreshRefUrlResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_FbmlRefreshRefUrlResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateFbmlSetRefHandleResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_FbmlSetRefHandleResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateFeedPublishActionOfUserResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_FeedPublishActionOfUserResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateFeedPublishStoryToUserResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_FeedPublishStoryToUserResponse_QNAME, Boolean.class, null, value);
    
public com.facebook.api.schema.FriendInfocreateFriendInfo()
Create an instance of {@link FriendInfo }

        return new FriendInfo();
    
public javax.xml.bind.JAXBElementcreateFriendInfoAreFriends(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_FriendInfoAreFriends_QNAME, Boolean.class, FriendInfo.class, value);
    
public com.facebook.api.schema.FriendsAreFriendsResponsecreateFriendsAreFriendsResponse()
Create an instance of {@link FriendsAreFriendsResponse }

        return new FriendsAreFriendsResponse();
    
public com.facebook.api.schema.FriendsGetAppUsersResponsecreateFriendsGetAppUsersResponse()
Create an instance of {@link FriendsGetAppUsersResponse }

        return new FriendsGetAppUsersResponse();
    
public com.facebook.api.schema.FriendsGetResponsecreateFriendsGetResponse()
Create an instance of {@link FriendsGetResponse }

        return new FriendsGetResponse();
    
public com.facebook.api.schema.GroupcreateGroup()
Create an instance of {@link Group }

        return new Group();
    
public com.facebook.api.schema.GroupMembercreateGroupMember()
Create an instance of {@link GroupMember }

        return new GroupMember();
    
public com.facebook.api.schema.GroupMember$PositionscreateGroupMemberPositions()
Create an instance of {@link GroupMember.Positions }

        return new GroupMember.Positions();
    
public com.facebook.api.schema.GroupMemberscreateGroupMembers()
Create an instance of {@link GroupMembers }

        return new GroupMembers();
    
public com.facebook.api.schema.GroupMembers$AdminscreateGroupMembersAdmins()
Create an instance of {@link GroupMembers.Admins }

        return new GroupMembers.Admins();
    
public com.facebook.api.schema.GroupMembers$MemberscreateGroupMembersMembers()
Create an instance of {@link GroupMembers.Members }

        return new GroupMembers.Members();
    
public com.facebook.api.schema.GroupMembers$NotRepliedcreateGroupMembersNotReplied()
Create an instance of {@link GroupMembers.NotReplied }

        return new GroupMembers.NotReplied();
    
public com.facebook.api.schema.GroupMembers$OfficerscreateGroupMembersOfficers()
Create an instance of {@link GroupMembers.Officers }

        return new GroupMembers.Officers();
    
public javax.xml.bind.JAXBElementcreateGroupsGetMembersResponse(com.facebook.api.schema.GroupMembers value)
Create an instance of {@link JAXBElement }{@code <}{@link GroupMembers }{@code >}}

        return new JAXBElement<GroupMembers>(_GroupsGetMembersResponse_QNAME, GroupMembers.class, null, value);
    
public com.facebook.api.schema.GroupsGetResponsecreateGroupsGetResponse()
Create an instance of {@link GroupsGetResponse }

        return new GroupsGetResponse();
    
public com.facebook.api.schema.HsInfocreateHsInfo()
Create an instance of {@link HsInfo }

        return new HsInfo();
    
public com.facebook.api.schema.IdMapcreateIdMap()
Create an instance of {@link IdMap }

        return new IdMap();
    
public com.facebook.api.schema.ListingcreateListing()
Create an instance of {@link Listing }

        return new Listing();
    
public com.facebook.api.schema.Listing$ImageUrlscreateListingImageUrls()
Create an instance of {@link Listing.ImageUrls }

        return new Listing.ImageUrls();
    
public com.facebook.api.schema.LocationcreateLocation()
Create an instance of {@link Location }

        return new Location();
    
public javax.xml.bind.JAXBElementcreateMarketplaceCreateListingResponse(java.lang.Long value)
Create an instance of {@link JAXBElement }{@code <}{@link Long }{@code >}}

        return new JAXBElement<Long>(_MarketplaceCreateListingResponse_QNAME, Long.class, null, value);
    
public com.facebook.api.schema.MarketplaceGetCategoriesResponsecreateMarketplaceGetCategoriesResponse()
Create an instance of {@link MarketplaceGetCategoriesResponse }

        return new MarketplaceGetCategoriesResponse();
    
public com.facebook.api.schema.MarketplaceGetListingsResponsecreateMarketplaceGetListingsResponse()
Create an instance of {@link MarketplaceGetListingsResponse }

        return new MarketplaceGetListingsResponse();
    
public com.facebook.api.schema.MarketplaceGetSubCategoriesResponsecreateMarketplaceGetSubCategoriesResponse()
Create an instance of {@link MarketplaceGetSubCategoriesResponse }

        return new MarketplaceGetSubCategoriesResponse();
    
public javax.xml.bind.JAXBElementcreateMarketplaceRemoveListingResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_MarketplaceRemoveListingResponse_QNAME, Boolean.class, null, value);
    
public com.facebook.api.schema.MarketplaceSearchResponsecreateMarketplaceSearchResponse()
Create an instance of {@link MarketplaceSearchResponse }

        return new MarketplaceSearchResponse();
    
public com.facebook.api.schema.NotificationCountcreateNotificationCount()
Create an instance of {@link NotificationCount }

        return new NotificationCount();
    
public com.facebook.api.schema.NotificationscreateNotifications()
Create an instance of {@link Notifications }

        return new Notifications();
    
public com.facebook.api.schema.Notifications$EventInvitescreateNotificationsEventInvites()
Create an instance of {@link Notifications.EventInvites }

        return new Notifications.EventInvites();
    
public com.facebook.api.schema.Notifications$FriendRequestscreateNotificationsFriendRequests()
Create an instance of {@link Notifications.FriendRequests }

        return new Notifications.FriendRequests();
    
public javax.xml.bind.JAXBElementcreateNotificationsGetResponse(com.facebook.api.schema.Notifications value)
Create an instance of {@link JAXBElement }{@code <}{@link Notifications }{@code >}}

        return new JAXBElement<Notifications>(_NotificationsGetResponse_QNAME, Notifications.class, null, value);
    
public com.facebook.api.schema.Notifications$GroupInvitescreateNotificationsGroupInvites()
Create an instance of {@link Notifications.GroupInvites }

        return new Notifications.GroupInvites();
    
public javax.xml.bind.JAXBElementcreateNotificationsSendRequestResponse(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_NotificationsSendRequestResponse_QNAME, String.class, null, value);
    
public javax.xml.bind.JAXBElementcreateNotificationsSendResponse(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_NotificationsSendResponse_QNAME, String.class, null, value);
    
public com.facebook.api.schema.ObjectAssocInfocreateObjectAssocInfo()
Create an instance of {@link ObjectAssocInfo }

        return new ObjectAssocInfo();
    
public com.facebook.api.schema.ObjectAssociationcreateObjectAssociation()
Create an instance of {@link ObjectAssociation }

        return new ObjectAssociation();
    
public com.facebook.api.schema.ObjectPropertyInfocreateObjectPropertyInfo()
Create an instance of {@link ObjectPropertyInfo }

        return new ObjectPropertyInfo();
    
public com.facebook.api.schema.ObjectTypeInfocreateObjectTypeInfo()
Create an instance of {@link ObjectTypeInfo }

        return new ObjectTypeInfo();
    
public com.facebook.api.schema.PhotocreatePhoto()
Create an instance of {@link Photo }

        return new Photo();
    
public com.facebook.api.schema.PhotoTagcreatePhotoTag()
Create an instance of {@link PhotoTag }

        return new PhotoTag();
    
public javax.xml.bind.JAXBElementcreatePhotosAddTagResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_PhotosAddTagResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreatePhotosCreateAlbumResponse(com.facebook.api.schema.Album value)
Create an instance of {@link JAXBElement }{@code <}{@link Album }{@code >}}

        return new JAXBElement<Album>(_PhotosCreateAlbumResponse_QNAME, Album.class, null, value);
    
public com.facebook.api.schema.PhotosGetAlbumsResponsecreatePhotosGetAlbumsResponse()
Create an instance of {@link PhotosGetAlbumsResponse }

        return new PhotosGetAlbumsResponse();
    
public com.facebook.api.schema.PhotosGetResponsecreatePhotosGetResponse()
Create an instance of {@link PhotosGetResponse }

        return new PhotosGetResponse();
    
public com.facebook.api.schema.PhotosGetTagsResponsecreatePhotosGetTagsResponse()
Create an instance of {@link PhotosGetTagsResponse }

        return new PhotosGetTagsResponse();
    
public javax.xml.bind.JAXBElementcreatePhotosUploadResponse(com.facebook.api.schema.Photo value)
Create an instance of {@link JAXBElement }{@code <}{@link Photo }{@code >}}

        return new JAXBElement<Photo>(_PhotosUploadResponse_QNAME, Photo.class, null, value);
    
public com.facebook.api.schema.PreferencecreatePreference()
Create an instance of {@link Preference }

        return new Preference();
    
public javax.xml.bind.JAXBElementcreateProfileGetFBMLResponse(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_ProfileGetFBMLResponse_QNAME, String.class, null, value);
    
public javax.xml.bind.JAXBElementcreateProfileSetFBMLResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_ProfileSetFBMLResponse_QNAME, Boolean.class, null, value);
    
public com.facebook.api.schema.SessionInfocreateSessionInfo()
Create an instance of {@link SessionInfo }

        return new SessionInfo();
    
public com.facebook.api.schema.UpdateDecodeIDsResponsecreateUpdateDecodeIDsResponse()
Create an instance of {@link UpdateDecodeIDsResponse }

        return new UpdateDecodeIDsResponse();
    
public com.facebook.api.schema.UsercreateUser()
Create an instance of {@link User }

        return new User();
    
public javax.xml.bind.JAXBElementcreateUserAboutMe(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserAboutMe_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserActivities(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserActivities_QNAME, String.class, User.class, value);
    
public com.facebook.api.schema.User$AffiliationscreateUserAffiliations()
Create an instance of {@link User.Affiliations }

        return new User.Affiliations();
    
public javax.xml.bind.JAXBElementcreateUserBirthday(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserBirthday_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserBooks(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserBooks_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserCurrentLocation(com.facebook.api.schema.Location value)
Create an instance of {@link JAXBElement }{@code <}{@link Location }{@code >}}

        return new JAXBElement<Location>(_UserCurrentLocation_QNAME, Location.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserEducationHistory(com.facebook.api.schema.User$EducationHistory value)
Create an instance of {@link JAXBElement }{@code <}{@link User.EducationHistory }{@code >}}

        return new JAXBElement<User.EducationHistory>(_UserEducationHistory_QNAME, User.EducationHistory.class, User.class, value);
    
public com.facebook.api.schema.User$EducationHistorycreateUserEducationHistory()
Create an instance of {@link User.EducationHistory }

        return new User.EducationHistory();
    
public javax.xml.bind.JAXBElementcreateUserHasAddedApp(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_UserHasAddedApp_QNAME, Boolean.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserHometownLocation(com.facebook.api.schema.Location value)
Create an instance of {@link JAXBElement }{@code <}{@link Location }{@code >}}

        return new JAXBElement<Location>(_UserHometownLocation_QNAME, Location.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserHsInfo(com.facebook.api.schema.HsInfo value)
Create an instance of {@link JAXBElement }{@code <}{@link HsInfo }{@code >}}

        return new JAXBElement<HsInfo>(_UserHsInfo_QNAME, HsInfo.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserInterests(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserInterests_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserMeetingFor(com.facebook.api.schema.User$MeetingFor value)
Create an instance of {@link JAXBElement }{@code <}{@link User.MeetingFor }{@code >}}

        return new JAXBElement<User.MeetingFor>(_UserMeetingFor_QNAME, User.MeetingFor.class, User.class, value);
    
public com.facebook.api.schema.User$MeetingForcreateUserMeetingFor()
Create an instance of {@link User.MeetingFor }

        return new User.MeetingFor();
    
public javax.xml.bind.JAXBElementcreateUserMeetingSex(com.facebook.api.schema.User$MeetingSex value)
Create an instance of {@link JAXBElement }{@code <}{@link User.MeetingSex }{@code >}}

        return new JAXBElement<User.MeetingSex>(_UserMeetingSex_QNAME, User.MeetingSex.class, User.class, value);
    
public com.facebook.api.schema.User$MeetingSexcreateUserMeetingSex()
Create an instance of {@link User.MeetingSex }

        return new User.MeetingSex();
    
public javax.xml.bind.JAXBElementcreateUserMovies(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserMovies_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserMusic(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserMusic_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserNotesCount(java.lang.Integer value)
Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}

        return new JAXBElement<Integer>(_UserNotesCount_QNAME, Integer.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserPic(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserPic_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserPicBig(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserPicBig_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserPicSmall(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserPicSmall_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserPicSquare(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserPicSquare_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserPolitical(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserPolitical_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserProfileUpdateTime(java.lang.Integer value)
Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}

        return new JAXBElement<Integer>(_UserProfileUpdateTime_QNAME, Integer.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserQuotes(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserQuotes_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserRelationshipStatus(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserRelationshipStatus_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserReligion(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserReligion_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserSex(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserSex_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserSignificantOtherId(java.lang.Long value)
Create an instance of {@link JAXBElement }{@code <}{@link Long }{@code >}}

        return new JAXBElement<Long>(_UserSignificantOtherId_QNAME, Long.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserStatus(com.facebook.api.schema.UserStatus value)
Create an instance of {@link JAXBElement }{@code <}{@link UserStatus }{@code >}}

        return new JAXBElement<UserStatus>(_UserStatus_QNAME, UserStatus.class, User.class, value);
    
public com.facebook.api.schema.UserStatuscreateUserStatus()
Create an instance of {@link UserStatus }

        return new UserStatus();
    
public javax.xml.bind.JAXBElementcreateUserTimezone(java.math.BigDecimal value)
Create an instance of {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}}

        return new JAXBElement<BigDecimal>(_UserTimezone_QNAME, BigDecimal.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserTv(java.lang.String value)
Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}

        return new JAXBElement<String>(_UserTv_QNAME, String.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserWallCount(java.lang.Integer value)
Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}

        return new JAXBElement<Integer>(_UserWallCount_QNAME, Integer.class, User.class, value);
    
public javax.xml.bind.JAXBElementcreateUserWorkHistory(com.facebook.api.schema.User$WorkHistory value)
Create an instance of {@link JAXBElement }{@code <}{@link User.WorkHistory }{@code >}}

        return new JAXBElement<User.WorkHistory>(_UserWorkHistory_QNAME, User.WorkHistory.class, User.class, value);
    
public com.facebook.api.schema.User$WorkHistorycreateUserWorkHistory()
Create an instance of {@link User.WorkHistory }

        return new User.WorkHistory();
    
public com.facebook.api.schema.UsersGetInfoResponsecreateUsersGetInfoResponse()
Create an instance of {@link UsersGetInfoResponse }

        return new UsersGetInfoResponse();
    
public javax.xml.bind.JAXBElementcreateUsersGetLoggedInUserResponse(java.lang.Long value)
Create an instance of {@link JAXBElement }{@code <}{@link Long }{@code >}}

        return new JAXBElement<Long>(_UsersGetLoggedInUserResponse_QNAME, Long.class, null, value);
    
public javax.xml.bind.JAXBElementcreateUsersHasAppPermissionResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_UsersHasAppPermissionResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateUsersIsAppAddedResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_UsersIsAppAddedResponse_QNAME, Boolean.class, null, value);
    
public javax.xml.bind.JAXBElementcreateUsersSetStatusResponse(java.lang.Boolean value)
Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}

        return new JAXBElement<Boolean>(_UsersSetStatusResponse_QNAME, Boolean.class, null, value);
    
public com.facebook.api.schema.WorkInfocreateWorkInfo()
Create an instance of {@link WorkInfo }

        return new WorkInfo();