Class DecoderDetectionProtocolType

java.lang.Object
org.bidib.jbidibc.decoder.schema.commontypes.ProtocolType
org.bidib.jbidibc.decoder.schema.decoderdetection.DecoderDetectionProtocolType

public class DecoderDetectionProtocolType extends ProtocolType

Java class for DecoderDetectionProtocolType complex type.

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

 <complexType name="DecoderDetectionProtocolType">
   <complexContent>
     <extension base="{http://www.decoderdb.de/schema/commonTypes/1.2}ProtocolType">
       <sequence>
         <element name="default" type="{http://www.decoderdb.de/schema/decoderDetection/1.1}DefaultType" minOccurs="0"/>
         <element name="manufacturer" type="{http://www.decoderdb.de/schema/decoderDetection/1.1}ManufacturerType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>