Class FirmwareProtocolType


  • public class FirmwareProtocolType
    extends ProtocolType
    <p>Java class for FirmwareProtocolType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="FirmwareProtocolType"&gt; &lt;complexContent&gt; &lt;extension base="{http://www.decoderdb.de/schema/commonTypes/1.2}ProtocolType"&gt; &lt;sequence&gt; &lt;element name="cvChangelog" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}CvChangelogType" minOccurs="0"/&gt; &lt;element name="decoderDetection" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}DecoderDetectionType" minOccurs="0"/&gt; &lt;element name="resets" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}ResetsType" minOccurs="0"/&gt; &lt;element name="presets" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}PresetsType" minOccurs="0"/&gt; &lt;element name="cvs" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}CVsType" minOccurs="0"/&gt; &lt;element name="cvStructure" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}CVStructureType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="indexHigh" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /&gt; &lt;attribute name="indexLow" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /&gt; &lt;attribute name="speedSteps" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="functions" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /&gt; &lt;attribute name="progModes" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="options" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="railcom" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>