Package uk.org.siri.siri13
Class RouteLinkRefStructure
- java.lang.Object
-
- uk.org.siri.siri13.RouteLinkRefStructure
-
- All Implemented Interfaces:
Serializable
public class RouteLinkRefStructure extends Object implements Serializable
Reference to a RouteLink (Transmodel)Java class for RouteLinkRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RouteLinkRefStructure"> <simpleContent> <extension base="<http://www.siri.org.uk/siri>RouteLinkCodeType"> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RouteLinkRefStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Identifier of a RouteLinkvoidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
-