public class CVType extends Object
Java class for CVType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CVType">
<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" minOccurs="0"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.bidib.org/schema/commonTypes/1.0}bit"/>
<element ref="{http://www.bidib.org/schema/commonTypes/1.0}bitSelection"/>
<element ref="{http://www.bidib.org/schema/commonTypes/1.0}value"/>
<element ref="{http://www.bidib.org/schema/commonTypes/1.0}group"/>
</choice>
</sequence>
<attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="type" type="{http://www.bidib.org/schema/commonTypes/1.0}CVTypeType" />
<attribute name="indexHigh" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="indexLow" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="mode" use="required" type="{http://www.bidib.org/schema/commonTypes/1.0}CVModeType" />
<attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="pomWriteExclude" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="possibleValues" type="{http://www.bidib.org/schema/commonTypes/1.0}rangeValues" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
bitOrBitSelectionOrValue |
protected Short |
defaultValue |
protected List<DescriptionType> |
description |
protected Short |
indexHigh |
protected Short |
indexLow |
protected CVModeType |
mode |
protected int |
number |
protected Boolean |
pomWriteExclude |
protected String |
possibleValues |
protected CVTypeType |
type |
protected ValueCalculationType |
valueCalculation |
| Constructor and Description |
|---|
CVType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<Object> |
getBitOrBitSelectionOrValue()
Gets the value of the bitOrBitSelectionOrValue property.
|
Short |
getDefaultValue()
Gets the value of the defaultValue property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
Short |
getIndexHigh()
Gets the value of the indexHigh property.
|
Short |
getIndexLow()
Gets the value of the indexLow property.
|
CVModeType |
getMode()
Gets the value of the mode property.
|
int |
getNumber()
Gets the value of the number property.
|
String |
getPossibleValues()
Gets the value of the possibleValues property.
|
CVTypeType |
getType()
Gets the value of the type property.
|
ValueCalculationType |
getValueCalculation()
Gets the value of the valueCalculation property.
|
int |
hashCode() |
Boolean |
isPomWriteExclude()
Gets the value of the pomWriteExclude property.
|
void |
setDefaultValue(Short value)
Sets the value of the defaultValue property.
|
void |
setIndexHigh(Short value)
Sets the value of the indexHigh property.
|
void |
setIndexLow(Short value)
Sets the value of the indexLow property.
|
void |
setMode(CVModeType value)
Sets the value of the mode property.
|
void |
setNumber(int value)
Sets the value of the number property.
|
void |
setPomWriteExclude(Boolean value)
Sets the value of the pomWriteExclude property.
|
void |
setPossibleValues(String value)
Sets the value of the possibleValues property.
|
void |
setType(CVTypeType value)
Sets the value of the type property.
|
void |
setValueCalculation(ValueCalculationType value)
Sets the value of the valueCalculation property.
|
String |
toString() |
CVType |
withBitOrBitSelectionOrValue(Collection<Object> values) |
CVType |
withBitOrBitSelectionOrValue(Object... values) |
CVType |
withDefaultValue(Short value) |
CVType |
withDescription(Collection<DescriptionType> values) |
CVType |
withDescription(DescriptionType... values) |
CVType |
withIndexHigh(Short value) |
CVType |
withIndexLow(Short value) |
CVType |
withMode(CVModeType value) |
CVType |
withNumber(int value) |
CVType |
withPomWriteExclude(Boolean value) |
CVType |
withPossibleValues(String value) |
CVType |
withType(CVTypeType value) |
CVType |
withValueCalculation(ValueCalculationType value) |
protected ValueCalculationType valueCalculation
protected List<DescriptionType> description
protected int number
protected CVTypeType type
protected Short indexHigh
protected Short indexLow
protected CVModeType mode
protected Short defaultValue
protected Boolean pomWriteExclude
protected String possibleValues
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 List<Object> getBitOrBitSelectionOrValue()
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 bitOrBitSelectionOrValue property.
For example, to add a new item, do as follows:
getBitOrBitSelectionOrValue().add(newItem);
Objects of the following type(s) are allowed in the list
BitType
BitSelectionType
ValueType
GroupType
public int getNumber()
public void setNumber(int value)
public CVTypeType getType()
CVTypeTypepublic void setType(CVTypeType value)
value - allowed object is
CVTypeTypepublic Short getIndexHigh()
Shortpublic void setIndexHigh(Short value)
value - allowed object is
Shortpublic Short getIndexLow()
Shortpublic void setIndexLow(Short value)
value - allowed object is
Shortpublic CVModeType getMode()
CVModeTypepublic void setMode(CVModeType value)
value - allowed object is
CVModeTypepublic Short getDefaultValue()
Shortpublic void setDefaultValue(Short value)
value - allowed object is
Shortpublic Boolean isPomWriteExclude()
Booleanpublic void setPomWriteExclude(Boolean value)
value - allowed object is
Booleanpublic String getPossibleValues()
Stringpublic void setPossibleValues(String value)
value - allowed object is
Stringpublic CVType withValueCalculation(ValueCalculationType value)
public CVType withDescription(DescriptionType... values)
public CVType withDescription(Collection<DescriptionType> values)
public CVType withBitOrBitSelectionOrValue(Collection<Object> values)
public CVType withNumber(int value)
public CVType withType(CVTypeType value)
public CVType withMode(CVModeType value)
Copyright © 2018. All rights reserved.