public class OffsetDistance
extends java.lang.Object
Java class for OffsetDistance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OffsetDistance">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="offsetDistance" type="{http://datex2.eu/schema/2/2_0}MetresAsNonNegativeInteger"/>
<element name="offsetDistanceExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
offsetDistance |
protected ExtensionType |
offsetDistanceExtension |
| Constructor and Description |
|---|
OffsetDistance() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getOffsetDistance()
Gets the value of the offsetDistance property.
|
ExtensionType |
getOffsetDistanceExtension()
Gets the value of the offsetDistanceExtension property.
|
void |
setOffsetDistance(java.math.BigInteger value)
Sets the value of the offsetDistance property.
|
void |
setOffsetDistanceExtension(ExtensionType value)
Sets the value of the offsetDistanceExtension property.
|
protected java.math.BigInteger offsetDistance
protected ExtensionType offsetDistanceExtension
public java.math.BigInteger getOffsetDistance()
BigIntegerpublic void setOffsetDistance(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic ExtensionType getOffsetDistanceExtension()
ExtensionTypepublic void setOffsetDistanceExtension(ExtensionType value)
value - allowed object is
ExtensionType