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