Class 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
    • Constructor Detail

      • PassengerInformationAction

        public PassengerInformationAction()
    • Method Detail

      • setActionRef

        public void setActionRef​(SituationNumber value)
        Sets the value of the actionRef property.
        Parameters:
        value - allowed object is SituationNumber
      • 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 is String
      • setVersion

        public void setVersion​(SituationVersion value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is SituationVersion
      • 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 is RequestorRef
      • 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 JAXB object. This is why there is not a set method 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 is BigInteger
      • 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 JAXB object. This is why there is not a set method 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