Class ContextualisedConnectionLinkStructure

  • All Implemented Interfaces:
    Serializable

    public class ContextualisedConnectionLinkStructure
    extends Object
    implements Serializable
    Connection between two stops within a connection area. Used within the context of one or other end.

    Java class for ContextualisedConnectionLinkStructure complex type.

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

     <complexType name="ContextualisedConnectionLinkStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ConnectionLinkCode" type="{http://www.siri.org.uk/siri}ConnectionLinkCodeType" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}StopPointRef" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}StopPointName" minOccurs="0"/>
             <group ref="{http://www.siri.org.uk/siri}ConnectionDurationGroup"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ContextualisedConnectionLinkStructure

        public ContextualisedConnectionLinkStructure()
    • Method Detail

      • getConnectionLinkCode

        public String getConnectionLinkCode()
        Gets the value of the connectionLinkCode property.
        Returns:
        possible object is String
      • setConnectionLinkCode

        public void setConnectionLinkCode​(String value)
        Sets the value of the connectionLinkCode property.
        Parameters:
        value - allowed object is String
      • getDefaultDuration

        public Duration getDefaultDuration()
        Gets the value of the defaultDuration property.
        Returns:
        possible object is String
      • setDefaultDuration

        public void setDefaultDuration​(Duration value)
        Sets the value of the defaultDuration property.
        Parameters:
        value - allowed object is String
      • getFrequentTravellerDuration

        public Duration getFrequentTravellerDuration()
        Gets the value of the frequentTravellerDuration property.
        Returns:
        possible object is String
      • setFrequentTravellerDuration

        public void setFrequentTravellerDuration​(Duration value)
        Sets the value of the frequentTravellerDuration property.
        Parameters:
        value - allowed object is String
      • getOccasionalTravellerDuration

        public Duration getOccasionalTravellerDuration()
        Gets the value of the occasionalTravellerDuration property.
        Returns:
        possible object is String
      • setOccasionalTravellerDuration

        public void setOccasionalTravellerDuration​(Duration value)
        Sets the value of the occasionalTravellerDuration property.
        Parameters:
        value - allowed object is String
      • getImpairedAccessDuration

        public Duration getImpairedAccessDuration()
        Gets the value of the impairedAccessDuration property.
        Returns:
        possible object is String
      • setImpairedAccessDuration

        public void setImpairedAccessDuration​(Duration value)
        Sets the value of the impairedAccessDuration property.
        Parameters:
        value - allowed object is String