Class HeaviestAxleWeightCharacteristic
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.HeaviestAxleWeightCharacteristic
-
- All Implemented Interfaces:
Serializable
public class HeaviestAxleWeightCharacteristic extends Object implements Serializable
Java class for HeaviestAxleWeightCharacteristic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeaviestAxleWeightCharacteristic"> <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="heaviestAxleWeight" type="{http://datex2.eu/schema/2_0RC1/2_0}Tonnes"/> <element name="heaviestAxleWeightCharacteristicExtension" 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 floatheaviestAxleWeightprotected ExtensionTypeheaviestAxleWeightCharacteristicExtension
-
Constructor Summary
Constructors Constructor Description HeaviestAxleWeightCharacteristic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComparisonOperatorEnumgetComparisonOperator()Gets the value of the comparisonOperator property.floatgetHeaviestAxleWeight()Gets the value of the heaviestAxleWeight property.ExtensionTypegetHeaviestAxleWeightCharacteristicExtension()Gets the value of the heaviestAxleWeightCharacteristicExtension property.voidsetComparisonOperator(ComparisonOperatorEnum value)Sets the value of the comparisonOperator property.voidsetHeaviestAxleWeight(float value)Sets the value of the heaviestAxleWeight property.voidsetHeaviestAxleWeightCharacteristicExtension(ExtensionType value)Sets the value of the heaviestAxleWeightCharacteristicExtension property.
-
-
-
Field Detail
-
comparisonOperator
protected ComparisonOperatorEnum comparisonOperator
-
heaviestAxleWeight
protected float heaviestAxleWeight
-
heaviestAxleWeightCharacteristicExtension
protected ExtensionType heaviestAxleWeightCharacteristicExtension
-
-
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
-
getHeaviestAxleWeight
public float getHeaviestAxleWeight()
Gets the value of the heaviestAxleWeight property.
-
setHeaviestAxleWeight
public void setHeaviestAxleWeight(float value)
Sets the value of the heaviestAxleWeight property.
-
getHeaviestAxleWeightCharacteristicExtension
public ExtensionType getHeaviestAxleWeightCharacteristicExtension()
Gets the value of the heaviestAxleWeightCharacteristicExtension property.- Returns:
- possible object is
ExtensionType
-
setHeaviestAxleWeightCharacteristicExtension
public void setHeaviestAxleWeightCharacteristicExtension(ExtensionType value)
Sets the value of the heaviestAxleWeightCharacteristicExtension property.- Parameters:
value- allowed object isExtensionType
-
-