Class GrossWeightCharacteristic
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.GrossWeightCharacteristic
-
- All Implemented Interfaces:
Serializable
public class GrossWeightCharacteristic extends Object implements Serializable
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_0RC1/2_0}ComparisonOperatorEnum"/> <element name="grossVehicleWeight" type="{http://datex2.eu/schema/2_0RC1/2_0}Tonnes"/> <element name="grossWeightCharacteristicExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ComparisonOperatorEnumcomparisonOperatorprotected floatgrossVehicleWeightprotected ExtensionTypegrossWeightCharacteristicExtension
-
Constructor Summary
Constructors Constructor Description GrossWeightCharacteristic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComparisonOperatorEnumgetComparisonOperator()Gets the value of the comparisonOperator property.floatgetGrossVehicleWeight()Gets the value of the grossVehicleWeight property.ExtensionTypegetGrossWeightCharacteristicExtension()Gets the value of the grossWeightCharacteristicExtension property.voidsetComparisonOperator(ComparisonOperatorEnum value)Sets the value of the comparisonOperator property.voidsetGrossVehicleWeight(float value)Sets the value of the grossVehicleWeight property.voidsetGrossWeightCharacteristicExtension(ExtensionType value)Sets the value of the grossWeightCharacteristicExtension property.
-
-
-
Field Detail
-
comparisonOperator
protected ComparisonOperatorEnum comparisonOperator
-
grossVehicleWeight
protected float grossVehicleWeight
-
grossWeightCharacteristicExtension
protected ExtensionType grossWeightCharacteristicExtension
-
-
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
-
getGrossVehicleWeight
public float getGrossVehicleWeight()
Gets the value of the grossVehicleWeight property.
-
setGrossVehicleWeight
public void setGrossVehicleWeight(float value)
Sets the value of the grossVehicleWeight property.
-
getGrossWeightCharacteristicExtension
public ExtensionType getGrossWeightCharacteristicExtension()
Gets the value of the grossWeightCharacteristicExtension property.- Returns:
- possible object is
ExtensionType
-
setGrossWeightCharacteristicExtension
public void setGrossWeightCharacteristicExtension(ExtensionType value)
Sets the value of the grossWeightCharacteristicExtension property.- Parameters:
value- allowed object isExtensionType
-
-