public class AxleWeight extends Object
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/2_0}NonNegativeInteger"/>
<element name="axleWeight" type="{http://datex2.eu/schema/2/2_0}Tonnes" minOccurs="0"/>
<element name="maximumPermittedAxleWeight" type="{http://datex2.eu/schema/2/2_0}Tonnes" minOccurs="0"/>
<element name="axleWeightExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
axlePositionIdentifier |
protected Float |
axleWeight |
protected ExtensionType |
axleWeightExtension |
protected Float |
maximumPermittedAxleWeight |
| Constructor and Description |
|---|
AxleWeight() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAxlePositionIdentifier()
Gets the value of the axlePositionIdentifier property.
|
Float |
getAxleWeight()
Gets the value of the axleWeight property.
|
ExtensionType |
getAxleWeightExtension()
Gets the value of the axleWeightExtension property.
|
Float |
getMaximumPermittedAxleWeight()
Gets the value of the maximumPermittedAxleWeight property.
|
void |
setAxlePositionIdentifier(Long value)
Sets the value of the axlePositionIdentifier property.
|
void |
setAxleWeight(Float value)
Sets the value of the axleWeight property.
|
void |
setAxleWeightExtension(ExtensionType value)
Sets the value of the axleWeightExtension property.
|
void |
setMaximumPermittedAxleWeight(Float value)
Sets the value of the maximumPermittedAxleWeight property.
|
protected Long axlePositionIdentifier
protected Float axleWeight
protected Float maximumPermittedAxleWeight
protected ExtensionType axleWeightExtension
public Long getAxlePositionIdentifier()
Stringpublic void setAxlePositionIdentifier(Long value)
value - allowed object is
Stringpublic Float getAxleWeight()
Floatpublic void setAxleWeight(Float value)
value - allowed object is
Floatpublic Float getMaximumPermittedAxleWeight()
Floatpublic void setMaximumPermittedAxleWeight(Float value)
value - allowed object is
Floatpublic ExtensionType getAxleWeightExtension()
ExtensionTypepublic void setAxleWeightExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.