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

      • LinePermissionStructure

        public LinePermissionStructure()
    • Method Detail

      • setLineRef

        public void setLineRef​(LineRefStructure value)
        Sets the value of the lineRef property.
        Parameters:
        value - allowed object is LineRefStructure
      • getDirectionRef

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

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

            getDirectionRef().add(newItem);
         

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