public class WidthCharacteristic extends Object
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/2/2_0}ComparisonOperatorEnum"/>
<element name="vehicleWidth" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat"/>
<element name="widthCharacteristicExtension" 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 float |
vehicleWidth |
protected ExtensionType |
widthCharacteristicExtension |
| Constructor and Description |
|---|
WidthCharacteristic() |
| Modifier and Type | Method and Description |
|---|---|
ComparisonOperatorEnum |
getComparisonOperator()
Gets the value of the comparisonOperator property.
|
float |
getVehicleWidth()
Gets the value of the vehicleWidth property.
|
ExtensionType |
getWidthCharacteristicExtension()
Gets the value of the widthCharacteristicExtension property.
|
void |
setComparisonOperator(ComparisonOperatorEnum value)
Sets the value of the comparisonOperator property.
|
void |
setVehicleWidth(float value)
Sets the value of the vehicleWidth property.
|
void |
setWidthCharacteristicExtension(ExtensionType value)
Sets the value of the widthCharacteristicExtension property.
|
protected ComparisonOperatorEnum comparisonOperator
protected float vehicleWidth
protected ExtensionType widthCharacteristicExtension
public ComparisonOperatorEnum getComparisonOperator()
ComparisonOperatorEnumpublic void setComparisonOperator(ComparisonOperatorEnum value)
value - allowed object is
ComparisonOperatorEnumpublic float getVehicleWidth()
public void setVehicleWidth(float value)
public ExtensionType getWidthCharacteristicExtension()
ExtensionTypepublic void setWidthCharacteristicExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.