Class OffsetDistance
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.OffsetDistance
-
- All Implemented Interfaces:
Serializable
public class OffsetDistance extends Object implements Serializable
The non negative offset distance from the Alert C referenced point to the actual point.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/1_0/1_0}MetresAsNonNegativeInteger"/> <element name="offsetDistanceExtension" 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 BigIntegeroffsetDistanceprotected ExtensionTypeoffsetDistanceExtension
-
Constructor Summary
Constructors Constructor Description OffsetDistance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetOffsetDistance()Gets the value of the offsetDistance property.ExtensionTypegetOffsetDistanceExtension()Gets the value of the offsetDistanceExtension property.voidsetOffsetDistance(BigInteger value)Sets the value of the offsetDistance property.voidsetOffsetDistanceExtension(ExtensionType value)Sets the value of the offsetDistanceExtension property.
-
-
-
Field Detail
-
offsetDistance
protected BigInteger offsetDistance
-
offsetDistanceExtension
protected ExtensionType offsetDistanceExtension
-
-
Method Detail
-
getOffsetDistance
public BigInteger getOffsetDistance()
Gets the value of the offsetDistance property.- Returns:
- possible object is
BigInteger
-
setOffsetDistance
public void setOffsetDistance(BigInteger value)
Sets the value of the offsetDistance property.- Parameters:
value- allowed object isBigInteger
-
getOffsetDistanceExtension
public ExtensionType getOffsetDistanceExtension()
Gets the value of the offsetDistanceExtension property.- Returns:
- possible object is
ExtensionType
-
setOffsetDistanceExtension
public void setOffsetDistanceExtension(ExtensionType value)
Sets the value of the offsetDistanceExtension property.- Parameters:
value- allowed object isExtensionType
-
-