public class PartialType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
description |
protected Boolean |
disableOther |
protected Short |
multiply |
protected int |
number |
protected String |
possibleValues |
protected Boolean |
reset |
protected ValueCalculationType |
valueCalculation |
| Constructor and Description |
|---|
PartialType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
Short |
getMultiply()
Gets the value of the multiply property.
|
int |
getNumber()
Gets the value of the number property.
|
String |
getPossibleValues()
Gets the value of the possibleValues property.
|
ValueCalculationType |
getValueCalculation()
Gets the value of the valueCalculation property.
|
int |
hashCode() |
Boolean |
isDisableOther()
Gets the value of the disableOther property.
|
Boolean |
isReset()
Gets the value of the reset property.
|
void |
setDisableOther(Boolean value)
Sets the value of the disableOther property.
|
void |
setMultiply(Short value)
Sets the value of the multiply property.
|
void |
setNumber(int value)
Sets the value of the number property.
|
void |
setPossibleValues(String value)
Sets the value of the possibleValues property.
|
void |
setReset(Boolean value)
Sets the value of the reset property.
|
void |
setValueCalculation(ValueCalculationType value)
Sets the value of the valueCalculation property.
|
String |
toString() |
PartialType |
withDescription(Collection<DescriptionType> values) |
PartialType |
withDescription(DescriptionType... values) |
PartialType |
withDisableOther(Boolean value) |
PartialType |
withMultiply(Short value) |
PartialType |
withNumber(int value) |
PartialType |
withPossibleValues(String value) |
PartialType |
withReset(Boolean value) |
PartialType |
withValueCalculation(ValueCalculationType value) |
protected ValueCalculationType valueCalculation
protected List<DescriptionType> description
protected int number
protected String possibleValues
protected Boolean reset
protected Boolean disableOther
protected Short multiply
public ValueCalculationType getValueCalculation()
ValueCalculationTypepublic void setValueCalculation(ValueCalculationType value)
value - allowed object is
ValueCalculationTypepublic List<DescriptionType> getDescription()
DescriptionTypepublic int getNumber()
public void setNumber(int value)
public String getPossibleValues()
Stringpublic void setPossibleValues(String value)
value - allowed object is
Stringpublic Boolean isReset()
Booleanpublic void setReset(Boolean value)
value - allowed object is
Booleanpublic Boolean isDisableOther()
Booleanpublic void setDisableOther(Boolean value)
value - allowed object is
Booleanpublic Short getMultiply()
Shortpublic void setMultiply(Short value)
value - allowed object is
Shortpublic PartialType withValueCalculation(ValueCalculationType value)
public PartialType withDescription(DescriptionType... values)
public PartialType withDescription(Collection<DescriptionType> values)
public PartialType withNumber(int value)
public PartialType withPossibleValues(String value)
public PartialType withReset(Boolean value)
public PartialType withDisableOther(Boolean value)
public PartialType withMultiply(Short value)
Copyright © 2024. All rights reserved.