Package uk.org.siri.siri20
Class ConnectingJourneyRefStructure
- java.lang.Object
-
- uk.org.siri.siri20.ConnectingJourneyRefStructure
-
- All Implemented Interfaces:
Serializable
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="LineRef" type="{http://www.siri.org.uk/siri}LineRefStructure" 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 FramedVehicleJourneyRefStructureframedVehicleJourneyRefprotected LineReflineRefprotected RequestorRefparticipantRef
-
Constructor Summary
Constructors Constructor Description ConnectingJourneyRefStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FramedVehicleJourneyRefStructuregetFramedVehicleJourneyRef()Gets the value of the framedVehicleJourneyRef property.LineRefgetLineRef()Gets the value of the lineRef property.RequestorRefgetParticipantRef()Gets the value of the participantRef property.voidsetFramedVehicleJourneyRef(FramedVehicleJourneyRefStructure value)Sets the value of the framedVehicleJourneyRef property.voidsetLineRef(LineRef value)Sets the value of the lineRef property.voidsetParticipantRef(RequestorRef value)Sets the value of the participantRef property.
-
-
-
Field Detail
-
framedVehicleJourneyRef
protected FramedVehicleJourneyRefStructure framedVehicleJourneyRef
-
lineRef
protected LineRef lineRef
-
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
-
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
-
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
-
-