Class DecoderDetection

java.lang.Object
org.bidib.jbidibc.decoder.schema.decoderdetection.DecoderDetection

public class DecoderDetection extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="version" type="{http://www.decoderdb.de/schema/commonTypes/1.2}VersionType"/>
         <element name="protocols" type="{http://www.decoderdb.de/schema/decoderDetection/1.1}ProtocolsType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>