Package uk.org.siri.siri14
Class AffectsScopeStructure
- java.lang.Object
-
- uk.org.siri.siri14.AffectsScopeStructure
-
- All Implemented Interfaces:
Serializable
public class AffectsScopeStructure extends Object implements Serializable
Type for Location model for scope of situation or effect.Java class for AffectsScopeStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffectsScopeStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AreaOfInterest" type="{http://datex2.eu/schema/1_0/1_0}AreaOfInterestEnum" minOccurs="0"/> <element name="Operators" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="AllOperators" type="{http://www.siri.org.uk/siri}EmptyType"/> <element name="AffectedOperator" type="{http://www.siri.org.uk/siri}AffectedOperatorStructure" maxOccurs="unbounded"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="Networks" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AffectedNetwork" maxOccurs="unbounded"> <complexType> <complexContent> <extension base="{http://www.siri.org.uk/siri}AffectedNetworkStructure"> </extension> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="StopPoints" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AffectedStopPoint" type="{http://www.siri.org.uk/siri}AffectedStopPointStructure" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="StopPlaces" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AffectedStopPlace" type="{http://www.siri.org.uk/siri}AffectedStopPlaceStructure" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Places" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AffectedPlace" type="{http://www.siri.org.uk/siri}AffectedPlaceStructure" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="VehicleJourneys" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AffectedVehicleJourney" type="{http://www.siri.org.uk/siri}AffectedVehicleJourneyStructure" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Roads" type="{http://www.siri.org.uk/siri}AffectedRoadsStructure" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAffectsScopeStructure.NetworksJava class for anonymous complex type.static classAffectsScopeStructure.OperatorsJava class for anonymous complex type.static classAffectsScopeStructure.PlacesJava class for anonymous complex type.static classAffectsScopeStructure.StopPlacesJava class for anonymous complex type.static classAffectsScopeStructure.StopPointsJava class for anonymous complex type.static classAffectsScopeStructure.VehicleJourneysJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AreaOfInterestEnumareaOfInterestprotected Extensionsextensionsprotected AffectsScopeStructure.Networksnetworksprotected AffectsScopeStructure.Operatorsoperatorsprotected AffectsScopeStructure.Placesplacesprotected AffectedRoadsStructureroadsprotected AffectsScopeStructure.StopPlacesstopPlacesprotected AffectsScopeStructure.StopPointsstopPointsprotected AffectsScopeStructure.VehicleJourneysvehicleJourneys
-
Constructor Summary
Constructors Constructor Description AffectsScopeStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AreaOfInterestEnumgetAreaOfInterest()Gets the value of the areaOfInterest property.ExtensionsgetExtensions()Gets the value of the extensions property.AffectsScopeStructure.NetworksgetNetworks()Gets the value of the networks property.AffectsScopeStructure.OperatorsgetOperators()Gets the value of the operators property.AffectsScopeStructure.PlacesgetPlaces()Gets the value of the places property.AffectedRoadsStructuregetRoads()Gets the value of the roads property.AffectsScopeStructure.StopPlacesgetStopPlaces()Gets the value of the stopPlaces property.AffectsScopeStructure.StopPointsgetStopPoints()Gets the value of the stopPoints property.AffectsScopeStructure.VehicleJourneysgetVehicleJourneys()Gets the value of the vehicleJourneys property.voidsetAreaOfInterest(AreaOfInterestEnum value)Sets the value of the areaOfInterest property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetNetworks(AffectsScopeStructure.Networks value)Sets the value of the networks property.voidsetOperators(AffectsScopeStructure.Operators value)Sets the value of the operators property.voidsetPlaces(AffectsScopeStructure.Places value)Sets the value of the places property.voidsetRoads(AffectedRoadsStructure value)Sets the value of the roads property.voidsetStopPlaces(AffectsScopeStructure.StopPlaces value)Sets the value of the stopPlaces property.voidsetStopPoints(AffectsScopeStructure.StopPoints value)Sets the value of the stopPoints property.voidsetVehicleJourneys(AffectsScopeStructure.VehicleJourneys value)Sets the value of the vehicleJourneys property.
-
-
-
Field Detail
-
areaOfInterest
protected AreaOfInterestEnum areaOfInterest
-
operators
protected AffectsScopeStructure.Operators operators
-
networks
protected AffectsScopeStructure.Networks networks
-
stopPoints
protected AffectsScopeStructure.StopPoints stopPoints
-
stopPlaces
protected AffectsScopeStructure.StopPlaces stopPlaces
-
places
protected AffectsScopeStructure.Places places
-
vehicleJourneys
protected AffectsScopeStructure.VehicleJourneys vehicleJourneys
-
roads
protected AffectedRoadsStructure roads
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getAreaOfInterest
public AreaOfInterestEnum getAreaOfInterest()
Gets the value of the areaOfInterest property.- Returns:
- possible object is
AreaOfInterestEnum
-
setAreaOfInterest
public void setAreaOfInterest(AreaOfInterestEnum value)
Sets the value of the areaOfInterest property.- Parameters:
value- allowed object isAreaOfInterestEnum
-
getOperators
public AffectsScopeStructure.Operators getOperators()
Gets the value of the operators property.- Returns:
- possible object is
AffectsScopeStructure.Operators
-
setOperators
public void setOperators(AffectsScopeStructure.Operators value)
Sets the value of the operators property.- Parameters:
value- allowed object isAffectsScopeStructure.Operators
-
getNetworks
public AffectsScopeStructure.Networks getNetworks()
Gets the value of the networks property.- Returns:
- possible object is
AffectsScopeStructure.Networks
-
setNetworks
public void setNetworks(AffectsScopeStructure.Networks value)
Sets the value of the networks property.- Parameters:
value- allowed object isAffectsScopeStructure.Networks
-
getStopPoints
public AffectsScopeStructure.StopPoints getStopPoints()
Gets the value of the stopPoints property.- Returns:
- possible object is
AffectsScopeStructure.StopPoints
-
setStopPoints
public void setStopPoints(AffectsScopeStructure.StopPoints value)
Sets the value of the stopPoints property.- Parameters:
value- allowed object isAffectsScopeStructure.StopPoints
-
getStopPlaces
public AffectsScopeStructure.StopPlaces getStopPlaces()
Gets the value of the stopPlaces property.- Returns:
- possible object is
AffectsScopeStructure.StopPlaces
-
setStopPlaces
public void setStopPlaces(AffectsScopeStructure.StopPlaces value)
Sets the value of the stopPlaces property.- Parameters:
value- allowed object isAffectsScopeStructure.StopPlaces
-
getPlaces
public AffectsScopeStructure.Places getPlaces()
Gets the value of the places property.- Returns:
- possible object is
AffectsScopeStructure.Places
-
setPlaces
public void setPlaces(AffectsScopeStructure.Places value)
Sets the value of the places property.- Parameters:
value- allowed object isAffectsScopeStructure.Places
-
getVehicleJourneys
public AffectsScopeStructure.VehicleJourneys getVehicleJourneys()
Gets the value of the vehicleJourneys property.- Returns:
- possible object is
AffectsScopeStructure.VehicleJourneys
-
setVehicleJourneys
public void setVehicleJourneys(AffectsScopeStructure.VehicleJourneys value)
Sets the value of the vehicleJourneys property.- Parameters:
value- allowed object isAffectsScopeStructure.VehicleJourneys
-
getRoads
public AffectedRoadsStructure getRoads()
Gets the value of the roads property.- Returns:
- possible object is
AffectedRoadsStructure
-
setRoads
public void setRoads(AffectedRoadsStructure value)
Sets the value of the roads property.- Parameters:
value- allowed object isAffectedRoadsStructure
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
-