Class AxleWeight
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.AxleWeight
-
- All Implemented Interfaces:
Serializable
public class AxleWeight extends Object implements Serializable
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="axlePositionIdentifier" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger"/> <element name="axleWeight" type="{http://datex2.eu/schema/2_0RC1/2_0}Tonnes" minOccurs="0"/> <element name="maximumPermittedAxleWeight" type="{http://datex2.eu/schema/2_0RC1/2_0}Tonnes" minOccurs="0"/> <element name="axleWeightExtension" 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 BigIntegeraxlePositionIdentifierprotected FloataxleWeightprotected ExtensionTypeaxleWeightExtensionprotected FloatmaximumPermittedAxleWeight
-
Constructor Summary
Constructors Constructor Description AxleWeight()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetAxlePositionIdentifier()Gets the value of the axlePositionIdentifier 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.voidsetAxlePositionIdentifier(BigInteger value)Sets the value of the axlePositionIdentifier 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
-
axlePositionIdentifier
protected BigInteger axlePositionIdentifier
-
axleWeight
protected Float axleWeight
-
maximumPermittedAxleWeight
protected Float maximumPermittedAxleWeight
-
axleWeightExtension
protected ExtensionType axleWeightExtension
-
-
Method Detail
-
getAxlePositionIdentifier
public BigInteger getAxlePositionIdentifier()
Gets the value of the axlePositionIdentifier property.- Returns:
- possible object is
BigInteger
-
setAxlePositionIdentifier
public void setAxlePositionIdentifier(BigInteger value)
Sets the value of the axlePositionIdentifier 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
-
-