Class SituationExchangeServicePermissionStructure

  • All Implemented Interfaces:
    Serializable

    public class SituationExchangeServicePermissionStructure
    extends AbstractPermissionStructure
    implements Serializable
    Type for Situation Exchange Service Permissions

    Java class for SituationExchangeServicePermissionStructure complex type.

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

     <complexType name="SituationExchangeServicePermissionStructure">
       <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}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • SituationExchangeServicePermissionStructure

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