Class VehicleMonitoringServiceCapabilitiesStructure.AccessControl

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    VehicleMonitoringServiceCapabilitiesStructure

    public static class VehicleMonitoringServiceCapabilitiesStructure.AccessControl
    extends CapabilityAccessControlStructure
    implements Serializable

    Java class for anonymous complex type.

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

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

      • checkOperatorRef

        protected Boolean checkOperatorRef
      • checkLineRef

        protected Boolean checkLineRef
      • checkVehicleMonitoringRef

        protected Boolean checkVehicleMonitoringRef
    • Constructor Detail

      • AccessControl

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

        public Boolean isCheckVehicleMonitoringRef()
        Gets the value of the checkVehicleMonitoringRef property.
        Returns:
        possible object is Boolean
      • setCheckVehicleMonitoringRef

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