Class FirmwareProtocolType


  • public class FirmwareProtocolType
    extends ProtocolType

    Java class for FirmwareProtocolType complex type.

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

     <complexType name="FirmwareProtocolType">
       <complexContent>
         <extension base="{http://www.decoderdb.de/schema/commonTypes/1.2}ProtocolType">
           <sequence>
             <element name="cvChangelog" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}CvChangelogType" minOccurs="0"/>
             <element name="decoderDetection" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}DecoderDetectionType" minOccurs="0"/>
             <element name="resets" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}ResetsType" minOccurs="0"/>
             <element name="presets" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}PresetsType" minOccurs="0"/>
             <element name="cvs" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}CVsType" minOccurs="0"/>
             <element name="cvStructure" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}CVStructureType" minOccurs="0"/>
           </sequence>
           <attribute name="indexHigh" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
           <attribute name="indexLow" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
           <attribute name="speedSteps" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
           <attribute name="functions" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
           <attribute name="progModes" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
           <attribute name="options" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
           <attribute name="railcom" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
         </extension>
       </complexContent>
     </complexType>