public class ValueType extends Object
Java class for ValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.bidib.org/schema/commonTypes/1.0}valueCalculation" minOccurs="0"/>
<element ref="{http://www.bidib.org/schema/commonTypes/1.0}description" maxOccurs="unbounded"/>
</sequence>
<attribute name="possibleValues" type="{http://www.bidib.org/schema/commonTypes/1.0}rangeValues" />
<attribute name="reset" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="disableOther" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="multiply" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
description |
protected Boolean |
disableOther |
protected Short |
multiply |
protected String |
possibleValues |
protected Boolean |
reset |
protected ValueCalculationType |
valueCalculation |
| Constructor and Description |
|---|
ValueType() |
| 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.
|
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 |
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() |
ValueType |
withDescription(Collection<DescriptionType> values) |
ValueType |
withDescription(DescriptionType... values) |
ValueType |
withDisableOther(Boolean value) |
ValueType |
withMultiply(Short value) |
ValueType |
withPossibleValues(String value) |
ValueType |
withReset(Boolean value) |
ValueType |
withValueCalculation(ValueCalculationType value) |
protected ValueCalculationType valueCalculation
protected List<DescriptionType> description
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()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
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 ValueType withValueCalculation(ValueCalculationType value)
public ValueType withDescription(DescriptionType... values)
public ValueType withDescription(Collection<DescriptionType> values)
Copyright © 2018. All rights reserved.