public class ItemType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Serializable> |
content |
protected Short |
indexHigh |
protected Short |
indexLow |
protected Integer |
number |
protected ValueCalculationItemType |
type |
protected String |
value |
| Constructor and Description |
|---|
ItemType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<Serializable> |
getContent()
Gets the value of the content property.
|
Short |
getIndexHigh()
Gets the value of the indexHigh property.
|
Short |
getIndexLow()
Gets the value of the indexLow property.
|
Integer |
getNumber()
Gets the value of the number property.
|
ValueCalculationItemType |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setIndexHigh(Short value)
Sets the value of the indexHigh property.
|
void |
setIndexLow(Short value)
Sets the value of the indexLow property.
|
void |
setNumber(Integer value)
Sets the value of the number property.
|
void |
setType(ValueCalculationItemType value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString() |
ItemType |
withContent(Collection<Serializable> values) |
ItemType |
withContent(Serializable... values) |
ItemType |
withIndexHigh(Short value) |
ItemType |
withIndexLow(Short value) |
ItemType |
withNumber(Integer value) |
ItemType |
withType(ValueCalculationItemType value) |
ItemType |
withValue(String value) |
protected List<Serializable> content
protected ValueCalculationItemType type
protected String value
protected Integer number
protected Short indexHigh
protected Short indexLow
public List<Serializable> getContent()
JAXBElement<ItemType>
Stringpublic ValueCalculationItemType getType()
ValueCalculationItemTypepublic void setType(ValueCalculationItemType value)
value - allowed object is
ValueCalculationItemTypepublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Integer getNumber()
Integerpublic void setNumber(Integer value)
value - allowed object is
Integerpublic Short getIndexHigh()
Shortpublic void setIndexHigh(Short value)
value - allowed object is
Shortpublic Short getIndexLow()
Shortpublic void setIndexLow(Short value)
value - allowed object is
Shortpublic ItemType withContent(Serializable... values)
public ItemType withContent(Collection<Serializable> values)
public ItemType withType(ValueCalculationItemType value)
Copyright © 2022. All rights reserved.