org.jasig.portlet.maps.model.xml
Class Location

java.lang.Object
  extended by org.jasig.portlet.maps.model.xml.Location
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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="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>
 

See Also:
Serialized Form

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

latitude

protected BigDecimal latitude

longitude

protected BigDecimal longitude

name

protected String name

abbreviation

protected String abbreviation

address

protected String address

img

protected String img

searchText

protected String searchText

searchKeys

protected List<String> searchKeys

categories

protected List<String> categories

campuses

protected List<String> campuses
Constructor Detail

Location

public Location()
Method Detail

getLatitude

public BigDecimal getLatitude()
Gets the value of the latitude property.

Returns:
possible object is BigDecimal

setLatitude

public void setLatitude(BigDecimal value)
Sets the value of the latitude property.

Parameters:
value - allowed object is BigDecimal

getLongitude

public BigDecimal getLongitude()
Gets the value of the longitude property.

Returns:
possible object is BigDecimal

setLongitude

public void setLongitude(BigDecimal value)
Sets the value of the longitude property.

Parameters:
value - allowed object is BigDecimal

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getAbbreviation

public String getAbbreviation()
Gets the value of the abbreviation property.

Returns:
possible object is String

setAbbreviation

public void setAbbreviation(String value)
Sets the value of the abbreviation property.

Parameters:
value - allowed object is String

getAddress

public String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

public void setAddress(String value)
Sets the value of the address property.

Parameters:
value - allowed object is String

getImg

public String getImg()
Gets the value of the img property.

Returns:
possible object is String

setImg

public void setImg(String value)
Sets the value of the img property.

Parameters:
value - allowed object is String

getSearchText

public String getSearchText()
Gets the value of the searchText property.

Returns:
possible object is String

setSearchText

public void setSearchText(String value)
Sets the value of the searchText property.

Parameters:
value - allowed object is String

getSearchKeys

public List<String> getSearchKeys()
Gets the value of the searchKeys property.

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


getCategories

public List<String> getCategories()
Gets the value of the categories property.

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


getCampuses

public List<String> getCampuses()
Gets the value of the campuses property.

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


toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 Jasig. All Rights Reserved.