public class DefaultType extends Object
Java class for DefaultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DefaultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="detection" type="{http://www.bidib.org/schema/decoderDetection/1.0}DetectionType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DetectionType> |
detection |
| Constructor and Description |
|---|
DefaultType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<DetectionType> |
getDetection()
Gets the value of the detection property.
|
int |
hashCode() |
String |
toString() |
DefaultType |
withDetection(Collection<DetectionType> values) |
DefaultType |
withDetection(DetectionType... values) |
protected List<DetectionType> detection
public List<DetectionType> getDetection()
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 detection property.
For example, to add a new item, do as follows:
getDetection().add(newItem);
Objects of the following type(s) are allowed in the list
DetectionType
public DefaultType withDetection(DetectionType... values)
public DefaultType withDetection(Collection<DetectionType> values)
Copyright © 2018. All rights reserved.