Package uk.org.siri.siri21
Class RelatedJourneyPartStructure
- java.lang.Object
-
- uk.org.siri.siri21.JourneyPartInfoStructure
-
- uk.org.siri.siri21.RelatedJourneyPartStructure
-
- All Implemented Interfaces:
Serializable
public class RelatedJourneyPartStructure extends JourneyPartInfoStructure implements Serializable
The JOURNEY RELATION refers to this JOURNEY PART. +SIRI v2.1Java class for RelatedJourneyPartStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelatedJourneyPartStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}JourneyPartInfoStructure"> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class uk.org.siri.siri21.JourneyPartInfoStructure
compoundTrainRef, endTime, fromStopPointRef, journeyPartRef, operatorRef, startTime, toStopPointRef, trainNumberRef
-
-
Constructor Summary
Constructors Constructor Description RelatedJourneyPartStructure()
-
Method Summary
-
Methods inherited from class uk.org.siri.siri21.JourneyPartInfoStructure
getCompoundTrainRef, getEndTime, getFromStopPointRef, getJourneyPartRef, getOperatorRef, getStartTime, getToStopPointRef, getTrainNumberRef, setCompoundTrainRef, setEndTime, setFromStopPointRef, setJourneyPartRef, setOperatorRef, setStartTime, setToStopPointRef, setTrainNumberRef
-
-