public class Location extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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="description" 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
abbreviation |
protected String |
address |
protected List<String> |
campuses |
protected List<String> |
categories |
protected String |
description |
protected String |
img |
protected BigDecimal |
latitude |
protected BigDecimal |
longitude |
protected String |
name |
protected List<String> |
searchKeys |
protected String |
searchText |
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getDescription()
Gets the value of the description 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 |
setDescription(String value)
Sets the value of the description 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() |
protected BigDecimal latitude
protected BigDecimal longitude
protected String name
protected String abbreviation
protected String address
protected String description
protected String img
protected String searchText
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 getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
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 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.ToStringpublic 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.ToStringpublic 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 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2013 Jasig. All Rights Reserved.