Package uk.org.siri.siri20
Class JourneyPartInfoStructure
- java.lang.Object
-
- uk.org.siri.siri20.JourneyPartInfoStructure
-
- All Implemented Interfaces:
Serializable
public class JourneyPartInfoStructure extends Object implements Serializable
Type for a refernces to JOURNEY PARTs. +SIRI v2.0Java class for JourneyPartInfoStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JourneyPartInfoStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="JourneyPartRef" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/> <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"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringjourneyPartRefprotected OperatorRefStructureoperatorRefprotected TrainNumberRefStructuretrainNumberRef
-
Constructor Summary
Constructors Constructor Description JourneyPartInfoStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJourneyPartRef()Gets the value of the journeyPartRef property.OperatorRefStructuregetOperatorRef()Gets the value of the operatorRef property.TrainNumberRefStructuregetTrainNumberRef()Gets the value of the trainNumberRef property.voidsetJourneyPartRef(String value)Sets the value of the journeyPartRef property.voidsetOperatorRef(OperatorRefStructure value)Sets the value of the operatorRef property.voidsetTrainNumberRef(TrainNumberRefStructure value)Sets the value of the trainNumberRef property.
-
-
-
Field Detail
-
journeyPartRef
protected String journeyPartRef
-
trainNumberRef
protected TrainNumberRefStructure trainNumberRef
-
operatorRef
protected OperatorRefStructure operatorRef
-
-
Method Detail
-
getJourneyPartRef
public String getJourneyPartRef()
Gets the value of the journeyPartRef property.- Returns:
- possible object is
String
-
setJourneyPartRef
public void setJourneyPartRef(String value)
Sets the value of the journeyPartRef property.- Parameters:
value- allowed object isString
-
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
-
-