Class GeneralMessageCapabilityAccessControlStructure

  • All Implemented Interfaces:
    Serializable

    public class GeneralMessageCapabilityAccessControlStructure
    extends CapabilityAccessControlStructure
    implements Serializable
    Type for access control.

    Java class for GeneralMessageCapabilityAccessControlStructure complex type.

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

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

      • checkInfoChannelRef

        protected boolean checkInfoChannelRef
    • Constructor Detail

      • GeneralMessageCapabilityAccessControlStructure

        public GeneralMessageCapabilityAccessControlStructure()
    • Method Detail

      • isCheckInfoChannelRef

        public boolean isCheckInfoChannelRef()
        Gets the value of the checkInfoChannelRef property.
      • setCheckInfoChannelRef

        public void setCheckInfoChannelRef​(boolean value)
        Sets the value of the checkInfoChannelRef property.