Package uk.org.ifopt.siri14
Class PathJunctionRef
- java.lang.Object
-
- uk.org.ifopt.siri14.PathJunctionRef
-
- All Implemented Interfaces:
Serializable
public class PathJunctionRef extends Object implements Serializable
Type for reference to a Path JunctionJava class for PathJunctionRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PathJunctionRefStructure"> <simpleContent> <extension base="<http://www.ifopt.org.uk/ifopt>PathJunctionIdType"> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PathJunctionRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Type for Unique Identifier of Path JunctionvoidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
-