public class LengthCharacteristic extends Object
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/2/2_0}ComparisonOperatorEnum"/>
<element name="vehicleLength" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat"/>
<element name="lengthCharacteristicExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ComparisonOperatorEnum |
comparisonOperator |
protected ExtensionType |
lengthCharacteristicExtension |
protected float |
vehicleLength |
| Constructor and Description |
|---|
LengthCharacteristic() |
| Modifier and Type | Method and Description |
|---|---|
ComparisonOperatorEnum |
getComparisonOperator()
Gets the value of the comparisonOperator property.
|
ExtensionType |
getLengthCharacteristicExtension()
Gets the value of the lengthCharacteristicExtension property.
|
float |
getVehicleLength()
Gets the value of the vehicleLength property.
|
void |
setComparisonOperator(ComparisonOperatorEnum value)
Sets the value of the comparisonOperator property.
|
void |
setLengthCharacteristicExtension(ExtensionType value)
Sets the value of the lengthCharacteristicExtension property.
|
void |
setVehicleLength(float value)
Sets the value of the vehicleLength property.
|
protected ComparisonOperatorEnum comparisonOperator
protected float vehicleLength
protected ExtensionType lengthCharacteristicExtension
public ComparisonOperatorEnum getComparisonOperator()
ComparisonOperatorEnumpublic void setComparisonOperator(ComparisonOperatorEnum value)
value - allowed object is
ComparisonOperatorEnumpublic float getVehicleLength()
public void setVehicleLength(float value)
public ExtensionType getLengthCharacteristicExtension()
ExtensionTypepublic void setLengthCharacteristicExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.