public class GrossWeightCharacteristic extends Object
Java class for GrossWeightCharacteristic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GrossWeightCharacteristic">
<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="grossVehicleWeight" type="{http://datex2.eu/schema/2/2_0}Tonnes"/>
<element name="grossWeightCharacteristicExtension" 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 |
grossVehicleWeight |
protected ExtensionType |
grossWeightCharacteristicExtension |
| Constructor and Description |
|---|
GrossWeightCharacteristic() |
| Modifier and Type | Method and Description |
|---|---|
ComparisonOperatorEnum |
getComparisonOperator()
Gets the value of the comparisonOperator property.
|
float |
getGrossVehicleWeight()
Gets the value of the grossVehicleWeight property.
|
ExtensionType |
getGrossWeightCharacteristicExtension()
Gets the value of the grossWeightCharacteristicExtension property.
|
void |
setComparisonOperator(ComparisonOperatorEnum value)
Sets the value of the comparisonOperator property.
|
void |
setGrossVehicleWeight(float value)
Sets the value of the grossVehicleWeight property.
|
void |
setGrossWeightCharacteristicExtension(ExtensionType value)
Sets the value of the grossWeightCharacteristicExtension property.
|
protected ComparisonOperatorEnum comparisonOperator
protected float grossVehicleWeight
protected ExtensionType grossWeightCharacteristicExtension
public ComparisonOperatorEnum getComparisonOperator()
ComparisonOperatorEnumpublic void setComparisonOperator(ComparisonOperatorEnum value)
value - allowed object is
ComparisonOperatorEnumpublic float getGrossVehicleWeight()
public void setGrossVehicleWeight(float value)
public ExtensionType getGrossWeightCharacteristicExtension()
ExtensionTypepublic void setGrossWeightCharacteristicExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.