|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlet.maps.model.xml.Location
public class Location
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>
<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"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="abbreviation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="img" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="searchText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="searchKey" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="category" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="campus" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
abbreviation
|
protected String |
address
|
protected List<String> |
campuses
|
protected List<String> |
categories
|
protected String |
img
|
protected BigDecimal |
latitude
|
protected BigDecimal |
longitude
|
protected String |
name
|
protected List<String> |
searchKeys
|
protected String |
searchText
|
| Constructor Summary | |
|---|---|
Location()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
String |
getAbbreviation()
Gets the value of the abbreviation property. |
String |
getAddress()
Gets the value of the address property. |
List<String> |
getCampuses()
Gets the value of the campuses property. |
List<String> |
getCategories()
Gets the value of the categories property. |
String |
getImg()
Gets the value of the img property. |
BigDecimal |
getLatitude()
Gets the value of the latitude property. |
BigDecimal |
getLongitude()
Gets the value of the longitude property. |
String |
getName()
Gets the value of the name property. |
List<String> |
getSearchKeys()
Gets the value of the searchKeys property. |
String |
getSearchText()
Gets the value of the searchText property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setAbbreviation(String value)
Sets the value of the abbreviation property. |
void |
setAddress(String value)
Sets the value of the address property. |
void |
setImg(String value)
Sets the value of the img property. |
void |
setLatitude(BigDecimal value)
Sets the value of the latitude property. |
void |
setLongitude(BigDecimal value)
Sets the value of the longitude property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSearchText(String value)
Sets the value of the searchText property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected BigDecimal latitude
protected BigDecimal longitude
protected String name
protected String abbreviation
protected String address
protected String img
protected String searchText
protected List<String> searchKeys
protected List<String> categories
protected List<String> campuses
| Constructor Detail |
|---|
public Location()
| Method Detail |
|---|
public BigDecimal getLatitude()
BigDecimalpublic void setLatitude(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getLongitude()
BigDecimalpublic void setLongitude(BigDecimal value)
value - allowed object is
BigDecimalpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAbbreviation()
Stringpublic void setAbbreviation(String value)
value - allowed object is
Stringpublic String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic String getImg()
Stringpublic void setImg(String value)
value - allowed object is
Stringpublic String getSearchText()
Stringpublic void setSearchText(String value)
value - allowed object is
Stringpublic List<String> getSearchKeys()
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 searchKeys property.
For example, to add a new item, do as follows:
getSearchKeys().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getCategories()
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 categories property.
For example, to add a new item, do as follows:
getCategories().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getCampuses()
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 campuses property.
For example, to add a new item, do as follows:
getCampuses().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||