Uses of Class
com.google.code.facebookapi.schema.Location

Uses of Location in com.google.code.facebookapi.schema
 

Fields in com.google.code.facebookapi.schema declared as Location
protected  Location WorkInfo.location
           
protected  Location Group.venue
           
protected  Location Event.venue
           
 

Fields in com.google.code.facebookapi.schema with type parameters of type Location
protected  javax.xml.bind.JAXBElement<Location> User.currentLocation
           
protected  javax.xml.bind.JAXBElement<Location> User.hometownLocation
           
protected  javax.xml.bind.JAXBElement<Location> Page.location
           
 

Methods in com.google.code.facebookapi.schema that return Location
 Location ObjectFactory.createLocation()
          Create an instance of Location
 Location WorkInfo.getLocation()
          Gets the value of the location property.
 Location Group.getVenue()
          Gets the value of the venue property.
 Location Event.getVenue()
          Gets the value of the venue property.
 

Methods in com.google.code.facebookapi.schema that return types with arguments of type Location
 javax.xml.bind.JAXBElement<Location> ObjectFactory.createPageLocation(Location value)
          Create an instance of JAXBElement<Location>}
 javax.xml.bind.JAXBElement<Location> ObjectFactory.createUserCurrentLocation(Location value)
          Create an instance of JAXBElement<Location>}
 javax.xml.bind.JAXBElement<Location> ObjectFactory.createUserHometownLocation(Location value)
          Create an instance of JAXBElement<Location>}
 javax.xml.bind.JAXBElement<Location> User.getCurrentLocation()
          Gets the value of the currentLocation property.
 javax.xml.bind.JAXBElement<Location> User.getHometownLocation()
          Gets the value of the hometownLocation property.
 javax.xml.bind.JAXBElement<Location> Page.getLocation()
          Gets the value of the location property.
 

Methods in com.google.code.facebookapi.schema with parameters of type Location
 javax.xml.bind.JAXBElement<Location> ObjectFactory.createPageLocation(Location value)
          Create an instance of JAXBElement<Location>}
 javax.xml.bind.JAXBElement<Location> ObjectFactory.createUserCurrentLocation(Location value)
          Create an instance of JAXBElement<Location>}
 javax.xml.bind.JAXBElement<Location> ObjectFactory.createUserHometownLocation(Location value)
          Create an instance of JAXBElement<Location>}
 void WorkInfo.setLocation(Location value)
          Sets the value of the location property.
 void Group.setVenue(Location value)
          Sets the value of the venue property.
 void Event.setVenue(Location value)
          Sets the value of the venue property.
 

Method parameters in com.google.code.facebookapi.schema with type arguments of type Location
 void User.setCurrentLocation(javax.xml.bind.JAXBElement<Location> value)
          Sets the value of the currentLocation property.
 void User.setHometownLocation(javax.xml.bind.JAXBElement<Location> value)
          Sets the value of the hometownLocation property.
 void Page.setLocation(javax.xml.bind.JAXBElement<Location> value)
          Sets the value of the location property.
 



Copyright © 2008. All Rights Reserved.