Class MonitoringCapabilityAccessControlStructure

  • All Implemented Interfaces:
    Serializable

    public class MonitoringCapabilityAccessControlStructure
    extends CapabilityAccessControlStructure
    implements Serializable
    Type for Monitoring Service Capability access control.

    Java class for MonitoringCapabilityAccessControlStructure complex type.

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

     <complexType name="MonitoringCapabilityAccessControlStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}CapabilityAccessControlStructure">
           <sequence>
             <element ref="{http://www.siri.org.uk/siri}CheckOperatorRef" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}CheckLineRef" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}CheckMonitoringRef" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • checkOperatorRef

        protected Boolean checkOperatorRef
      • checkLineRef

        protected Boolean checkLineRef
      • checkMonitoringRef

        protected Boolean checkMonitoringRef
    • Constructor Detail

      • MonitoringCapabilityAccessControlStructure

        public MonitoringCapabilityAccessControlStructure()
    • Method Detail

      • isCheckOperatorRef

        public Boolean isCheckOperatorRef()
        Gets the value of the checkOperatorRef property.
        Returns:
        possible object is Boolean
      • setCheckOperatorRef

        public void setCheckOperatorRef​(Boolean value)
        Sets the value of the checkOperatorRef property.
        Parameters:
        value - allowed object is Boolean
      • isCheckLineRef

        public Boolean isCheckLineRef()
        Gets the value of the checkLineRef property.
        Returns:
        possible object is Boolean
      • setCheckLineRef

        public void setCheckLineRef​(Boolean value)
        Sets the value of the checkLineRef property.
        Parameters:
        value - allowed object is Boolean
      • isCheckMonitoringRef

        public Boolean isCheckMonitoringRef()
        Gets the value of the checkMonitoringRef property.
        Returns:
        possible object is Boolean
      • setCheckMonitoringRef

        public void setCheckMonitoringRef​(Boolean value)
        Sets the value of the checkMonitoringRef property.
        Parameters:
        value - allowed object is Boolean