Class HeightCharacteristic
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.HeightCharacteristic
-
- All Implemented Interfaces:
Serializable
public class HeightCharacteristic extends Object implements Serializable
Height characteristic of a vehicle.Java class for HeightCharacteristic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeightCharacteristic"> <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="vehicleHeight" type="{http://datex2.eu/schema/1_0/1_0}MetresAsFloat"/> <element name="heightCharacteristicExtension" 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 ExtensionTypeheightCharacteristicExtensionprotected floatvehicleHeight
-
Constructor Summary
Constructors Constructor Description HeightCharacteristic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComparisonOperatorEnumgetComparisonOperator()Gets the value of the comparisonOperator property.ExtensionTypegetHeightCharacteristicExtension()Gets the value of the heightCharacteristicExtension property.floatgetVehicleHeight()Gets the value of the vehicleHeight property.voidsetComparisonOperator(ComparisonOperatorEnum value)Sets the value of the comparisonOperator property.voidsetHeightCharacteristicExtension(ExtensionType value)Sets the value of the heightCharacteristicExtension property.voidsetVehicleHeight(float value)Sets the value of the vehicleHeight property.
-
-
-
Field Detail
-
comparisonOperator
protected ComparisonOperatorEnum comparisonOperator
-
vehicleHeight
protected float vehicleHeight
-
heightCharacteristicExtension
protected ExtensionType heightCharacteristicExtension
-
-
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
-
getVehicleHeight
public float getVehicleHeight()
Gets the value of the vehicleHeight property.
-
setVehicleHeight
public void setVehicleHeight(float value)
Sets the value of the vehicleHeight property.
-
getHeightCharacteristicExtension
public ExtensionType getHeightCharacteristicExtension()
Gets the value of the heightCharacteristicExtension property.- Returns:
- possible object is
ExtensionType
-
setHeightCharacteristicExtension
public void setHeightCharacteristicExtension(ExtensionType value)
Sets the value of the heightCharacteristicExtension property.- Parameters:
value- allowed object isExtensionType
-
-