Class StopPointInPatternStructure

  • All Implemented Interfaces:
    Serializable

    public class StopPointInPatternStructure
    extends AnnotatedStopPointStructure
    implements Serializable
    Summary information about a stop within line

    Java class for StopPointInPatternStructure complex type.

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

     <complexType name="StopPointInPatternStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AnnotatedStopPointStructure">
           <sequence>
             <element name="Order" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
             <element name="OnwardLinkShape" type="{http://www.siri.org.uk/siri}LineShapeStructure" minOccurs="0"/>
             <element name="LinkProjectionToNextStopPoint" type="{http://www.ifopt.org.uk/ifopt}LinkProjectionStructure" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • StopPointInPatternStructure

        public StopPointInPatternStructure()
    • Method Detail

      • getOrder

        public BigInteger getOrder()
        Gets the value of the order property.
        Returns:
        possible object is BigInteger
      • setOrder

        public void setOrder​(BigInteger value)
        Sets the value of the order property.
        Parameters:
        value - allowed object is BigInteger
      • setOnwardLinkShape

        public void setOnwardLinkShape​(LineShapeStructure value)
        Sets the value of the onwardLinkShape property.
        Parameters:
        value - allowed object is LineShapeStructure
      • getLinkProjectionToNextStopPoint

        public LinkProjection getLinkProjectionToNextStopPoint()
        Gets the value of the linkProjectionToNextStopPoint property.
        Returns:
        possible object is LinkProjection
      • setLinkProjectionToNextStopPoint

        public void setLinkProjectionToNextStopPoint​(LinkProjection value)
        Sets the value of the linkProjectionToNextStopPoint property.
        Parameters:
        value - allowed object is LinkProjection
      • 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