Package uk.org.siri.siri10
Class AbstractFeederItemStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractItemStructure
-
- uk.org.siri.siri10.AbstractIdentifiedItemStructure
-
- uk.org.siri.siri10.AbstractFeederItemStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MonitoredFeederArrivalCancellationStructure,MonitoredFeederArrivalStructure,TimetabledFeederArrivalStructure
public class AbstractFeederItemStructure extends AbstractIdentifiedItemStructure implements Serializable
Type for an interchange feeder Activity.Java class for AbstractFeederItemStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractFeederItemStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}AbstractIdentifiedItemStructure"> <sequence> <group ref="{http://www.siri.org.uk/}InterchangeFeederIdentityGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ConnectionLinkRefStructureconnectionLinkRefprotected InterchangeRefStructureinterchangeRefprotected BigIntegerorderprotected NaturalLanguageStringStructurestopPointNameprotected StopPointRefStructurestopPointRefprotected BigIntegervisitNumber-
Fields inherited from class uk.org.siri.siri10.AbstractIdentifiedItemStructure
itemIdentifier
-
Fields inherited from class uk.org.siri.siri10.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description AbstractFeederItemStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionLinkRefStructuregetConnectionLinkRef()Gets the value of the connectionLinkRef property.InterchangeRefStructuregetInterchangeRef()Gets the value of the interchangeRef property.BigIntegergetOrder()Gets the value of the order property.NaturalLanguageStringStructuregetStopPointName()Gets the value of the stopPointName property.StopPointRefStructuregetStopPointRef()Gets the value of the stopPointRef property.BigIntegergetVisitNumber()Gets the value of the visitNumber property.voidsetConnectionLinkRef(ConnectionLinkRefStructure value)Sets the value of the connectionLinkRef property.voidsetInterchangeRef(InterchangeRefStructure value)Sets the value of the interchangeRef property.voidsetOrder(BigInteger value)Sets the value of the order property.voidsetStopPointName(NaturalLanguageStringStructure value)Sets the value of the stopPointName property.voidsetStopPointRef(StopPointRefStructure value)Sets the value of the stopPointRef property.voidsetVisitNumber(BigInteger value)Sets the value of the visitNumber property.-
Methods inherited from class uk.org.siri.siri10.AbstractIdentifiedItemStructure
getItemIdentifier, setItemIdentifier
-
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
-
visitNumber
protected BigInteger visitNumber
-
order
protected BigInteger order
-
stopPointName
protected NaturalLanguageStringStructure stopPointName
-
-
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
-
getVisitNumber
public BigInteger getVisitNumber()
Gets the value of the visitNumber property.- Returns:
- possible object is
BigInteger
-
setVisitNumber
public void setVisitNumber(BigInteger value)
Sets the value of the visitNumber property.- Parameters:
value- allowed object isBigInteger
-
getOrder
public BigInteger getOrder()
Gets the value of the order property.- Returns:
- possible object is
BigInteger
-
setOrder
public void setOrder(BigInteger value)
Sets the value of the order property.- Parameters:
value- allowed object isBigInteger
-
getStopPointName
public NaturalLanguageStringStructure getStopPointName()
Gets the value of the stopPointName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setStopPointName
public void setStopPointName(NaturalLanguageStringStructure value)
Sets the value of the stopPointName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
-