public class ConditionType extends Object
Java class for ConditionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConditionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}condition" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="operation" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="cv" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="selection" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="value" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ConditionType> |
condition |
protected String |
cv |
protected String |
operation |
protected String |
selection |
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
ConditionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<ConditionType> |
getCondition()
Gets the value of the condition property.
|
String |
getCv()
Gets the value of the cv property.
|
String |
getOperation()
Gets the value of the operation property.
|
String |
getSelection()
Gets the value of the selection property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setCv(String value)
Sets the value of the cv property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setSelection(String value)
Sets the value of the selection property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString() |
ConditionType |
withCondition(Collection<ConditionType> values) |
ConditionType |
withCondition(ConditionType... values) |
ConditionType |
withCv(String value) |
ConditionType |
withOperation(String value) |
ConditionType |
withSelection(String value) |
ConditionType |
withType(String value) |
ConditionType |
withValue(String value) |
protected List<ConditionType> condition
protected String type
protected String operation
protected String cv
protected String selection
protected String value
public List<ConditionType> getCondition()
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 condition property.
For example, to add a new item, do as follows:
getCondition().add(newItem);
Objects of the following type(s) are allowed in the list
ConditionType
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getOperation()
Stringpublic void setOperation(String value)
value - allowed object is
Stringpublic void setCv(String value)
value - allowed object is
Stringpublic String getSelection()
Stringpublic void setSelection(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic ConditionType withCondition(ConditionType... values)
public ConditionType withCondition(Collection<ConditionType> values)
public ConditionType withType(String value)
public ConditionType withOperation(String value)
public ConditionType withCv(String value)
public ConditionType withSelection(String value)
public ConditionType withValue(String value)
Copyright © 2021. All rights reserved.