Package uk.org.siri.siri21
Class PassengerCapacityStructure
- java.lang.Object
-
- uk.org.siri.siri21.PassengerCapacityStructure
-
- All Implemented Interfaces:
Serializable
public class PassengerCapacityStructure extends Object implements Serializable
Real-time capacities of a VEHICLE (by fare class), i.e., number of available seats. Alternative way to communicate occupancy measurements. +SIRI v2.1Java class for PassengerCapacityStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PassengerCapacityStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/siri}OccupancyScopeFilterGroup"/> <group ref="{http://www.siri.org.uk/siri}PassengerCapacityGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegerbicycleRackCapacityprotected CompoundTrainRefcompoundTrainRefprotected EntranceToVehicleRefentranceToVehicleRefprotected FareClassEnumerationfareClassprotected NaturalLanguageStringStructurepassengerCategoryprotected BigIntegerpramPlaceCapacityprotected BigIntegerpushchairCapacityprotected BigIntegerseatingCapacityprotected BigIntegerspecialPlaceCapacityprotected BigIntegerstandingCapacityprotected BigIntegertotalCapacityprotected TrainComponentReftrainComponentRefprotected TrainReftrainRefprotected BigIntegerwheelchairPlaceCapacity
-
Constructor Summary
Constructors Constructor Description PassengerCapacityStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetBicycleRackCapacity()Gets the value of the bicycleRackCapacity property.CompoundTrainRefgetCompoundTrainRef()Gets the value of the compoundTrainRef property.EntranceToVehicleRefgetEntranceToVehicleRef()Gets the value of the entranceToVehicleRef property.FareClassEnumerationgetFareClass()Gets the value of the fareClass property.NaturalLanguageStringStructuregetPassengerCategory()Gets the value of the passengerCategory property.BigIntegergetPramPlaceCapacity()Gets the value of the pramPlaceCapacity property.BigIntegergetPushchairCapacity()Gets the value of the pushchairCapacity property.BigIntegergetSeatingCapacity()Gets the value of the seatingCapacity property.BigIntegergetSpecialPlaceCapacity()Gets the value of the specialPlaceCapacity property.BigIntegergetStandingCapacity()Gets the value of the standingCapacity property.BigIntegergetTotalCapacity()Gets the value of the totalCapacity property.TrainComponentRefgetTrainComponentRef()Gets the value of the trainComponentRef property.TrainRefgetTrainRef()Gets the value of the trainRef property.BigIntegergetWheelchairPlaceCapacity()Gets the value of the wheelchairPlaceCapacity property.voidsetBicycleRackCapacity(BigInteger value)Sets the value of the bicycleRackCapacity property.voidsetCompoundTrainRef(CompoundTrainRef value)Sets the value of the compoundTrainRef property.voidsetEntranceToVehicleRef(EntranceToVehicleRef value)Sets the value of the entranceToVehicleRef property.voidsetFareClass(FareClassEnumeration value)Sets the value of the fareClass property.voidsetPassengerCategory(NaturalLanguageStringStructure value)Sets the value of the passengerCategory property.voidsetPramPlaceCapacity(BigInteger value)Sets the value of the pramPlaceCapacity property.voidsetPushchairCapacity(BigInteger value)Sets the value of the pushchairCapacity property.voidsetSeatingCapacity(BigInteger value)Sets the value of the seatingCapacity property.voidsetSpecialPlaceCapacity(BigInteger value)Sets the value of the specialPlaceCapacity property.voidsetStandingCapacity(BigInteger value)Sets the value of the standingCapacity property.voidsetTotalCapacity(BigInteger value)Sets the value of the totalCapacity property.voidsetTrainComponentRef(TrainComponentRef value)Sets the value of the trainComponentRef property.voidsetTrainRef(TrainRef value)Sets the value of the trainRef property.voidsetWheelchairPlaceCapacity(BigInteger value)Sets the value of the wheelchairPlaceCapacity property.
-
-
-
Field Detail
-
compoundTrainRef
protected CompoundTrainRef compoundTrainRef
-
trainRef
protected TrainRef trainRef
-
trainComponentRef
protected TrainComponentRef trainComponentRef
-
entranceToVehicleRef
protected EntranceToVehicleRef entranceToVehicleRef
-
fareClass
protected FareClassEnumeration fareClass
-
passengerCategory
protected NaturalLanguageStringStructure passengerCategory
-
totalCapacity
protected BigInteger totalCapacity
-
seatingCapacity
protected BigInteger seatingCapacity
-
standingCapacity
protected BigInteger standingCapacity
-
specialPlaceCapacity
protected BigInteger specialPlaceCapacity
-
pushchairCapacity
protected BigInteger pushchairCapacity
-
wheelchairPlaceCapacity
protected BigInteger wheelchairPlaceCapacity
-
pramPlaceCapacity
protected BigInteger pramPlaceCapacity
-
bicycleRackCapacity
protected BigInteger bicycleRackCapacity
-
-
Method Detail
-
getCompoundTrainRef
public CompoundTrainRef getCompoundTrainRef()
Gets the value of the compoundTrainRef property.- Returns:
- possible object is
CompoundTrainRef
-
setCompoundTrainRef
public void setCompoundTrainRef(CompoundTrainRef value)
Sets the value of the compoundTrainRef property.- Parameters:
value- allowed object isCompoundTrainRef
-
getTrainRef
public TrainRef getTrainRef()
Gets the value of the trainRef property.- Returns:
- possible object is
TrainRef
-
setTrainRef
public void setTrainRef(TrainRef value)
Sets the value of the trainRef property.- Parameters:
value- allowed object isTrainRef
-
getTrainComponentRef
public TrainComponentRef getTrainComponentRef()
Gets the value of the trainComponentRef property.- Returns:
- possible object is
TrainComponentRef
-
setTrainComponentRef
public void setTrainComponentRef(TrainComponentRef value)
Sets the value of the trainComponentRef property.- Parameters:
value- allowed object isTrainComponentRef
-
getEntranceToVehicleRef
public EntranceToVehicleRef getEntranceToVehicleRef()
Gets the value of the entranceToVehicleRef property.- Returns:
- possible object is
EntranceToVehicleRef
-
setEntranceToVehicleRef
public void setEntranceToVehicleRef(EntranceToVehicleRef value)
Sets the value of the entranceToVehicleRef property.- Parameters:
value- allowed object isEntranceToVehicleRef
-
getFareClass
public FareClassEnumeration getFareClass()
Gets the value of the fareClass property.- Returns:
- possible object is
FareClassEnumeration
-
setFareClass
public void setFareClass(FareClassEnumeration value)
Sets the value of the fareClass property.- Parameters:
value- allowed object isFareClassEnumeration
-
getPassengerCategory
public NaturalLanguageStringStructure getPassengerCategory()
Gets the value of the passengerCategory property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setPassengerCategory
public void setPassengerCategory(NaturalLanguageStringStructure value)
Sets the value of the passengerCategory property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getTotalCapacity
public BigInteger getTotalCapacity()
Gets the value of the totalCapacity property.- Returns:
- possible object is
BigInteger
-
setTotalCapacity
public void setTotalCapacity(BigInteger value)
Sets the value of the totalCapacity property.- Parameters:
value- allowed object isBigInteger
-
getSeatingCapacity
public BigInteger getSeatingCapacity()
Gets the value of the seatingCapacity property.- Returns:
- possible object is
BigInteger
-
setSeatingCapacity
public void setSeatingCapacity(BigInteger value)
Sets the value of the seatingCapacity property.- Parameters:
value- allowed object isBigInteger
-
getStandingCapacity
public BigInteger getStandingCapacity()
Gets the value of the standingCapacity property.- Returns:
- possible object is
BigInteger
-
setStandingCapacity
public void setStandingCapacity(BigInteger value)
Sets the value of the standingCapacity property.- Parameters:
value- allowed object isBigInteger
-
getSpecialPlaceCapacity
public BigInteger getSpecialPlaceCapacity()
Gets the value of the specialPlaceCapacity property.- Returns:
- possible object is
BigInteger
-
setSpecialPlaceCapacity
public void setSpecialPlaceCapacity(BigInteger value)
Sets the value of the specialPlaceCapacity property.- Parameters:
value- allowed object isBigInteger
-
getPushchairCapacity
public BigInteger getPushchairCapacity()
Gets the value of the pushchairCapacity property.- Returns:
- possible object is
BigInteger
-
setPushchairCapacity
public void setPushchairCapacity(BigInteger value)
Sets the value of the pushchairCapacity property.- Parameters:
value- allowed object isBigInteger
-
getWheelchairPlaceCapacity
public BigInteger getWheelchairPlaceCapacity()
Gets the value of the wheelchairPlaceCapacity property.- Returns:
- possible object is
BigInteger
-
setWheelchairPlaceCapacity
public void setWheelchairPlaceCapacity(BigInteger value)
Sets the value of the wheelchairPlaceCapacity property.- Parameters:
value- allowed object isBigInteger
-
getPramPlaceCapacity
public BigInteger getPramPlaceCapacity()
Gets the value of the pramPlaceCapacity property.- Returns:
- possible object is
BigInteger
-
setPramPlaceCapacity
public void setPramPlaceCapacity(BigInteger value)
Sets the value of the pramPlaceCapacity property.- Parameters:
value- allowed object isBigInteger
-
getBicycleRackCapacity
public BigInteger getBicycleRackCapacity()
Gets the value of the bicycleRackCapacity property.- Returns:
- possible object is
BigInteger
-
setBicycleRackCapacity
public void setBicycleRackCapacity(BigInteger value)
Sets the value of the bicycleRackCapacity property.- Parameters:
value- allowed object isBigInteger
-
-