Class GeneralMessageServiceCapabilitiesStructure

  • All Implemented Interfaces:
    Serializable

    public class GeneralMessageServiceCapabilitiesStructure
    extends AbstractCapabilitiesStructure
    implements Serializable
    Type for General Message Capabilities

    Java class for GeneralMessageServiceCapabilitiesStructure complex type.

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

     <complexType name="GeneralMessageServiceCapabilitiesStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractCapabilitiesStructure">
           <sequence>
             <element name="TopicFiltering" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="DefaultPreviewInterval" type="{http://www.siri.org.uk/}PositiveDurationType"/>
                       <element name="FilterByInfoChannel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="RequestPolicy" type="{http://www.siri.org.uk/}CapabilityRequestPolicyStructure" minOccurs="0"/>
             <element name="AccessControl" type="{http://www.siri.org.uk/}GeneralMessageCapabilityAccessControlStructure" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form