Class AffectedSectionStructure.IndirectSectionRef

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    AffectedSectionStructure

    public static class AffectedSectionStructure.IndirectSectionRef
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="FirstStopPointRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure"/>
               <element name="FirstStopPlaceRef" type="{http://www.ifopt.org.uk/ifopt}StopPlaceRefStructure"/>
               <element name="FirstQuayRef" type="{http://www.siri.org.uk/siri}QuayRefStructure"/>
             </choice>
             <choice maxOccurs="unbounded" minOccurs="0">
               <element name="IntermediateStopPointRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure"/>
               <element name="IntermediateStopPlaceRef" type="{http://www.ifopt.org.uk/ifopt}StopPlaceRefStructure"/>
               <element name="IntermediateQuayRef" type="{http://www.siri.org.uk/siri}QuayRefStructure"/>
             </choice>
             <choice>
               <element name="LastStopPointRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure"/>
               <element name="LastStopPlaceRef" type="{http://www.ifopt.org.uk/ifopt}StopPlaceRefStructure"/>
               <element name="LastQuayRef" type="{http://www.siri.org.uk/siri}QuayRefStructure"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • IndirectSectionRef

        public IndirectSectionRef()
    • Method Detail

      • setFirstQuayRef

        public void setFirstQuayRef​(QuayRefStructure value)
        Sets the value of the firstQuayRef property.
        Parameters:
        value - allowed object is QuayRefStructure
      • getFirstStopPlaceRef

        public StopPlaceRef getFirstStopPlaceRef()
        Gets the value of the firstStopPlaceRef property.
        Returns:
        possible object is StopPlaceRef
      • setFirstStopPlaceRef

        public void setFirstStopPlaceRef​(StopPlaceRef value)
        Sets the value of the firstStopPlaceRef property.
        Parameters:
        value - allowed object is StopPlaceRef
      • getIntermediateStopPointRevesAndIntermediateStopPlaceRevesAndIntermediateQuayReves

        public List<Serializable> getIntermediateStopPointRevesAndIntermediateStopPlaceRevesAndIntermediateQuayReves()
        Gets the value of the intermediateStopPointRevesAndIntermediateStopPlaceRevesAndIntermediateQuayReves 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 intermediateStopPointRevesAndIntermediateStopPlaceRevesAndIntermediateQuayReves property.

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

            getIntermediateStopPointRevesAndIntermediateStopPlaceRevesAndIntermediateQuayReves().add(newItem);
         

        Objects of the following type(s) are allowed in the list StopPointRefStructure StopPlaceRef QuayRefStructure

      • setLastQuayRef

        public void setLastQuayRef​(QuayRefStructure value)
        Sets the value of the lastQuayRef property.
        Parameters:
        value - allowed object is QuayRefStructure
      • getLastStopPlaceRef

        public StopPlaceRef getLastStopPlaceRef()
        Gets the value of the lastStopPlaceRef property.
        Returns:
        possible object is StopPlaceRef
      • setLastStopPlaceRef

        public void setLastStopPlaceRef​(StopPlaceRef value)
        Sets the value of the lastStopPlaceRef property.
        Parameters:
        value - allowed object is StopPlaceRef