Class LinePermissionStructure

  • All Implemented Interfaces:
    Serializable

    public class LinePermissionStructure
    extends AbstractTopicPermissionStructure
    implements Serializable
    Type for Line Permission.

    Java class for LinePermissionStructure complex type.

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

     <complexType name="LinePermissionStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractTopicPermissionStructure">
           <sequence>
             <element name="LineRef" type="{http://www.siri.org.uk/siri}LineRefStructure"/>
             <element name="DirectionRef" type="{http://www.siri.org.uk/siri}DirectionRefStructure" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • LinePermissionStructure

        public LinePermissionStructure()
    • 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
      • getDirectionReves

        public List<DirectionRefStructure> getDirectionReves()
        Gets the value of the directionReves 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 directionReves property.

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

            getDirectionReves().add(newItem);
         

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