Class AffectedPathLinkStructure

  • All Implemented Interfaces:
    Serializable

    public class AffectedPathLinkStructure
    extends Object
    implements Serializable
    Information about a connection link from a given stop.

    Java class for AffectedPathLinkStructure complex type.

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

     <complexType name="AffectedPathLinkStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="LinkRef" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" maxOccurs="unbounded" minOccurs="0"/>
             <element name="LinkName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/>
             <element name="AccessibilityFeature" type="{http://www.ifopt.org.uk/ifopt}AccessibilityFeatureEnumeration" minOccurs="0"/>
             <element name="LinkDirection" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
             <group ref="{http://www.siri.org.uk/siri}ProjectionGroup"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AffectedPathLinkStructure

        public AffectedPathLinkStructure()
    • Method Detail

      • getLinkReves

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

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

            getLinkReves().add(newItem);
         

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

      • getLinkDirections

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

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

            getLinkDirections().add(newItem);
         

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

      • getLinkProjection

        public LinkProjection getLinkProjection()
        Gets the value of the linkProjection property.
        Returns:
        possible object is LinkProjection
      • setLinkProjection

        public void setLinkProjection​(LinkProjection value)
        Sets the value of the linkProjection property.
        Parameters:
        value - allowed object is LinkProjection
      • setOffset

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