Class LengthCharacteristic
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.LengthCharacteristic
-
- All Implemented Interfaces:
Serializable
public class LengthCharacteristic extends Object implements Serializable
Length characteristic of a vehicle.Java class for LengthCharacteristic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LengthCharacteristic"> <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="vehicleLength" type="{http://datex2.eu/schema/1_0/1_0}MetresAsFloat"/> <element name="lengthCharacteristicExtension" 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 ExtensionTypelengthCharacteristicExtensionprotected floatvehicleLength
-
Constructor Summary
Constructors Constructor Description LengthCharacteristic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComparisonOperatorEnumgetComparisonOperator()Gets the value of the comparisonOperator property.ExtensionTypegetLengthCharacteristicExtension()Gets the value of the lengthCharacteristicExtension property.floatgetVehicleLength()Gets the value of the vehicleLength property.voidsetComparisonOperator(ComparisonOperatorEnum value)Sets the value of the comparisonOperator property.voidsetLengthCharacteristicExtension(ExtensionType value)Sets the value of the lengthCharacteristicExtension property.voidsetVehicleLength(float value)Sets the value of the vehicleLength property.
-
-
-
Field Detail
-
comparisonOperator
protected ComparisonOperatorEnum comparisonOperator
-
vehicleLength
protected float vehicleLength
-
lengthCharacteristicExtension
protected ExtensionType lengthCharacteristicExtension
-
-
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
-
getVehicleLength
public float getVehicleLength()
Gets the value of the vehicleLength property.
-
setVehicleLength
public void setVehicleLength(float value)
Sets the value of the vehicleLength property.
-
getLengthCharacteristicExtension
public ExtensionType getLengthCharacteristicExtension()
Gets the value of the lengthCharacteristicExtension property.- Returns:
- possible object is
ExtensionType
-
setLengthCharacteristicExtension
public void setLengthCharacteristicExtension(ExtensionType value)
Sets the value of the lengthCharacteristicExtension property.- Parameters:
value- allowed object isExtensionType
-
-