Class EstimatedVersionFrameStructure

  • All Implemented Interfaces:
    Serializable

    public class EstimatedVersionFrameStructure
    extends AbstractItemStructure
    implements Serializable
    Type for version frame structure.

    Java class for EstimatedVersionFrameStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="EstimatedVersionFrameStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractItemStructure">
           <sequence>
             <element ref="{http://www.siri.org.uk/siri}VersionRef" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}EstimatedVehicleJourney" maxOccurs="unbounded"/>
             <element ref="{http://www.siri.org.uk/siri}EstimatedServiceJourneyInterchange" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • EstimatedVersionFrameStructure

        public EstimatedVersionFrameStructure()
    • Method Detail

      • getVersionRef

        public String getVersionRef()
        Gets the value of the versionRef property.
        Returns:
        possible object is String
      • setVersionRef

        public void setVersionRef​(String value)
        Sets the value of the versionRef property.
        Parameters:
        value - allowed object is String
      • getEstimatedVehicleJourneies

        public List<EstimatedVehicleJourney> getEstimatedVehicleJourneies()
        Gets the value of the estimatedVehicleJourneies 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 set method for the estimatedVehicleJourneies property.

        For example, to add a new item, do as follows:

            getEstimatedVehicleJourneies().add(newItem);
         

        Objects of the following type(s) are allowed in the list EstimatedVehicleJourney

      • getEstimatedServiceJourneyInterchanges

        public List<EstimatedServiceJourneyInterchange> getEstimatedServiceJourneyInterchanges()
        Connection parameters for a monitored SERVICE JOURNEY INTERCHANGE between a feeder and distributor journey. SIRI 2.0 Gets the value of the estimatedServiceJourneyInterchanges 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 set method for the estimatedServiceJourneyInterchanges property.

        For example, to add a new item, do as follows:

            getEstimatedServiceJourneyInterchanges().add(newItem);
         

        Objects of the following type(s) are allowed in the list EstimatedServiceJourneyInterchange