Package org.onebusaway.gtfs.model
Class FareLegRule
- All Implemented Interfaces:
Serializable,HasExtensions
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetDistanceType(Integer distanceType) voidsetFareProductId(AgencyAndId fareProductId) voidsetFromArea(Area fromArea) voidvoidsetLegGroupId(AgencyAndId legGroupId) voidsetMaxDistance(Double maxDistance) voidsetMinDistance(Double minDistance) voidsetNetworkId(String networkId) voidMethods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
Constructor Details
-
FareLegRule
public FareLegRule()
-
-
Method Details
-
getLegGroupId
-
setLegGroupId
-
getFromArea
-
setFromArea
-
getToArea
-
setToArea
-
getNetworkId
-
setNetworkId
-
getId
- Specified by:
getIdin classIdentityBean<String>
-
setId
- Specified by:
setIdin classIdentityBean<String>
-
getFareProductId
-
setFareProductId
-
setMinDistance
-
getMinDistance
-
getMaxDistance
-
setMaxDistance
-
getDistanceType
-
setDistanceType
-