Class DecoderFirmwareDefinition
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoderfirmware.DecoderFirmwareDefinition
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected FirmwareTypefirmwareprotected VersionTypeversion
-
Constructor Summary
Constructors Constructor Description DecoderFirmwareDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)FirmwareTypegetFirmware()Gets the value of the firmware property.VersionTypegetVersion()Gets the value of the version property.inthashCode()voidsetFirmware(FirmwareType value)Sets the value of the firmware property.voidsetVersion(VersionType value)Sets the value of the version property.StringtoString()DecoderFirmwareDefinitionwithFirmware(FirmwareType value)DecoderFirmwareDefinitionwithVersion(VersionType value)
-
-
-
Field Detail
-
version
protected VersionType version
-
firmware
protected FirmwareType firmware
-
-
Method Detail
-
getVersion
public VersionType getVersion()
Gets the value of the version property.- Returns:
- possible object is
VersionType
-
setVersion
public void setVersion(VersionType value)
Sets the value of the version property.- Parameters:
value- allowed object isVersionType
-
getFirmware
public FirmwareType getFirmware()
Gets the value of the firmware property.- Returns:
- possible object is
FirmwareType
-
setFirmware
public void setFirmware(FirmwareType value)
Sets the value of the firmware property.- Parameters:
value- allowed object isFirmwareType
-
withVersion
public DecoderFirmwareDefinition withVersion(VersionType value)
-
withFirmware
public DecoderFirmwareDefinition withFirmware(FirmwareType value)
-
-