Class FacilityLocationStructure

  • All Implemented Interfaces:
    Serializable

    public class FacilityLocationStructure
    extends Object
    implements Serializable
    Location of the facility

    Java class for FacilityLocationStructure complex type.

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

     <complexType name="FacilityLocationStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://www.siri.org.uk/siri}FacilityScheduleRefGroup"/>
             <group ref="{http://www.siri.org.uk/siri}FacilityStopPlaceRefGroup"/>
             <group ref="{http://www.siri.org.uk/siri}ServiceInfoGroup"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • FacilityLocationStructure

        public FacilityLocationStructure()
    • Method Detail

      • getLineRef

        public LineRef getLineRef()
        Gets the value of the lineRef property.
        Returns:
        possible object is LineRef
      • setLineRef

        public void setLineRef​(LineRef value)
        Sets the value of the lineRef property.
        Parameters:
        value - allowed object is LineRef
      • getStopPointRef

        public StopPointRef getStopPointRef()
        Gets the value of the stopPointRef property.
        Returns:
        possible object is StopPointRef
      • setStopPointRef

        public void setStopPointRef​(StopPointRef value)
        Sets the value of the stopPointRef property.
        Parameters:
        value - allowed object is StopPointRef
      • 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
      • setConnectionLinkRef

        public void setConnectionLinkRef​(ConnectionLinkRef value)
        Sets the value of the connectionLinkRef property.
        Parameters:
        value - allowed object is ConnectionLinkRef
      • getInterchangeRef

        public InterchangeRef getInterchangeRef()
        Gets the value of the interchangeRef property.
        Returns:
        possible object is InterchangeRef
      • setInterchangeRef

        public void setInterchangeRef​(InterchangeRef value)
        Sets the value of the interchangeRef property.
        Parameters:
        value - allowed object is InterchangeRef
      • getStopPlaceRef

        public StopPlaceRef getStopPlaceRef()
        Gets the value of the stopPlaceRef property.
        Returns:
        possible object is StopPlaceRef
      • setStopPlaceRef

        public void setStopPlaceRef​(StopPlaceRef value)
        Sets the value of the stopPlaceRef property.
        Parameters:
        value - allowed object is StopPlaceRef
      • 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.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 Jakarta XML Binding 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 Jakarta XML Binding 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