Package uk.org.siri.siri21
Class RelatedJourney
- java.lang.Object
-
- uk.org.siri.siri21.ConnectingJourneyRefStructure
-
- uk.org.siri.siri21.RelatedJourney
-
- All Implemented Interfaces:
Serializable
public class RelatedJourney extends ConnectingJourneyRefStructure implements Serializable
Java class for RelatedJourneyStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelatedJourneyStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}ConnectingJourneyRefStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}JourneyRelationInfoGroup" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRelatedJourney.JourneyPartsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected RelatedCallStructurecallInfoprotected RelatedJourney.JourneyPartsjourneyParts-
Fields inherited from class uk.org.siri.siri21.ConnectingJourneyRefStructure
datedVehicleJourneyIndirectRef, framedVehicleJourneyRef, lineRef, operatorRef, participantRef, trainNumberRef
-
-
Constructor Summary
Constructors Constructor Description RelatedJourney()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelatedCallStructuregetCallInfo()Gets the value of the callInfo property.RelatedJourney.JourneyPartsgetJourneyParts()Gets the value of the journeyParts property.voidsetCallInfo(RelatedCallStructure value)Sets the value of the callInfo property.voidsetJourneyParts(RelatedJourney.JourneyParts value)Sets the value of the journeyParts property.-
Methods inherited from class uk.org.siri.siri21.ConnectingJourneyRefStructure
getDatedVehicleJourneyIndirectRef, getFramedVehicleJourneyRef, getLineRef, getOperatorRef, getParticipantRef, getTrainNumberRef, setDatedVehicleJourneyIndirectRef, setFramedVehicleJourneyRef, setLineRef, setOperatorRef, setParticipantRef, setTrainNumberRef
-
-
-
-
Field Detail
-
journeyParts
protected RelatedJourney.JourneyParts journeyParts
-
callInfo
protected RelatedCallStructure callInfo
-
-
Method Detail
-
getJourneyParts
public RelatedJourney.JourneyParts getJourneyParts()
Gets the value of the journeyParts property.- Returns:
- possible object is
RelatedJourney.JourneyParts
-
setJourneyParts
public void setJourneyParts(RelatedJourney.JourneyParts value)
Sets the value of the journeyParts property.- Parameters:
value- allowed object isRelatedJourney.JourneyParts
-
getCallInfo
public RelatedCallStructure getCallInfo()
Gets the value of the callInfo property.- Returns:
- possible object is
RelatedCallStructure
-
setCallInfo
public void setCallInfo(RelatedCallStructure value)
Sets the value of the callInfo property.- Parameters:
value- allowed object isRelatedCallStructure
-
-