public class CVGroupType extends Object
Java class for CVGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CVGroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}cv"/>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}valueCalculation" minOccurs="0"/>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}description" minOccurs="0"/>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}image" minOccurs="0"/>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}conditions" minOccurs="0"/>
</choice>
<attribute name="id" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="type" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}CVGroupTypeType" />
<attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="mode" type="{http://www.decoderdb.de/schema/commonTypes/1.2}CVModeType" />
<attribute name="pomWriteExclude" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="possibleValues" type="{http://www.decoderdb.de/schema/commonTypes/1.2}rangeValues" />
<attribute name="stringEncoding" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="options" type="{http://www.decoderdb.de/schema/commonTypes/1.2}CVGroupTypeOptions" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
cvOrValueCalculationOrDescription |
protected Long |
defaultValue |
protected String |
id |
protected CVModeType |
mode |
protected CVGroupTypeOptions |
options |
protected Boolean |
pomWriteExclude |
protected String |
possibleValues |
protected String |
stringEncoding |
protected CVGroupTypeType |
type |
| Constructor and Description |
|---|
CVGroupType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<Object> |
getCvOrValueCalculationOrDescription()
Gets the value of the cvOrValueCalculationOrDescription property.
|
Long |
getDefaultValue()
Gets the value of the defaultValue property.
|
String |
getId()
Gets the value of the id property.
|
CVModeType |
getMode()
Gets the value of the mode property.
|
CVGroupTypeOptions |
getOptions()
Gets the value of the options property.
|
String |
getPossibleValues()
Gets the value of the possibleValues property.
|
String |
getStringEncoding()
Gets the value of the stringEncoding property.
|
CVGroupTypeType |
getType()
Gets the value of the type property.
|
int |
hashCode() |
Boolean |
isPomWriteExclude()
Gets the value of the pomWriteExclude property.
|
void |
setDefaultValue(Long value)
Sets the value of the defaultValue property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMode(CVModeType value)
Sets the value of the mode property.
|
void |
setOptions(CVGroupTypeOptions value)
Sets the value of the options property.
|
void |
setPomWriteExclude(Boolean value)
Sets the value of the pomWriteExclude property.
|
void |
setPossibleValues(String value)
Sets the value of the possibleValues property.
|
void |
setStringEncoding(String value)
Sets the value of the stringEncoding property.
|
void |
setType(CVGroupTypeType value)
Sets the value of the type property.
|
String |
toString() |
CVGroupType |
withCvOrValueCalculationOrDescription(Collection<Object> values) |
CVGroupType |
withCvOrValueCalculationOrDescription(Object... values) |
CVGroupType |
withDefaultValue(Long value) |
CVGroupType |
withId(String value) |
CVGroupType |
withMode(CVModeType value) |
CVGroupType |
withOptions(CVGroupTypeOptions value) |
CVGroupType |
withPomWriteExclude(Boolean value) |
CVGroupType |
withPossibleValues(String value) |
CVGroupType |
withStringEncoding(String value) |
CVGroupType |
withType(CVGroupTypeType value) |
protected String id
protected CVGroupTypeType type
protected Long defaultValue
protected CVModeType mode
protected Boolean pomWriteExclude
protected String possibleValues
protected String stringEncoding
protected CVGroupTypeOptions options
public List<Object> getCvOrValueCalculationOrDescription()
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 cvOrValueCalculationOrDescription property.
For example, to add a new item, do as follows:
getCvOrValueCalculationOrDescription().add(newItem);
Objects of the following type(s) are allowed in the list
CVType
ValueCalculationType
DescriptionType
ImageType
ConditionsType
public void setId(String value)
value - allowed object is
Stringpublic CVGroupTypeType getType()
CVGroupTypeTypepublic void setType(CVGroupTypeType value)
value - allowed object is
CVGroupTypeTypepublic Long getDefaultValue()
Longpublic void setDefaultValue(Long value)
value - allowed object is
Longpublic CVModeType getMode()
CVModeTypepublic void setMode(CVModeType value)
value - allowed object is
CVModeTypepublic Boolean isPomWriteExclude()
Booleanpublic void setPomWriteExclude(Boolean value)
value - allowed object is
Booleanpublic String getPossibleValues()
Stringpublic void setPossibleValues(String value)
value - allowed object is
Stringpublic String getStringEncoding()
Stringpublic void setStringEncoding(String value)
value - allowed object is
Stringpublic CVGroupTypeOptions getOptions()
CVGroupTypeOptionspublic void setOptions(CVGroupTypeOptions value)
value - allowed object is
CVGroupTypeOptionspublic CVGroupType withCvOrValueCalculationOrDescription(Object... values)
public CVGroupType withCvOrValueCalculationOrDescription(Collection<Object> values)
public CVGroupType withId(String value)
public CVGroupType withType(CVGroupTypeType value)
public CVGroupType withDefaultValue(Long value)
public CVGroupType withMode(CVModeType value)
public CVGroupType withPomWriteExclude(Boolean value)
public CVGroupType withPossibleValues(String value)
public CVGroupType withStringEncoding(String value)
public CVGroupType withOptions(CVGroupTypeOptions value)
Copyright © 2021. All rights reserved.