Package uk.org.siri.siri14
Class LineDirectionStructure
- java.lang.Object
-
- uk.org.siri.siri14.LineDirectionStructure
-
- All Implemented Interfaces:
Serializable
public class LineDirectionStructure extends Object implements Serializable
Type for Line and directionJava class for LineDirectionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LineDirectionStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://www.siri.org.uk/siri}LineDirectionGroup"/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DirectionRefStructuredirectionRefprotected LineReflineRef
-
Constructor Summary
Constructors Constructor Description LineDirectionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectionRefStructuregetDirectionRef()Gets the value of the directionRef property.LineRefgetLineRef()Gets the value of the lineRef property.voidsetDirectionRef(DirectionRefStructure value)Sets the value of the directionRef property.voidsetLineRef(LineRef value)Sets the value of the lineRef property.
-
-
-
Field Detail
-
lineRef
protected LineRef lineRef
-
directionRef
protected DirectionRefStructure directionRef
-
-
Method Detail
-
getLineRef
public LineRef getLineRef()
Gets the value of the lineRef property.- Returns:
- possible object is
LineRef
-
setLineRef
public void setLineRef(LineRef value)
Sets the value of the lineRef property.- Parameters:
value- allowed object isLineRef
-
getDirectionRef
public DirectionRefStructure getDirectionRef()
Gets the value of the directionRef property.- Returns:
- possible object is
DirectionRefStructure
-
setDirectionRef
public void setDirectionRef(DirectionRefStructure value)
Sets the value of the directionRef property.- Parameters:
value- allowed object isDirectionRefStructure
-
-