Class NumberOfAxlesCharacteristic
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.NumberOfAxlesCharacteristic
-
- All Implemented Interfaces:
Serializable
public class NumberOfAxlesCharacteristic extends Object implements Serializable
Java class for NumberOfAxlesCharacteristic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumberOfAxlesCharacteristic"> <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="numberOfAxles" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger"/> <element name="numberOfAxlesCharacteristicExtension" 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 BigIntegernumberOfAxlesprotected ExtensionTypenumberOfAxlesCharacteristicExtension
-
Constructor Summary
Constructors Constructor Description NumberOfAxlesCharacteristic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComparisonOperatorEnumgetComparisonOperator()Gets the value of the comparisonOperator property.BigIntegergetNumberOfAxles()Gets the value of the numberOfAxles property.ExtensionTypegetNumberOfAxlesCharacteristicExtension()Gets the value of the numberOfAxlesCharacteristicExtension property.voidsetComparisonOperator(ComparisonOperatorEnum value)Sets the value of the comparisonOperator property.voidsetNumberOfAxles(BigInteger value)Sets the value of the numberOfAxles property.voidsetNumberOfAxlesCharacteristicExtension(ExtensionType value)Sets the value of the numberOfAxlesCharacteristicExtension property.
-
-
-
Field Detail
-
comparisonOperator
protected ComparisonOperatorEnum comparisonOperator
-
numberOfAxles
protected BigInteger numberOfAxles
-
numberOfAxlesCharacteristicExtension
protected ExtensionType numberOfAxlesCharacteristicExtension
-
-
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
-
getNumberOfAxles
public BigInteger getNumberOfAxles()
Gets the value of the numberOfAxles property.- Returns:
- possible object is
BigInteger
-
setNumberOfAxles
public void setNumberOfAxles(BigInteger value)
Sets the value of the numberOfAxles property.- Parameters:
value- allowed object isBigInteger
-
getNumberOfAxlesCharacteristicExtension
public ExtensionType getNumberOfAxlesCharacteristicExtension()
Gets the value of the numberOfAxlesCharacteristicExtension property.- Returns:
- possible object is
ExtensionType
-
setNumberOfAxlesCharacteristicExtension
public void setNumberOfAxlesCharacteristicExtension(ExtensionType value)
Sets the value of the numberOfAxlesCharacteristicExtension property.- Parameters:
value- allowed object isExtensionType
-
-