Class AbstractPermissionStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    ConnectionServicePermissionStructure, GeneralMessageServicePermissionStructure, StopMonitoringServicePermissionStructure, VehicleMonitoringServicePermissionStructure

    public class AbstractPermissionStructure
    extends Object
    implements Serializable
    Type for Abstract Permission.

    Java class for AbstractPermissionStructure complex type.

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

     <complexType name="AbstractPermissionStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="AllParticipants" type="{http://www.siri.org.uk/}EmptyType"/>
               <element name="ParticipantRef" type="{http://www.siri.org.uk/}ParticipantRefStructure"/>
             </choice>
             <element name="GeneralCapabilities" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="RequestResponse" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="PublishSubscribe" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form