public class DecoderFirmwareDefinition extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="version" type="{http://www.decoderdb.de/schema/commonTypes/1.2}VersionType"/>
<element name="firmware" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}FirmwareType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FirmwareType |
firmware |
protected VersionType |
version |
| Constructor and Description |
|---|
DecoderFirmwareDefinition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
FirmwareType |
getFirmware()
Gets the value of the firmware property.
|
VersionType |
getVersion()
Gets the value of the version property.
|
int |
hashCode() |
void |
setFirmware(FirmwareType value)
Sets the value of the firmware property.
|
void |
setVersion(VersionType value)
Sets the value of the version property.
|
String |
toString() |
DecoderFirmwareDefinition |
withFirmware(FirmwareType value) |
DecoderFirmwareDefinition |
withVersion(VersionType value) |
protected VersionType version
protected FirmwareType firmware
public VersionType getVersion()
VersionTypepublic void setVersion(VersionType value)
value - allowed object is
VersionTypepublic FirmwareType getFirmware()
FirmwareTypepublic void setFirmware(FirmwareType value)
value - allowed object is
FirmwareTypepublic DecoderFirmwareDefinition withVersion(VersionType value)
public DecoderFirmwareDefinition withFirmware(FirmwareType value)
Copyright © 2021. All rights reserved.