public class DecoderType extends Object
Java class for DecoderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DecoderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.bidib.org/schema/commonTypes/1.0}tokenNotEmpty" />
<attribute name="manufacturerId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="manufacturerExtendedId" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="firmwareVersion" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="firmwareVersionExtension" type="{http://www.bidib.org/schema/commonTypes/1.0}tokenNotEmpty" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
firmwareVersion |
protected String |
firmwareVersionExtension |
protected Integer |
manufacturerExtendedId |
protected short |
manufacturerId |
protected String |
name |
| Constructor and Description |
|---|
DecoderType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigDecimal |
getFirmwareVersion()
Gets the value of the firmwareVersion property.
|
String |
getFirmwareVersionExtension()
Gets the value of the firmwareVersionExtension property.
|
Integer |
getManufacturerExtendedId()
Gets the value of the manufacturerExtendedId property.
|
short |
getManufacturerId()
Gets the value of the manufacturerId property.
|
String |
getName()
Gets the value of the name property.
|
int |
hashCode() |
void |
setFirmwareVersion(BigDecimal value)
Sets the value of the firmwareVersion property.
|
void |
setFirmwareVersionExtension(String value)
Sets the value of the firmwareVersionExtension property.
|
void |
setManufacturerExtendedId(Integer value)
Sets the value of the manufacturerExtendedId property.
|
void |
setManufacturerId(short value)
Sets the value of the manufacturerId property.
|
void |
setName(String value)
Sets the value of the name property.
|
String |
toString() |
DecoderType |
withFirmwareVersion(BigDecimal value) |
DecoderType |
withFirmwareVersionExtension(String value) |
DecoderType |
withManufacturerExtendedId(Integer value) |
DecoderType |
withManufacturerId(short value) |
DecoderType |
withName(String value) |
protected String name
protected short manufacturerId
protected Integer manufacturerExtendedId
protected BigDecimal firmwareVersion
protected String firmwareVersionExtension
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic short getManufacturerId()
public void setManufacturerId(short value)
public Integer getManufacturerExtendedId()
Integerpublic void setManufacturerExtendedId(Integer value)
value - allowed object is
Integerpublic BigDecimal getFirmwareVersion()
BigDecimalpublic void setFirmwareVersion(BigDecimal value)
value - allowed object is
BigDecimalpublic String getFirmwareVersionExtension()
Stringpublic void setFirmwareVersionExtension(String value)
value - allowed object is
Stringpublic DecoderType withName(String value)
public DecoderType withManufacturerId(short value)
public DecoderType withManufacturerExtendedId(Integer value)
public DecoderType withFirmwareVersion(BigDecimal value)
public DecoderType withFirmwareVersionExtension(String value)
Copyright © 2018. All rights reserved.