public class PartialType extends Object
Java class for PartialType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartialType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}valueCalculation" minOccurs="0"/>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}description" maxOccurs="unbounded"/>
</sequence>
<attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="possibleValues" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}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 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()
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 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 © 2021. All rights reserved.