public class ValueCalculationType extends Object
Java class for ValueCalculationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueCalculationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="unit" type="{http://www.bidib.org/schema/commonTypes/1.0}UnitType" />
<attribute name="multiplier" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="divider" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="offset" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="digits" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Short |
digits |
protected Integer |
divider |
protected Integer |
multiplier |
protected Short |
offset |
protected String |
unit |
| Constructor and Description |
|---|
ValueCalculationType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Short |
getDigits()
Gets the value of the digits property.
|
Integer |
getDivider()
Gets the value of the divider property.
|
Integer |
getMultiplier()
Gets the value of the multiplier property.
|
Short |
getOffset()
Gets the value of the offset property.
|
String |
getUnit()
Gets the value of the unit property.
|
int |
hashCode() |
void |
setDigits(Short value)
Sets the value of the digits property.
|
void |
setDivider(Integer value)
Sets the value of the divider property.
|
void |
setMultiplier(Integer value)
Sets the value of the multiplier property.
|
void |
setOffset(Short value)
Sets the value of the offset property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
String |
toString() |
ValueCalculationType |
withDigits(Short value) |
ValueCalculationType |
withDivider(Integer value) |
ValueCalculationType |
withMultiplier(Integer value) |
ValueCalculationType |
withOffset(Short value) |
ValueCalculationType |
withUnit(String value) |
protected String unit
protected Integer multiplier
protected Integer divider
protected Short offset
protected Short digits
public String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic Integer getMultiplier()
Integerpublic void setMultiplier(Integer value)
value - allowed object is
Integerpublic Integer getDivider()
Integerpublic void setDivider(Integer value)
value - allowed object is
Integerpublic Short getOffset()
Shortpublic void setOffset(Short value)
value - allowed object is
Shortpublic Short getDigits()
Shortpublic void setDigits(Short value)
value - allowed object is
Shortpublic ValueCalculationType withUnit(String value)
public ValueCalculationType withMultiplier(Integer value)
public ValueCalculationType withDivider(Integer value)
public ValueCalculationType withOffset(Short value)
public ValueCalculationType withDigits(Short value)
Copyright © 2016. All rights reserved.