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