Class PassengerInformationAction
- java.lang.Object
-
- uk.org.siri.siri21.SimpleActionStructure
-
- uk.org.siri.siri21.ParameterisedActionStructure
-
- uk.org.siri.siri21.PassengerInformationAction
-
- All Implemented Interfaces:
Serializable
public class PassengerInformationAction extends ParameterisedActionStructure implements Serializable
Java class for PassengerInformationActionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PassengerInformationActionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}ParameterisedActionStructure"> <sequence> <element name="ActionRef" type="{http://www.siri.org.uk/siri}EntryQualifierStructure"/> <element name="RecordedAtTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="Version" type="{http://www.siri.org.uk/siri}SituationVersion" minOccurs="0"/> <element name="SourceRef" type="{http://www.siri.org.uk/siri}ParticipantRefStructure" minOccurs="0"/> <element name="OwnerRef" type="{http://www.siri.org.uk/siri}OrganisationRefStructure" minOccurs="0"/> <element name="Perspective" type="{http://www.siri.org.uk/siri}PerspectiveEnumeration" maxOccurs="unbounded"/> <element name="ActionPriority" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="TextualContent" type="{http://www.siri.org.uk/siri}TextualContentStructure" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegeractionPriorityprotected SituationNumberactionRefprotected OrganisationRefStructureownerRefprotected List<PerspectiveEnumeration>perspectivesprotected ZonedDateTimerecordedAtTimeprotected RequestorRefsourceRefprotected List<TextualContentStructure>textualContentsprotected SituationVersionversion-
Fields inherited from class uk.org.siri.siri21.ParameterisedActionStructure
actionDatas, description, publicationWindows
-
Fields inherited from class uk.org.siri.siri21.SimpleActionStructure
actionStatus
-
-
Constructor Summary
Constructors Constructor Description PassengerInformationAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetActionPriority()Gets the value of the actionPriority property.SituationNumbergetActionRef()Gets the value of the actionRef property.OrganisationRefStructuregetOwnerRef()Gets the value of the ownerRef property.List<PerspectiveEnumeration>getPerspectives()Gets the value of the perspectives property.ZonedDateTimegetRecordedAtTime()Gets the value of the recordedAtTime property.RequestorRefgetSourceRef()Gets the value of the sourceRef property.List<TextualContentStructure>getTextualContents()Gets the value of the textualContents property.SituationVersiongetVersion()Gets the value of the version property.voidsetActionPriority(BigInteger value)Sets the value of the actionPriority property.voidsetActionRef(SituationNumber value)Sets the value of the actionRef property.voidsetOwnerRef(OrganisationRefStructure value)Sets the value of the ownerRef property.voidsetRecordedAtTime(ZonedDateTime value)Sets the value of the recordedAtTime property.voidsetSourceRef(RequestorRef value)Sets the value of the sourceRef property.voidsetVersion(SituationVersion value)Sets the value of the version property.-
Methods inherited from class uk.org.siri.siri21.ParameterisedActionStructure
getActionDatas, getDescription, getPublicationWindows, setDescription
-
Methods inherited from class uk.org.siri.siri21.SimpleActionStructure
getActionStatus, setActionStatus
-
-
-
-
Field Detail
-
actionRef
protected SituationNumber actionRef
-
recordedAtTime
protected ZonedDateTime recordedAtTime
-
version
protected SituationVersion version
-
sourceRef
protected RequestorRef sourceRef
-
ownerRef
protected OrganisationRefStructure ownerRef
-
perspectives
protected List<PerspectiveEnumeration> perspectives
-
actionPriority
protected BigInteger actionPriority
-
textualContents
protected List<TextualContentStructure> textualContents
-
-
Method Detail
-
getActionRef
public SituationNumber getActionRef()
Gets the value of the actionRef property.- Returns:
- possible object is
SituationNumber
-
setActionRef
public void setActionRef(SituationNumber value)
Sets the value of the actionRef property.- Parameters:
value- allowed object isSituationNumber
-
getRecordedAtTime
public ZonedDateTime getRecordedAtTime()
Gets the value of the recordedAtTime property.- Returns:
- possible object is
String
-
setRecordedAtTime
public void setRecordedAtTime(ZonedDateTime value)
Sets the value of the recordedAtTime property.- Parameters:
value- allowed object isString
-
getVersion
public SituationVersion getVersion()
Gets the value of the version property.- Returns:
- possible object is
SituationVersion
-
setVersion
public void setVersion(SituationVersion value)
Sets the value of the version property.- Parameters:
value- allowed object isSituationVersion
-
getSourceRef
public RequestorRef getSourceRef()
Gets the value of the sourceRef property.- Returns:
- possible object is
RequestorRef
-
setSourceRef
public void setSourceRef(RequestorRef value)
Sets the value of the sourceRef property.- Parameters:
value- allowed object isRequestorRef
-
getOwnerRef
public OrganisationRefStructure getOwnerRef()
Gets the value of the ownerRef property.- Returns:
- possible object is
OrganisationRefStructure
-
setOwnerRef
public void setOwnerRef(OrganisationRefStructure value)
Sets the value of the ownerRef property.- Parameters:
value- allowed object isOrganisationRefStructure
-
getPerspectives
public List<PerspectiveEnumeration> getPerspectives()
Gets the value of the perspectives 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 perspectives property.For example, to add a new item, do as follows:
getPerspectives().add(newItem);Objects of the following type(s) are allowed in the list
PerspectiveEnumeration
-
getActionPriority
public BigInteger getActionPriority()
Gets the value of the actionPriority property.- Returns:
- possible object is
BigInteger
-
setActionPriority
public void setActionPriority(BigInteger value)
Sets the value of the actionPriority property.- Parameters:
value- allowed object isBigInteger
-
getTextualContents
public List<TextualContentStructure> getTextualContents()
Gets the value of the textualContents 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 textualContents property.For example, to add a new item, do as follows:
getTextualContents().add(newItem);Objects of the following type(s) are allowed in the list
TextualContentStructure
-
-