Class AxleWeight
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.AxleWeight
-
- All Implemented Interfaces:
Serializable
public class AxleWeight extends Object implements Serializable
The weight details of a specific axle set of an individual vehicle.Java class for AxleWeight complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AxleWeight"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="axleSequenceIdentifier" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger"/> <element name="axleWeight" type="{http://datex2.eu/schema/1_0/1_0}Tonnes" minOccurs="0"/> <element name="maximumPermittedAxleWeight" type="{http://datex2.eu/schema/1_0/1_0}Tonnes" minOccurs="0"/> <element name="axleWeightExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegeraxleSequenceIdentifierprotected FloataxleWeightprotected ExtensionTypeaxleWeightExtensionprotected FloatmaximumPermittedAxleWeight
-
Constructor Summary
Constructors Constructor Description AxleWeight()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetAxleSequenceIdentifier()Gets the value of the axleSequenceIdentifier property.FloatgetAxleWeight()Gets the value of the axleWeight property.ExtensionTypegetAxleWeightExtension()Gets the value of the axleWeightExtension property.FloatgetMaximumPermittedAxleWeight()Gets the value of the maximumPermittedAxleWeight property.voidsetAxleSequenceIdentifier(BigInteger value)Sets the value of the axleSequenceIdentifier property.voidsetAxleWeight(Float value)Sets the value of the axleWeight property.voidsetAxleWeightExtension(ExtensionType value)Sets the value of the axleWeightExtension property.voidsetMaximumPermittedAxleWeight(Float value)Sets the value of the maximumPermittedAxleWeight property.
-
-
-
Field Detail
-
axleSequenceIdentifier
protected BigInteger axleSequenceIdentifier
-
axleWeight
protected Float axleWeight
-
maximumPermittedAxleWeight
protected Float maximumPermittedAxleWeight
-
axleWeightExtension
protected ExtensionType axleWeightExtension
-
-
Method Detail
-
getAxleSequenceIdentifier
public BigInteger getAxleSequenceIdentifier()
Gets the value of the axleSequenceIdentifier property.- Returns:
- possible object is
BigInteger
-
setAxleSequenceIdentifier
public void setAxleSequenceIdentifier(BigInteger value)
Sets the value of the axleSequenceIdentifier property.- Parameters:
value- allowed object isBigInteger
-
getAxleWeight
public Float getAxleWeight()
Gets the value of the axleWeight property.- Returns:
- possible object is
Float
-
setAxleWeight
public void setAxleWeight(Float value)
Sets the value of the axleWeight property.- Parameters:
value- allowed object isFloat
-
getMaximumPermittedAxleWeight
public Float getMaximumPermittedAxleWeight()
Gets the value of the maximumPermittedAxleWeight property.- Returns:
- possible object is
Float
-
setMaximumPermittedAxleWeight
public void setMaximumPermittedAxleWeight(Float value)
Sets the value of the maximumPermittedAxleWeight property.- Parameters:
value- allowed object isFloat
-
getAxleWeightExtension
public ExtensionType getAxleWeightExtension()
Gets the value of the axleWeightExtension property.- Returns:
- possible object is
ExtensionType
-
setAxleWeightExtension
public void setAxleWeightExtension(ExtensionType value)
Sets the value of the axleWeightExtension property.- Parameters:
value- allowed object isExtensionType
-
-