Package uk.org.siri.siri21
Class OffsetStructure
- java.lang.Object
-
- uk.org.siri.siri21.OffsetStructure
-
- All Implemented Interfaces:
Serializable
public class OffsetStructure extends Object implements Serializable
Type for information about the LINEs affected by a SITUATION.Java class for OffsetStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OffsetStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DistanceFromStart" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/> <element name="DistanceFromEnd" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected LongdistanceFromEndprotected LongdistanceFromStart
-
Constructor Summary
Constructors Constructor Description OffsetStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDistanceFromEnd()Gets the value of the distanceFromEnd property.LonggetDistanceFromStart()Gets the value of the distanceFromStart property.voidsetDistanceFromEnd(Long value)Sets the value of the distanceFromEnd property.voidsetDistanceFromStart(Long value)Sets the value of the distanceFromStart property.
-
-
-
Method Detail
-
getDistanceFromStart
public Long getDistanceFromStart()
Gets the value of the distanceFromStart property.- Returns:
- possible object is
Long
-
setDistanceFromStart
public void setDistanceFromStart(Long value)
Sets the value of the distanceFromStart property.- Parameters:
value- allowed object isLong
-
getDistanceFromEnd
public Long getDistanceFromEnd()
Gets the value of the distanceFromEnd property.- Returns:
- possible object is
Long
-
-