Class DecoderFirmwareDefinition
java.lang.Object
org.bidib.jbidibc.decoder.schema.decoderfirmware.DecoderFirmwareDefinition
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the firmware property.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.toString()withFirmware(FirmwareType value) withVersion(VersionType value)
-
Field Details
-
version
-
firmware
-
-
Constructor Details
-
DecoderFirmwareDefinition
public DecoderFirmwareDefinition()
-
-
Method Details
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
VersionType
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isVersionType
-
getFirmware
Gets the value of the firmware property.- Returns:
- possible object is
FirmwareType
-
setFirmware
Sets the value of the firmware property.- Parameters:
value- allowed object isFirmwareType
-
toString
-
equals
-
hashCode
public int hashCode() -
withVersion
-
withFirmware
-