Class GeneralMessageServicePermissionStructure

  • All Implemented Interfaces:
    Serializable

    public class GeneralMessageServicePermissionStructure
    extends AbstractPermissionStructure
    implements Serializable
    Type for General MessageService Permission.

    Java class for GeneralMessageServicePermissionStructure complex type.

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

     <complexType name="GeneralMessageServicePermissionStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractPermissionStructure">
           <sequence>
             <element name="InfoChannelPermissions">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element ref="{http://www.siri.org.uk/siri}AllowAll"/>
                       <element name="InfoChannelPermission" type="{http://www.siri.org.uk/siri}InfoChannelPermissionStructure" maxOccurs="unbounded"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form