Class Rerouting
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.TrafficControl
-
- eu.datex2.siri13.schema._1_0._1_0.Rerouting
-
- All Implemented Interfaces:
Serializable
public class Rerouting extends TrafficControl implements Serializable
An action which involves diverting traffic, whether mandatory or advisory.Java class for Rerouting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Rerouting"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}TrafficControl"> <sequence> <element name="alternativeRerouting" type="{http://datex2.eu/schema/1_0/1_0}Boolean" minOccurs="0"/> <element name="reroutingItineraryDescription" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString"> <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="reroutingType" type="{http://datex2.eu/schema/1_0/1_0}ReroutingTypeEnum" minOccurs="0"/> <element name="reroutingExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRerouting.ReroutingItineraryDescriptionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected BooleanalternativeReroutingprotected ExtensionTypereroutingExtensionprotected Rerouting.ReroutingItineraryDescriptionreroutingItineraryDescriptionprotected ReroutingTypeEnumreroutingType-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.TrafficControl
trafficControlExtension, trafficControlOptions, trafficControlType
-
-
Constructor Summary
Constructors Constructor Description Rerouting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetReroutingExtension()Gets the value of the reroutingExtension property.Rerouting.ReroutingItineraryDescriptiongetReroutingItineraryDescription()Gets the value of the reroutingItineraryDescription property.ReroutingTypeEnumgetReroutingType()Gets the value of the reroutingType property.BooleanisAlternativeRerouting()Gets the value of the alternativeRerouting property.voidsetAlternativeRerouting(Boolean value)Sets the value of the alternativeRerouting property.voidsetReroutingExtension(ExtensionType value)Sets the value of the reroutingExtension property.voidsetReroutingItineraryDescription(Rerouting.ReroutingItineraryDescription value)Sets the value of the reroutingItineraryDescription property.voidsetReroutingType(ReroutingTypeEnum value)Sets the value of the reroutingType property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.TrafficControl
getTrafficControlExtension, getTrafficControlOptions, getTrafficControlType, setTrafficControlExtension, setTrafficControlOptions, setTrafficControlType
-
-
-
-
Field Detail
-
alternativeRerouting
protected Boolean alternativeRerouting
-
reroutingItineraryDescription
protected Rerouting.ReroutingItineraryDescription reroutingItineraryDescription
-
reroutingType
protected ReroutingTypeEnum reroutingType
-
reroutingExtension
protected ExtensionType reroutingExtension
-
-
Method Detail
-
isAlternativeRerouting
public Boolean isAlternativeRerouting()
Gets the value of the alternativeRerouting property.- Returns:
- possible object is
Boolean
-
setAlternativeRerouting
public void setAlternativeRerouting(Boolean value)
Sets the value of the alternativeRerouting property.- Parameters:
value- allowed object isBoolean
-
getReroutingItineraryDescription
public Rerouting.ReroutingItineraryDescription getReroutingItineraryDescription()
Gets the value of the reroutingItineraryDescription property.- Returns:
- possible object is
Rerouting.ReroutingItineraryDescription
-
setReroutingItineraryDescription
public void setReroutingItineraryDescription(Rerouting.ReroutingItineraryDescription value)
Sets the value of the reroutingItineraryDescription property.- Parameters:
value- allowed object isRerouting.ReroutingItineraryDescription
-
getReroutingType
public ReroutingTypeEnum getReroutingType()
Gets the value of the reroutingType property.- Returns:
- possible object is
ReroutingTypeEnum
-
setReroutingType
public void setReroutingType(ReroutingTypeEnum value)
Sets the value of the reroutingType property.- Parameters:
value- allowed object isReroutingTypeEnum
-
getReroutingExtension
public ExtensionType getReroutingExtension()
Gets the value of the reroutingExtension property.- Returns:
- possible object is
ExtensionType
-
setReroutingExtension
public void setReroutingExtension(ExtensionType value)
Sets the value of the reroutingExtension property.- Parameters:
value- allowed object isExtensionType
-
-