|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.Location
public class Location
Java class for location complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="location">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="street" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="country" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="zip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="latitude" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="longitude" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
city
|
protected java.lang.String |
country
|
protected java.math.BigDecimal |
latitude
|
protected java.math.BigDecimal |
longitude
|
protected java.lang.String |
state
|
protected java.lang.String |
street
|
protected java.lang.String |
zip
|
| Constructor Summary | |
|---|---|
Location()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.lang.String |
getCity()
Gets the value of the city property. |
java.lang.String |
getCountry()
Gets the value of the country property. |
java.math.BigDecimal |
getLatitude()
Gets the value of the latitude property. |
java.math.BigDecimal |
getLongitude()
Gets the value of the longitude property. |
java.lang.String |
getState()
Gets the value of the state property. |
java.lang.String |
getStreet()
Gets the value of the street property. |
java.lang.String |
getZip()
Gets the value of the zip property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setCity(java.lang.String value)
Sets the value of the city property. |
void |
setCountry(java.lang.String value)
Sets the value of the country property. |
void |
setLatitude(java.math.BigDecimal value)
Sets the value of the latitude property. |
void |
setLongitude(java.math.BigDecimal value)
Sets the value of the longitude property. |
void |
setState(java.lang.String value)
Sets the value of the state property. |
void |
setStreet(java.lang.String value)
Sets the value of the street property. |
void |
setZip(java.lang.String value)
Sets the value of the zip property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String street
protected java.lang.String city
protected java.lang.String state
protected java.lang.String country
protected java.lang.String zip
protected java.math.BigDecimal latitude
protected java.math.BigDecimal longitude
| Constructor Detail |
|---|
public Location()
| Method Detail |
|---|
public java.lang.String getStreet()
Stringpublic void setStreet(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCity()
Stringpublic void setCity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getState()
Stringpublic void setState(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCountry()
Stringpublic void setCountry(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getZip()
Stringpublic void setZip(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getLatitude()
BigDecimalpublic void setLatitude(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getLongitude()
BigDecimalpublic void setLongitude(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||