Package org.onebusaway.gtfs.model
Class FareLegRule
- java.lang.Object
-
- org.onebusaway.gtfs.model.IdentityBean<String>
-
- org.onebusaway.gtfs.model.FareLegRule
-
- All Implemented Interfaces:
Serializable,org.onebusaway.csv_entities.HasExtensions
public final class FareLegRule extends IdentityBean<String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FareLegRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDistanceType()AgencyAndIdgetFareProductId()AreagetFromArea()StringgetId()AgencyAndIdgetLegGroupId()DoublegetMaxDistance()DoublegetMinDistance()StringgetNetworkId()AreagetToArea()voidsetDistanceType(Integer distanceType)voidsetFareProductId(AgencyAndId fareProductId)voidsetFromArea(Area fromArea)voidsetId(String id)voidsetLegGroupId(AgencyAndId legGroupId)voidsetMaxDistance(Double maxDistance)voidsetMinDistance(Double minDistance)voidsetNetworkId(String networkId)voidsetToArea(Area toArea)-
Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
-
-
-
Method Detail
-
getLegGroupId
public AgencyAndId getLegGroupId()
-
setLegGroupId
public void setLegGroupId(AgencyAndId legGroupId)
-
getFromArea
public Area getFromArea()
-
setFromArea
public void setFromArea(Area fromArea)
-
getToArea
public Area getToArea()
-
setToArea
public void setToArea(Area toArea)
-
getNetworkId
public String getNetworkId()
-
setNetworkId
public void setNetworkId(String networkId)
-
getId
public String getId()
- Specified by:
getIdin classIdentityBean<String>
-
setId
public void setId(String id)
- Specified by:
setIdin classIdentityBean<String>
-
getFareProductId
public AgencyAndId getFareProductId()
-
setFareProductId
public void setFareProductId(AgencyAndId fareProductId)
-
setMinDistance
public void setMinDistance(Double minDistance)
-
getMinDistance
public Double getMinDistance()
-
getMaxDistance
public Double getMaxDistance()
-
setMaxDistance
public void setMaxDistance(Double maxDistance)
-
getDistanceType
public Integer getDistanceType()
-
setDistanceType
public void setDistanceType(Integer distanceType)
-
-