public class CVType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
bitOrBitSelectionOrPartial |
protected ConditionsType |
conditions |
protected Short |
defaultValue |
protected List<DescriptionType> |
description |
protected String |
id |
protected ImageType |
image |
protected Short |
indexHigh |
protected Short |
indexLow |
protected Boolean |
initialRead |
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> |
getBitOrBitSelectionOrPartial()
Gets the value of the bitOrBitSelectionOrPartial property.
|
ConditionsType |
getConditions()
Gets the value of the conditions property.
|
Short |
getDefaultValue()
Gets the value of the defaultValue property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
ImageType |
getImage()
Gets the value of the image 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 |
isInitialRead()
Gets the value of the initialRead property.
|
Boolean |
isPomWriteExclude()
Gets the value of the pomWriteExclude property.
|
void |
setConditions(ConditionsType value)
Sets the value of the conditions property.
|
void |
setDefaultValue(Short value)
Sets the value of the defaultValue property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setImage(ImageType value)
Sets the value of the image property.
|
void |
setIndexHigh(Short value)
Sets the value of the indexHigh property.
|
void |
setIndexLow(Short value)
Sets the value of the indexLow property.
|
void |
setInitialRead(Boolean value)
Sets the value of the initialRead 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 |
withBitOrBitSelectionOrPartial(Collection<Object> values) |
CVType |
withBitOrBitSelectionOrPartial(Object... values) |
CVType |
withConditions(ConditionsType value) |
CVType |
withDefaultValue(Short value) |
CVType |
withDescription(Collection<DescriptionType> values) |
CVType |
withDescription(DescriptionType... values) |
CVType |
withId(String value) |
CVType |
withImage(ImageType value) |
CVType |
withIndexHigh(Short value) |
CVType |
withIndexLow(Short value) |
CVType |
withInitialRead(Boolean 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 ImageType image
protected ConditionsType conditions
protected String id
protected int number
protected CVTypeType type
protected Short indexHigh
protected Short indexLow
protected CVModeType mode
protected Short defaultValue
protected Boolean pomWriteExclude
protected Boolean initialRead
protected String possibleValues
public ValueCalculationType getValueCalculation()
ValueCalculationTypepublic void setValueCalculation(ValueCalculationType value)
value - allowed object is
ValueCalculationTypepublic List<DescriptionType> getDescription()
DescriptionTypepublic ImageType getImage()
ImageTypepublic void setImage(ImageType value)
value - allowed object is
ImageTypepublic ConditionsType getConditions()
ConditionsTypepublic void setConditions(ConditionsType value)
value - allowed object is
ConditionsTypepublic List<Object> getBitOrBitSelectionOrPartial()
BitType
BitSelectionType
PartialType
GroupTypepublic void setId(String value)
value - allowed object is
Stringpublic 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 Boolean isInitialRead()
Booleanpublic void setInitialRead(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 withConditions(ConditionsType value)
public CVType withBitOrBitSelectionOrPartial(Collection<Object> values)
public CVType withNumber(int value)
public CVType withType(CVTypeType value)
public CVType withMode(CVModeType value)
Copyright © 2022. All rights reserved.