Package uk.org.siri.siri21
Class AbstractDistributorItemStructure
- java.lang.Object
-
- uk.org.siri.siri21.AbstractItemStructure
-
- uk.org.siri.siri21.AbstractDistributorItemStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DistributorDepartureCancellationStructure,StoppingPositionChangedDepartureStructure,WaitProlongedDepartureStructure
public class AbstractDistributorItemStructure extends AbstractItemStructure implements Serializable
Type for an SERVICE JOURNEY INTERCHANGE Activity.Java class for AbstractDistributorItemStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractDistributorItemStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractItemStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}InterchangeDistributorIdentityGroup"/> <element name="DistributorJourney" type="{http://www.siri.org.uk/siri}InterchangeJourneyStructure"/> <element name="FeederVehicleJourneyRef" type="{http://www.siri.org.uk/siri}FramedVehicleJourneyRefStructure" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ConnectionLinkRefconnectionLinkRefprotected InterchangeJourneyStructuredistributorJourneyprotected BigIntegerdistributorOrderprotected BigIntegerdistributorVisitNumberprotected List<FramedVehicleJourneyRefStructure>feederVehicleJourneyRevesprotected InterchangeRefinterchangeRefprotected StopPointRefStructurestopPointRef-
Fields inherited from class uk.org.siri.siri21.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description AbstractDistributorItemStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionLinkRefgetConnectionLinkRef()Gets the value of the connectionLinkRef property.InterchangeJourneyStructuregetDistributorJourney()Gets the value of the distributorJourney property.BigIntegergetDistributorOrder()Gets the value of the distributorOrder property.BigIntegergetDistributorVisitNumber()Gets the value of the distributorVisitNumber property.List<FramedVehicleJourneyRefStructure>getFeederVehicleJourneyReves()Gets the value of the feederVehicleJourneyReves property.InterchangeRefgetInterchangeRef()Gets the value of the interchangeRef property.StopPointRefStructuregetStopPointRef()Gets the value of the stopPointRef property.voidsetConnectionLinkRef(ConnectionLinkRef value)Sets the value of the connectionLinkRef property.voidsetDistributorJourney(InterchangeJourneyStructure value)Sets the value of the distributorJourney property.voidsetDistributorOrder(BigInteger value)Sets the value of the distributorOrder property.voidsetDistributorVisitNumber(BigInteger value)Sets the value of the distributorVisitNumber property.voidsetInterchangeRef(InterchangeRef value)Sets the value of the interchangeRef property.voidsetStopPointRef(StopPointRefStructure value)Sets the value of the stopPointRef property.-
Methods inherited from class uk.org.siri.siri21.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
interchangeRef
protected InterchangeRef interchangeRef
-
connectionLinkRef
protected ConnectionLinkRef connectionLinkRef
-
stopPointRef
protected StopPointRefStructure stopPointRef
-
distributorVisitNumber
protected BigInteger distributorVisitNumber
-
distributorOrder
protected BigInteger distributorOrder
-
distributorJourney
protected InterchangeJourneyStructure distributorJourney
-
feederVehicleJourneyReves
protected List<FramedVehicleJourneyRefStructure> feederVehicleJourneyReves
-
-
Method Detail
-
getInterchangeRef
public InterchangeRef getInterchangeRef()
Gets the value of the interchangeRef property.- Returns:
- possible object is
InterchangeRef
-
setInterchangeRef
public void setInterchangeRef(InterchangeRef value)
Sets the value of the interchangeRef property.- Parameters:
value- allowed object isInterchangeRef
-
getConnectionLinkRef
public ConnectionLinkRef getConnectionLinkRef()
Gets the value of the connectionLinkRef property.- Returns:
- possible object is
ConnectionLinkRef
-
setConnectionLinkRef
public void setConnectionLinkRef(ConnectionLinkRef value)
Sets the value of the connectionLinkRef property.- Parameters:
value- allowed object isConnectionLinkRef
-
getStopPointRef
public StopPointRefStructure getStopPointRef()
Gets the value of the stopPointRef property.- Returns:
- possible object is
StopPointRefStructure
-
setStopPointRef
public void setStopPointRef(StopPointRefStructure value)
Sets the value of the stopPointRef property.- Parameters:
value- allowed object isStopPointRefStructure
-
getDistributorVisitNumber
public BigInteger getDistributorVisitNumber()
Gets the value of the distributorVisitNumber property.- Returns:
- possible object is
BigInteger
-
setDistributorVisitNumber
public void setDistributorVisitNumber(BigInteger value)
Sets the value of the distributorVisitNumber property.- Parameters:
value- allowed object isBigInteger
-
getDistributorOrder
public BigInteger getDistributorOrder()
Gets the value of the distributorOrder property.- Returns:
- possible object is
BigInteger
-
setDistributorOrder
public void setDistributorOrder(BigInteger value)
Sets the value of the distributorOrder property.- Parameters:
value- allowed object isBigInteger
-
getDistributorJourney
public InterchangeJourneyStructure getDistributorJourney()
Gets the value of the distributorJourney property.- Returns:
- possible object is
InterchangeJourneyStructure
-
setDistributorJourney
public void setDistributorJourney(InterchangeJourneyStructure value)
Sets the value of the distributorJourney property.- Parameters:
value- allowed object isInterchangeJourneyStructure
-
getFeederVehicleJourneyReves
public List<FramedVehicleJourneyRefStructure> getFeederVehicleJourneyReves()
Gets the value of the feederVehicleJourneyReves property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the feederVehicleJourneyReves property.For example, to add a new item, do as follows:
getFeederVehicleJourneyReves().add(newItem);Objects of the following type(s) are allowed in the list
FramedVehicleJourneyRefStructure
-
-