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.bidib.org/schema/commonTypes/1.0}cv"/>
<element ref="{http://www.bidib.org/schema/commonTypes/1.0}cvGroup"/>
</choice>
<attribute name="type" use="required" type="{http://www.bidib.org/schema/commonTypes/1.0}DetectionTypeType" />
<attribute name="displayFormat" type="{http://www.bidib.org/schema/commonTypes/1.0}tokenNotEmpty" />
<attribute name="comment" type="{http://www.bidib.org/schema/commonTypes/1.0}tokenNotEmpty" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected List<Object> |
cvOrCvGroup |
protected String |
displayFormat |
protected DetectionTypeType |
type |
| Constructor and Description |
|---|
DetectionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getComment()
Gets the value of the comment property.
|
List<Object> |
getCvOrCvGroup()
Gets the value of the cvOrCvGroup property.
|
String |
getDisplayFormat()
Gets the value of the displayFormat property.
|
DetectionTypeType |
getType()
Gets the value of the type property.
|
int |
hashCode() |
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setDisplayFormat(String value)
Sets the value of the displayFormat property.
|
void |
setType(DetectionTypeType value)
Sets the value of the type property.
|
String |
toString() |
DetectionType |
withComment(String value) |
DetectionType |
withCvOrCvGroup(Collection<Object> values) |
DetectionType |
withCvOrCvGroup(Object... values) |
DetectionType |
withDisplayFormat(String value) |
DetectionType |
withType(DetectionTypeType value) |
protected DetectionTypeType type
protected String displayFormat
protected String comment
public List<Object> getCvOrCvGroup()
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 cvOrCvGroup property.
For example, to add a new item, do as follows:
getCvOrCvGroup().add(newItem);
Objects of the following type(s) are allowed in the list
CVType
CVGroupType
public DetectionTypeType getType()
DetectionTypeTypepublic void setType(DetectionTypeType value)
value - allowed object is
DetectionTypeTypepublic String getDisplayFormat()
Stringpublic void setDisplayFormat(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic DetectionType withCvOrCvGroup(Object... values)
public DetectionType withCvOrCvGroup(Collection<Object> values)
public DetectionType withType(DetectionTypeType value)
public DetectionType withDisplayFormat(String value)
public DetectionType withComment(String value)
Copyright © 2018. All rights reserved.