Class ProtocolsType


  • public class ProtocolsType
    extends Object

    Java class for ProtocolsType complex type.

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

     <complexType name="ProtocolsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="protocol" type="{http://www.decoderdb.de/schema/decoderDetection/1.1}DecoderDetectionProtocolType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>