Package uk.org.siri.siri13
Class AffectsScopeStructure.VehicleJourneys
- java.lang.Object
-
- uk.org.siri.siri13.AffectsScopeStructure.VehicleJourneys
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AffectsScopeStructure
public static class AffectsScopeStructure.VehicleJourneys extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AffectedVehicleJourney" type="{http://www.siri.org.uk/siri}AffectedVehicleJourneyStructure"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AffectedVehicleJourneyStructureaffectedVehicleJourney
-
Constructor Summary
Constructors Constructor Description VehicleJourneys()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AffectedVehicleJourneyStructuregetAffectedVehicleJourney()Gets the value of the affectedVehicleJourney property.voidsetAffectedVehicleJourney(AffectedVehicleJourneyStructure value)Sets the value of the affectedVehicleJourney property.
-
-
-
Field Detail
-
affectedVehicleJourney
protected AffectedVehicleJourneyStructure affectedVehicleJourney
-
-
Method Detail
-
getAffectedVehicleJourney
public AffectedVehicleJourneyStructure getAffectedVehicleJourney()
Gets the value of the affectedVehicleJourney property.- Returns:
- possible object is
AffectedVehicleJourneyStructure
-
setAffectedVehicleJourney
public void setAffectedVehicleJourney(AffectedVehicleJourneyStructure value)
Sets the value of the affectedVehicleJourney property.- Parameters:
value- allowed object isAffectedVehicleJourneyStructure
-
-