Package uk.org.siri.siri21
Class ConnectingJourneyRefStructure
- java.lang.Object
-
- uk.org.siri.siri21.ConnectingJourneyRefStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RelatedJourney
public class ConnectingJourneyRefStructure extends Object implements Serializable
Type for a reference to a connecting journey.Java class for ConnectingJourneyRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectingJourneyRefStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FramedVehicleJourneyRef" type="{http://www.siri.org.uk/siri}FramedVehicleJourneyRefStructure" minOccurs="0"/> <element name="DatedVehicleJourneyIndirectRef" type="{http://www.siri.org.uk/siri}DatedVehicleJourneyIndirectRefStructure" minOccurs="0"/> <element name="LineRef" type="{http://www.siri.org.uk/siri}LineRefStructure" minOccurs="0"/> <element name="TrainNumberRef" type="{http://www.siri.org.uk/siri}TrainNumberRefStructure" minOccurs="0"/> <element name="OperatorRef" type="{http://www.siri.org.uk/siri}OperatorRefStructure" minOccurs="0"/> <element name="ParticipantRef" type="{http://www.siri.org.uk/siri}ParticipantRefStructure" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DatedVehicleJourneyIndirectRefStructuredatedVehicleJourneyIndirectRefprotected FramedVehicleJourneyRefStructureframedVehicleJourneyRefprotected LineReflineRefprotected OperatorRefStructureoperatorRefprotected RequestorRefparticipantRefprotected TrainNumberRefStructuretrainNumberRef
-
Constructor Summary
Constructors Constructor Description ConnectingJourneyRefStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatedVehicleJourneyIndirectRefStructuregetDatedVehicleJourneyIndirectRef()Gets the value of the datedVehicleJourneyIndirectRef property.FramedVehicleJourneyRefStructuregetFramedVehicleJourneyRef()Gets the value of the framedVehicleJourneyRef property.LineRefgetLineRef()Gets the value of the lineRef property.OperatorRefStructuregetOperatorRef()Gets the value of the operatorRef property.RequestorRefgetParticipantRef()Gets the value of the participantRef property.TrainNumberRefStructuregetTrainNumberRef()Gets the value of the trainNumberRef property.voidsetDatedVehicleJourneyIndirectRef(DatedVehicleJourneyIndirectRefStructure value)Sets the value of the datedVehicleJourneyIndirectRef property.voidsetFramedVehicleJourneyRef(FramedVehicleJourneyRefStructure value)Sets the value of the framedVehicleJourneyRef property.voidsetLineRef(LineRef value)Sets the value of the lineRef property.voidsetOperatorRef(OperatorRefStructure value)Sets the value of the operatorRef property.voidsetParticipantRef(RequestorRef value)Sets the value of the participantRef property.voidsetTrainNumberRef(TrainNumberRefStructure value)Sets the value of the trainNumberRef property.
-
-
-
Field Detail
-
framedVehicleJourneyRef
protected FramedVehicleJourneyRefStructure framedVehicleJourneyRef
-
datedVehicleJourneyIndirectRef
protected DatedVehicleJourneyIndirectRefStructure datedVehicleJourneyIndirectRef
-
lineRef
protected LineRef lineRef
-
trainNumberRef
protected TrainNumberRefStructure trainNumberRef
-
operatorRef
protected OperatorRefStructure operatorRef
-
participantRef
protected RequestorRef participantRef
-
-
Method Detail
-
getFramedVehicleJourneyRef
public FramedVehicleJourneyRefStructure getFramedVehicleJourneyRef()
Gets the value of the framedVehicleJourneyRef property.- Returns:
- possible object is
FramedVehicleJourneyRefStructure
-
setFramedVehicleJourneyRef
public void setFramedVehicleJourneyRef(FramedVehicleJourneyRefStructure value)
Sets the value of the framedVehicleJourneyRef property.- Parameters:
value- allowed object isFramedVehicleJourneyRefStructure
-
getDatedVehicleJourneyIndirectRef
public DatedVehicleJourneyIndirectRefStructure getDatedVehicleJourneyIndirectRef()
Gets the value of the datedVehicleJourneyIndirectRef property.- Returns:
- possible object is
DatedVehicleJourneyIndirectRefStructure
-
setDatedVehicleJourneyIndirectRef
public void setDatedVehicleJourneyIndirectRef(DatedVehicleJourneyIndirectRefStructure value)
Sets the value of the datedVehicleJourneyIndirectRef property.- Parameters:
value- allowed object isDatedVehicleJourneyIndirectRefStructure
-
getLineRef
public LineRef getLineRef()
Gets the value of the lineRef property.- Returns:
- possible object is
LineRef
-
setLineRef
public void setLineRef(LineRef value)
Sets the value of the lineRef property.- Parameters:
value- allowed object isLineRef
-
getTrainNumberRef
public TrainNumberRefStructure getTrainNumberRef()
Gets the value of the trainNumberRef property.- Returns:
- possible object is
TrainNumberRefStructure
-
setTrainNumberRef
public void setTrainNumberRef(TrainNumberRefStructure value)
Sets the value of the trainNumberRef property.- Parameters:
value- allowed object isTrainNumberRefStructure
-
getOperatorRef
public OperatorRefStructure getOperatorRef()
Gets the value of the operatorRef property.- Returns:
- possible object is
OperatorRefStructure
-
setOperatorRef
public void setOperatorRef(OperatorRefStructure value)
Sets the value of the operatorRef property.- Parameters:
value- allowed object isOperatorRefStructure
-
getParticipantRef
public RequestorRef getParticipantRef()
Gets the value of the participantRef property.- Returns:
- possible object is
RequestorRef
-
setParticipantRef
public void setParticipantRef(RequestorRef value)
Sets the value of the participantRef property.- Parameters:
value- allowed object isRequestorRef
-
-