Package uk.org.siri.siri10
Class AbstractDistributorItemStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractItemStructure
-
- uk.org.siri.siri10.AbstractDistributorItemStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DistributorDepartureCancellationStructure,StoppingPositionChangedDepartureStructure,WaitProlongedDepartureStructure
public class AbstractDistributorItemStructure extends AbstractItemStructure implements Serializable
Type for an 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/}AbstractItemStructure"> <sequence> <group ref="{http://www.siri.org.uk/}InterchangeDistributorIdentityGroup"/> <element name="DistributorJourney" type="{http://www.siri.org.uk/}InterchangeJourneyStructure"/> <element name="FeederVehicleJourneyRef" type="{http://www.siri.org.uk/}FramedVehicleJourneyRefStructure" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ConnectionLinkRefStructureconnectionLinkRefprotected InterchangeJourneyStructuredistributorJourneyprotected BigIntegerdistributorOrderprotected BigIntegerdistributorVisitNumberprotected List<FramedVehicleJourneyRefStructure>feederVehicleJourneyRefprotected InterchangeRefStructureinterchangeRefprotected StopPointRefStructurestopPointRef-
Fields inherited from class uk.org.siri.siri10.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description AbstractDistributorItemStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionLinkRefStructuregetConnectionLinkRef()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>getFeederVehicleJourneyRef()Gets the value of the feederVehicleJourneyRef property.InterchangeRefStructuregetInterchangeRef()Gets the value of the interchangeRef property.StopPointRefStructuregetStopPointRef()Gets the value of the stopPointRef property.voidsetConnectionLinkRef(ConnectionLinkRefStructure 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(InterchangeRefStructure 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.siri10.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
interchangeRef
protected InterchangeRefStructure interchangeRef
-
connectionLinkRef
protected ConnectionLinkRefStructure connectionLinkRef
-
stopPointRef
protected StopPointRefStructure stopPointRef
-
distributorVisitNumber
protected BigInteger distributorVisitNumber
-
distributorOrder
protected BigInteger distributorOrder
-
distributorJourney
protected InterchangeJourneyStructure distributorJourney
-
feederVehicleJourneyRef
protected List<FramedVehicleJourneyRefStructure> feederVehicleJourneyRef
-
-
Method Detail
-
getInterchangeRef
public InterchangeRefStructure getInterchangeRef()
Gets the value of the interchangeRef property.- Returns:
- possible object is
InterchangeRefStructure
-
setInterchangeRef
public void setInterchangeRef(InterchangeRefStructure value)
Sets the value of the interchangeRef property.- Parameters:
value- allowed object isInterchangeRefStructure
-
getConnectionLinkRef
public ConnectionLinkRefStructure getConnectionLinkRef()
Gets the value of the connectionLinkRef property.- Returns:
- possible object is
ConnectionLinkRefStructure
-
setConnectionLinkRef
public void setConnectionLinkRef(ConnectionLinkRefStructure value)
Sets the value of the connectionLinkRef property.- Parameters:
value- allowed object isConnectionLinkRefStructure
-
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
-
getFeederVehicleJourneyRef
public List<FramedVehicleJourneyRefStructure> getFeederVehicleJourneyRef()
Gets the value of the feederVehicleJourneyRef 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 feederVehicleJourneyRef property.For example, to add a new item, do as follows:
getFeederVehicleJourneyRef().add(newItem);Objects of the following type(s) are allowed in the list
FramedVehicleJourneyRefStructure
-
-