org.jboss.seam.rest.example.client.geo
Class SearchResult
java.lang.Object
org.jboss.seam.rest.example.client.geo.SearchResult
public class SearchResult
- extends Object
JAXB class used for parsing http://geonames.org XML response.
- Author:
- Jozef Hartinger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchResult
public SearchResult()
getResultCount
public Integer getResultCount()
setResultCount
public void setResultCount(Integer resultCount)
getLocations
public List<SearchResult.Location> getLocations()
setLocations
public void setLocations(List<SearchResult.Location> locations)
getStatus
public SearchResult.Status getStatus()
setStatus
public void setStatus(SearchResult.Status status)
Copyright © 2011 Seam Framework. All Rights Reserved.