Class WidthCharacteristic
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.WidthCharacteristic
-
- All Implemented Interfaces:
Serializable
public class WidthCharacteristic extends Object implements Serializable
Width characteristic of a vehicle.Java class for WidthCharacteristic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WidthCharacteristic"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="comparisonOperator" type="{http://datex2.eu/schema/1_0/1_0}ComparisonOperatorEnum"/> <element name="vehicleWidth" type="{http://datex2.eu/schema/1_0/1_0}MetresAsFloat"/> <element name="widthCharacteristicExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ComparisonOperatorEnumcomparisonOperatorprotected floatvehicleWidthprotected ExtensionTypewidthCharacteristicExtension
-
Constructor Summary
Constructors Constructor Description WidthCharacteristic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComparisonOperatorEnumgetComparisonOperator()Gets the value of the comparisonOperator property.floatgetVehicleWidth()Gets the value of the vehicleWidth property.ExtensionTypegetWidthCharacteristicExtension()Gets the value of the widthCharacteristicExtension property.voidsetComparisonOperator(ComparisonOperatorEnum value)Sets the value of the comparisonOperator property.voidsetVehicleWidth(float value)Sets the value of the vehicleWidth property.voidsetWidthCharacteristicExtension(ExtensionType value)Sets the value of the widthCharacteristicExtension property.
-
-
-
Field Detail
-
comparisonOperator
protected ComparisonOperatorEnum comparisonOperator
-
vehicleWidth
protected float vehicleWidth
-
widthCharacteristicExtension
protected ExtensionType widthCharacteristicExtension
-
-
Method Detail
-
getComparisonOperator
public ComparisonOperatorEnum getComparisonOperator()
Gets the value of the comparisonOperator property.- Returns:
- possible object is
ComparisonOperatorEnum
-
setComparisonOperator
public void setComparisonOperator(ComparisonOperatorEnum value)
Sets the value of the comparisonOperator property.- Parameters:
value- allowed object isComparisonOperatorEnum
-
getVehicleWidth
public float getVehicleWidth()
Gets the value of the vehicleWidth property.
-
setVehicleWidth
public void setVehicleWidth(float value)
Sets the value of the vehicleWidth property.
-
getWidthCharacteristicExtension
public ExtensionType getWidthCharacteristicExtension()
Gets the value of the widthCharacteristicExtension property.- Returns:
- possible object is
ExtensionType
-
setWidthCharacteristicExtension
public void setWidthCharacteristicExtension(ExtensionType value)
Sets the value of the widthCharacteristicExtension property.- Parameters:
value- allowed object isExtensionType
-
-