public class FirmwareType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
decoderDBLink |
protected DecodersType |
decoders |
protected ImagesType |
images |
protected ManualsType |
manuals |
protected Integer |
manufacturerExtendedId |
protected short |
manufacturerId |
protected String |
manufacturerName |
protected String |
manufacturerShortName |
protected String |
manufacturerUrl |
protected String |
options |
protected ProtocolsType |
protocols |
protected XMLGregorianCalendar |
releaseDate |
protected String |
version |
protected String |
versionExtension |
| Constructor and Description |
|---|
FirmwareType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getDecoderDBLink()
Gets the value of the decoderDBLink property.
|
DecodersType |
getDecoders()
Gets the value of the decoders property.
|
ImagesType |
getImages()
Gets the value of the images property.
|
ManualsType |
getManuals()
Gets the value of the manuals property.
|
Integer |
getManufacturerExtendedId()
Gets the value of the manufacturerExtendedId property.
|
short |
getManufacturerId()
Gets the value of the manufacturerId property.
|
String |
getManufacturerName()
Gets the value of the manufacturerName property.
|
String |
getManufacturerShortName()
Gets the value of the manufacturerShortName property.
|
String |
getManufacturerUrl()
Gets the value of the manufacturerUrl property.
|
String |
getOptions()
Gets the value of the options property.
|
ProtocolsType |
getProtocols()
Gets the value of the protocols property.
|
XMLGregorianCalendar |
getReleaseDate()
Gets the value of the releaseDate property.
|
String |
getVersion()
Gets the value of the version property.
|
String |
getVersionExtension()
Gets the value of the versionExtension property.
|
int |
hashCode() |
void |
setDecoderDBLink(String value)
Sets the value of the decoderDBLink property.
|
void |
setDecoders(DecodersType value)
Sets the value of the decoders property.
|
void |
setImages(ImagesType value)
Sets the value of the images property.
|
void |
setManuals(ManualsType value)
Sets the value of the manuals property.
|
void |
setManufacturerExtendedId(Integer value)
Sets the value of the manufacturerExtendedId property.
|
void |
setManufacturerId(short value)
Sets the value of the manufacturerId property.
|
void |
setManufacturerName(String value)
Sets the value of the manufacturerName property.
|
void |
setManufacturerShortName(String value)
Sets the value of the manufacturerShortName property.
|
void |
setManufacturerUrl(String value)
Sets the value of the manufacturerUrl property.
|
void |
setOptions(String value)
Sets the value of the options property.
|
void |
setProtocols(ProtocolsType value)
Sets the value of the protocols property.
|
void |
setReleaseDate(XMLGregorianCalendar value)
Sets the value of the releaseDate property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setVersionExtension(String value)
Sets the value of the versionExtension property.
|
String |
toString() |
FirmwareType |
withDecoderDBLink(String value) |
FirmwareType |
withDecoders(DecodersType value) |
FirmwareType |
withImages(ImagesType value) |
FirmwareType |
withManuals(ManualsType value) |
FirmwareType |
withManufacturerExtendedId(Integer value) |
FirmwareType |
withManufacturerId(short value) |
FirmwareType |
withManufacturerName(String value) |
FirmwareType |
withManufacturerShortName(String value) |
FirmwareType |
withManufacturerUrl(String value) |
FirmwareType |
withOptions(String value) |
FirmwareType |
withProtocols(ProtocolsType value) |
FirmwareType |
withReleaseDate(XMLGregorianCalendar value) |
FirmwareType |
withVersion(String value) |
FirmwareType |
withVersionExtension(String value) |
protected DecodersType decoders
protected ManualsType manuals
protected ImagesType images
protected ProtocolsType protocols
protected String version
protected String versionExtension
protected XMLGregorianCalendar releaseDate
protected short manufacturerId
protected Integer manufacturerExtendedId
protected String manufacturerName
protected String manufacturerShortName
protected String manufacturerUrl
protected String decoderDBLink
protected String options
public DecodersType getDecoders()
DecodersTypepublic void setDecoders(DecodersType value)
value - allowed object is
DecodersTypepublic ManualsType getManuals()
ManualsTypepublic void setManuals(ManualsType value)
value - allowed object is
ManualsTypepublic ImagesType getImages()
ImagesTypepublic void setImages(ImagesType value)
value - allowed object is
ImagesTypepublic ProtocolsType getProtocols()
ProtocolsTypepublic void setProtocols(ProtocolsType value)
value - allowed object is
ProtocolsTypepublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getVersionExtension()
Stringpublic void setVersionExtension(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getReleaseDate()
XMLGregorianCalendarpublic void setReleaseDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic short getManufacturerId()
public void setManufacturerId(short value)
public Integer getManufacturerExtendedId()
Integerpublic void setManufacturerExtendedId(Integer value)
value - allowed object is
Integerpublic String getManufacturerName()
Stringpublic void setManufacturerName(String value)
value - allowed object is
Stringpublic String getManufacturerShortName()
Stringpublic void setManufacturerShortName(String value)
value - allowed object is
Stringpublic String getManufacturerUrl()
Stringpublic void setManufacturerUrl(String value)
value - allowed object is
Stringpublic String getDecoderDBLink()
Stringpublic void setDecoderDBLink(String value)
value - allowed object is
Stringpublic String getOptions()
Stringpublic void setOptions(String value)
value - allowed object is
Stringpublic FirmwareType withDecoders(DecodersType value)
public FirmwareType withManuals(ManualsType value)
public FirmwareType withImages(ImagesType value)
public FirmwareType withProtocols(ProtocolsType value)
public FirmwareType withVersion(String value)
public FirmwareType withVersionExtension(String value)
public FirmwareType withReleaseDate(XMLGregorianCalendar value)
public FirmwareType withManufacturerId(short value)
public FirmwareType withManufacturerExtendedId(Integer value)
public FirmwareType withManufacturerName(String value)
public FirmwareType withManufacturerShortName(String value)
public FirmwareType withManufacturerUrl(String value)
public FirmwareType withDecoderDBLink(String value)
public FirmwareType withOptions(String value)
Copyright © 2024. All rights reserved.