org.onebusaway.geocoder.impl
Class GoogleAddressComponent

java.lang.Object
  extended by org.onebusaway.geocoder.impl.GoogleAddressComponent

public class GoogleAddressComponent
extends Object


Constructor Summary
GoogleAddressComponent()
           
 
Method Summary
 void addType(String type)
           
 String getLongName()
           
 String getShortName()
           
 List<String> getTypes()
           
 void setLongName(String longName)
           
 void setShortName(String shortName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleAddressComponent

public GoogleAddressComponent()
Method Detail

getLongName

public String getLongName()

setLongName

public void setLongName(String longName)

getShortName

public String getShortName()

setShortName

public void setShortName(String shortName)

addType

public void addType(String type)

getTypes

public List<String> getTypes()


Copyright © 2012 OneBusAway. All Rights Reserved.