public class DetectionType extends Object
Java class for DetectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}conditions"/>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}cv"/>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}cvGroup"/>
</choice>
<attribute name="type" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}DetectionTypeType" />
<attribute name="indexHigh" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="indexLow" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="displayFormat" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="value" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="valueName" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
conditionsOrCvOrCvGroup |
protected String |
displayFormat |
protected Integer |
indexHigh |
protected Integer |
indexLow |
protected DetectionTypeType |
type |
protected String |
value |
protected String |
valueName |
| Constructor and Description |
|---|
DetectionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<Object> |
getConditionsOrCvOrCvGroup()
Gets the value of the conditionsOrCvOrCvGroup property.
|
String |
getDisplayFormat()
Gets the value of the displayFormat property.
|
Integer |
getIndexHigh()
Gets the value of the indexHigh property.
|
Integer |
getIndexLow()
Gets the value of the indexLow property.
|
DetectionTypeType |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getValueName()
Gets the value of the valueName property.
|
int |
hashCode() |
void |
setDisplayFormat(String value)
Sets the value of the displayFormat property.
|
void |
setIndexHigh(Integer value)
Sets the value of the indexHigh property.
|
void |
setIndexLow(Integer value)
Sets the value of the indexLow property.
|
void |
setType(DetectionTypeType value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setValueName(String value)
Sets the value of the valueName property.
|
String |
toString() |
DetectionType |
withConditionsOrCvOrCvGroup(Collection<Object> values) |
DetectionType |
withConditionsOrCvOrCvGroup(Object... values) |
DetectionType |
withDisplayFormat(String value) |
DetectionType |
withIndexHigh(Integer value) |
DetectionType |
withIndexLow(Integer value) |
DetectionType |
withType(DetectionTypeType value) |
DetectionType |
withValue(String value) |
DetectionType |
withValueName(String value) |
protected DetectionTypeType type
protected Integer indexHigh
protected Integer indexLow
protected String displayFormat
protected String value
protected String valueName
public List<Object> getConditionsOrCvOrCvGroup()
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 conditionsOrCvOrCvGroup property.
For example, to add a new item, do as follows:
getConditionsOrCvOrCvGroup().add(newItem);
Objects of the following type(s) are allowed in the list
ConditionsType
CVType
CVGroupType
public DetectionTypeType getType()
DetectionTypeTypepublic void setType(DetectionTypeType value)
value - allowed object is
DetectionTypeTypepublic Integer getIndexHigh()
Integerpublic void setIndexHigh(Integer value)
value - allowed object is
Integerpublic Integer getIndexLow()
Integerpublic void setIndexLow(Integer value)
value - allowed object is
Integerpublic String getDisplayFormat()
Stringpublic void setDisplayFormat(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getValueName()
Stringpublic void setValueName(String value)
value - allowed object is
Stringpublic DetectionType withConditionsOrCvOrCvGroup(Object... values)
public DetectionType withConditionsOrCvOrCvGroup(Collection<Object> values)
public DetectionType withType(DetectionTypeType value)
public DetectionType withIndexHigh(Integer value)
public DetectionType withIndexLow(Integer value)
public DetectionType withDisplayFormat(String value)
public DetectionType withValue(String value)
public DetectionType withValueName(String value)
Copyright © 2021. All rights reserved.