Class DecoderDetectionProtocolType


  • public class DecoderDetectionProtocolType
    extends ProtocolType
    <p>Java class for DecoderDetectionProtocolType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="DecoderDetectionProtocolType"&gt; &lt;complexContent&gt; &lt;extension base="{http://www.decoderdb.de/schema/commonTypes/1.2}ProtocolType"&gt; &lt;sequence&gt; &lt;element name="default" type="{http://www.decoderdb.de/schema/decoderDetection/1.1}DefaultType" minOccurs="0"/&gt; &lt;element name="manufacturer" type="{http://www.decoderdb.de/schema/decoderDetection/1.1}ManufacturerType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>