public class DetectionGroup extends Object
Java class for DetectionGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetectionGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Detection" type="{http://tethys.sdsu.edu/schema/1.0}Detection" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DetectionGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<Detection> |
getDetection()
Gets the value of the detection property.
|
public List<Detection> 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
Detection
Copyright © 2024 Tethys. All rights reserved.