Class VehicleAndTrafficTypeAdvice
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.Advice
-
- eu.datex2.siri13.schema._1_0._1_0.VehicleAndTrafficTypeAdvice
-
- All Implemented Interfaces:
Serializable
public class VehicleAndTrafficTypeAdvice extends Advice implements Serializable
Supplementary vehicle and traffic type advice.Java class for VehicleAndTrafficTypeAdvice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleAndTrafficTypeAdvice"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}Advice"> <sequence> <element name="forTrafficOfType" type="{http://datex2.eu/schema/1_0/1_0}TrafficDestinationTypeEnum" minOccurs="0"/> <element name="forVehiclesWithCharacteristicsOf" type="{http://datex2.eu/schema/1_0/1_0}VehicleCharacteristics" minOccurs="0"/> <element name="vehicleAndTrafficTypeAdviceExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected TrafficDestinationTypeEnumforTrafficOfTypeprotected VehicleCharacteristicsforVehiclesWithCharacteristicsOfprotected ExtensionTypevehicleAndTrafficTypeAdviceExtension-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.Advice
adviceExtension
-
-
Constructor Summary
Constructors Constructor Description VehicleAndTrafficTypeAdvice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrafficDestinationTypeEnumgetForTrafficOfType()Gets the value of the forTrafficOfType property.VehicleCharacteristicsgetForVehiclesWithCharacteristicsOf()Gets the value of the forVehiclesWithCharacteristicsOf property.ExtensionTypegetVehicleAndTrafficTypeAdviceExtension()Gets the value of the vehicleAndTrafficTypeAdviceExtension property.voidsetForTrafficOfType(TrafficDestinationTypeEnum value)Sets the value of the forTrafficOfType property.voidsetForVehiclesWithCharacteristicsOf(VehicleCharacteristics value)Sets the value of the forVehiclesWithCharacteristicsOf property.voidsetVehicleAndTrafficTypeAdviceExtension(ExtensionType value)Sets the value of the vehicleAndTrafficTypeAdviceExtension property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.Advice
getAdviceExtension, setAdviceExtension
-
-
-
-
Field Detail
-
forTrafficOfType
protected TrafficDestinationTypeEnum forTrafficOfType
-
forVehiclesWithCharacteristicsOf
protected VehicleCharacteristics forVehiclesWithCharacteristicsOf
-
vehicleAndTrafficTypeAdviceExtension
protected ExtensionType vehicleAndTrafficTypeAdviceExtension
-
-
Method Detail
-
getForTrafficOfType
public TrafficDestinationTypeEnum getForTrafficOfType()
Gets the value of the forTrafficOfType property.- Returns:
- possible object is
TrafficDestinationTypeEnum
-
setForTrafficOfType
public void setForTrafficOfType(TrafficDestinationTypeEnum value)
Sets the value of the forTrafficOfType property.- Parameters:
value- allowed object isTrafficDestinationTypeEnum
-
getForVehiclesWithCharacteristicsOf
public VehicleCharacteristics getForVehiclesWithCharacteristicsOf()
Gets the value of the forVehiclesWithCharacteristicsOf property.- Returns:
- possible object is
VehicleCharacteristics
-
setForVehiclesWithCharacteristicsOf
public void setForVehiclesWithCharacteristicsOf(VehicleCharacteristics value)
Sets the value of the forVehiclesWithCharacteristicsOf property.- Parameters:
value- allowed object isVehicleCharacteristics
-
getVehicleAndTrafficTypeAdviceExtension
public ExtensionType getVehicleAndTrafficTypeAdviceExtension()
Gets the value of the vehicleAndTrafficTypeAdviceExtension property.- Returns:
- possible object is
ExtensionType
-
setVehicleAndTrafficTypeAdviceExtension
public void setVehicleAndTrafficTypeAdviceExtension(ExtensionType value)
Sets the value of the vehicleAndTrafficTypeAdviceExtension property.- Parameters:
value- allowed object isExtensionType
-
-