public class AcousticDataQAType extends QualityAssuranceProcessType
Java class for AcousticDataQAType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AcousticDataQAType">
<complexContent>
<extension base="{http://tethys.sdsu.edu/schema/1.0}QualityAssuranceProcessType">
<sequence>
<element name="Quality" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="End" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Category">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="unverified"/>
<enumeration value="good"/>
<enumeration value="compromised"/>
<enumeration value="unusable"/>
</restriction>
</simpleType>
</element>
<element name="FrequencyRange" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Low_Hz" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="High_Hz" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Channel" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AcousticDataQAType.Quality
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AcousticDataQAType.Quality> |
quality |
description, responsibleParty| Constructor and Description |
|---|
AcousticDataQAType() |
| Modifier and Type | Method and Description |
|---|---|
List<AcousticDataQAType.Quality> |
getQuality()
Gets the value of the quality property.
|
getDescription, getResponsibleParty, setDescription, setResponsiblePartyprotected List<AcousticDataQAType.Quality> quality
public List<AcousticDataQAType.Quality> getQuality()
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 quality property.
For example, to add a new item, do as follows:
getQuality().add(newItem);
Objects of the following type(s) are allowed in the list
AcousticDataQAType.Quality
Copyright © 2020 Tethys. All rights reserved.