Class AffectedVehicleStructure

  • All Implemented Interfaces:
    Serializable

    public class AffectedVehicleStructure
    extends Object
    implements Serializable
    Type for information about a VEHICLE affected by an SITUATION.

    Java class for AffectedVehicleStructure complex type.

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

     <complexType name="AffectedVehicleStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="VehicleRef" type="{http://www.siri.org.uk/siri}VehicleRefStructure"/>
             <element name="VehicleRegistrationNumberPlate" type="{http://www.w3.org/2001/XMLSchema}normalizedString" maxOccurs="unbounded" minOccurs="0"/>
             <element name="PhoneNumber" type="{http://www.siri.org.uk/siri}PhoneType" minOccurs="0"/>
             <element name="IPAddress" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/>
             <element name="RadioAddress" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/>
             <element name="FramedVehicleJourneyRef" type="{http://www.siri.org.uk/siri}FramedVehicleJourneyRefStructure" minOccurs="0"/>
             <element name="Location" type="{http://www.siri.org.uk/siri}LocationStructure" minOccurs="0"/>
             <element name="CurrentLocation" type="{http://www.siri.org.uk/siri}LocationStructure" minOccurs="0"/>
             <element name="AccessibilityAssessment" type="{http://www.ifopt.org.uk/acsb}AccessibilityAssessmentStructure" minOccurs="0"/>
             <group ref="{http://www.siri.org.uk/siri}ServiceInfoGroup" minOccurs="0"/>
             <element name="TrainBlockPart" type="{http://www.siri.org.uk/siri}TrainBlockPartStructure" maxOccurs="unbounded" minOccurs="0"/>
             <group ref="{http://www.siri.org.uk/siri}OperationalBlockGroup"/>
             <element name="InCongestion" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="InPanic" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="HeadwayService" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AffectedVehicleStructure

        public AffectedVehicleStructure()
    • Method Detail

      • getVehicleRef

        public VehicleRef getVehicleRef()
        Gets the value of the vehicleRef property.
        Returns:
        possible object is VehicleRef
      • setVehicleRef

        public void setVehicleRef​(VehicleRef value)
        Sets the value of the vehicleRef property.
        Parameters:
        value - allowed object is VehicleRef
      • getVehicleRegistrationNumberPlates

        public List<String> getVehicleRegistrationNumberPlates()
        Gets the value of the vehicleRegistrationNumberPlates 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 vehicleRegistrationNumberPlates property.

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

            getVehicleRegistrationNumberPlates().add(newItem);
         

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

      • getPhoneNumber

        public String getPhoneNumber()
        Gets the value of the phoneNumber property.
        Returns:
        possible object is String
      • setPhoneNumber

        public void setPhoneNumber​(String value)
        Sets the value of the phoneNumber property.
        Parameters:
        value - allowed object is String
      • getIPAddress

        public String getIPAddress()
        Gets the value of the ipAddress property.
        Returns:
        possible object is String
      • setIPAddress

        public void setIPAddress​(String value)
        Sets the value of the ipAddress property.
        Parameters:
        value - allowed object is String
      • getRadioAddress

        public String getRadioAddress()
        Gets the value of the radioAddress property.
        Returns:
        possible object is String
      • setRadioAddress

        public void setRadioAddress​(String value)
        Sets the value of the radioAddress property.
        Parameters:
        value - allowed object is String
      • setCurrentLocation

        public void setCurrentLocation​(LocationStructure value)
        Sets the value of the currentLocation property.
        Parameters:
        value - allowed object is LocationStructure
      • getServiceFeatureReves

        public List<ServiceFeatureRef> getServiceFeatureReves()
        Classification of service into arbitrary Service categories, e.g. school bus. Recommended SIRI values based on TPEG are given in SIRI documentation and enumerated in the siri_facilities package. Corresponds to NeTEX TYPE OF SERVICe.Gets the value of the serviceFeatureReves 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 serviceFeatureReves property.

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

            getServiceFeatureReves().add(newItem);
         

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

      • getVehicleFeatureReves

        public List<VehicleFeatureRefStructure> getVehicleFeatureReves()
        Gets the value of the vehicleFeatureReves 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 vehicleFeatureReves property.

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

            getVehicleFeatureReves().add(newItem);
         

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

      • getTrainBlockParts

        public List<TrainBlockPartStructure> getTrainBlockParts()
        Gets the value of the trainBlockParts 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 trainBlockParts property.

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

            getTrainBlockParts().add(newItem);
         

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

      • isInCongestion

        public Boolean isInCongestion()
        Gets the value of the inCongestion property.
        Returns:
        possible object is Boolean
      • setInCongestion

        public void setInCongestion​(Boolean value)
        Sets the value of the inCongestion property.
        Parameters:
        value - allowed object is Boolean
      • isInPanic

        public Boolean isInPanic()
        Gets the value of the inPanic property.
        Returns:
        possible object is Boolean
      • setInPanic

        public void setInPanic​(Boolean value)
        Sets the value of the inPanic property.
        Parameters:
        value - allowed object is Boolean
      • isHeadwayService

        public Boolean isHeadwayService()
        Gets the value of the headwayService property.
        Returns:
        possible object is Boolean
      • setHeadwayService

        public void setHeadwayService​(Boolean value)
        Sets the value of the headwayService property.
        Parameters:
        value - allowed object is Boolean
      • getExtensions

        public Extensions getExtensions()
        Gets the value of the extensions property.
        Returns:
        possible object is Extensions
      • setExtensions

        public void setExtensions​(Extensions value)
        Sets the value of the extensions property.
        Parameters:
        value - allowed object is Extensions