org.onebusaway.api.model.transit
Class StopV2Bean

java.lang.Object
  extended by org.onebusaway.api.model.transit.StopV2Bean
All Implemented Interfaces:
Serializable, HasId

public class StopV2Bean
extends Object
implements Serializable, HasId

See Also:
Serialized Form

Constructor Summary
StopV2Bean()
           
 
Method Summary
 String getCode()
           
 String getDirection()
           
 String getId()
           
 double getLat()
           
 int getLocationType()
           
 double getLon()
           
 String getName()
           
 List<String> getRouteIds()
           
 void setCode(String code)
           
 void setDirection(String direction)
           
 void setId(String id)
           
 void setLat(double lat)
           
 void setLocationType(int locationType)
           
 void setLon(double lon)
           
 void setName(String name)
           
 void setRouteIds(List<String> routeIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopV2Bean

public StopV2Bean()
Method Detail

getId

public String getId()
Specified by:
getId in interface HasId

setId

public void setId(String id)

getLat

public double getLat()

setLat

public void setLat(double lat)

getLon

public double getLon()

setLon

public void setLon(double lon)

getDirection

public String getDirection()

setDirection

public void setDirection(String direction)

getName

public String getName()

setName

public void setName(String name)

getCode

public String getCode()

setCode

public void setCode(String code)

getLocationType

public int getLocationType()

setLocationType

public void setLocationType(int locationType)

getRouteIds

public List<String> getRouteIds()

setRouteIds

public void setRouteIds(List<String> routeIds)


Copyright © 2012 OneBusAway. All Rights Reserved.