Class ConnectionServicePermissionStructure

  • All Implemented Interfaces:
    Serializable

    public class ConnectionServicePermissionStructure
    extends AbstractPermissionStructure
    implements Serializable
    Type for Monitoring Service Permission

    Java class for ConnectionServicePermissionStructure complex type.

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

     <complexType name="ConnectionServicePermissionStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractPermissionStructure">
           <sequence>
             <element ref="{http://www.siri.org.uk/siri}OperatorPermissions"/>
             <element ref="{http://www.siri.org.uk/siri}LinePermissions"/>
             <element ref="{http://www.siri.org.uk/siri}ConnectionLinkPermissions"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectionServicePermissionStructure

        public ConnectionServicePermissionStructure()
    • Method Detail

      • setOperatorPermissions

        public void setOperatorPermissions​(OperatorPermissions value)
        Sets the value of the operatorPermissions property.
        Parameters:
        value - allowed object is OperatorPermissions
      • getLinePermissions

        public LinePermissions getLinePermissions()
        Gets the value of the linePermissions property.
        Returns:
        possible object is LinePermissions
      • setLinePermissions

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