public static class AcousticDataQAType.Quality extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Modifier and Type | Class and Description |
---|---|
static class |
AcousticDataQAType.Quality.FrequencyRange
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
category |
protected List<BigInteger> |
channel |
protected String |
comment |
protected XMLGregorianCalendar |
end |
protected AcousticDataQAType.Quality.FrequencyRange |
frequencyRange |
protected XMLGregorianCalendar |
start |
Constructor and Description |
---|
Quality() |
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
Gets the value of the category property.
|
List<BigInteger> |
getChannel()
Gets the value of the channel property.
|
String |
getComment()
Gets the value of the comment property.
|
XMLGregorianCalendar |
getEnd()
Gets the value of the end property.
|
AcousticDataQAType.Quality.FrequencyRange |
getFrequencyRange()
Gets the value of the frequencyRange property.
|
XMLGregorianCalendar |
getStart()
Gets the value of the start property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setEnd(XMLGregorianCalendar value)
Sets the value of the end property.
|
void |
setFrequencyRange(AcousticDataQAType.Quality.FrequencyRange value)
Sets the value of the frequencyRange property.
|
void |
setStart(XMLGregorianCalendar value)
Sets the value of the start property.
|
protected XMLGregorianCalendar start
protected XMLGregorianCalendar end
protected String category
protected AcousticDataQAType.Quality.FrequencyRange frequencyRange
protected List<BigInteger> channel
protected String comment
public XMLGregorianCalendar getStart()
XMLGregorianCalendar
public void setStart(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getEnd()
XMLGregorianCalendar
public void setEnd(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getCategory()
String
public void setCategory(String value)
value
- allowed object is
String
public AcousticDataQAType.Quality.FrequencyRange getFrequencyRange()
AcousticDataQAType.Quality.FrequencyRange
public void setFrequencyRange(AcousticDataQAType.Quality.FrequencyRange value)
value
- allowed object is
AcousticDataQAType.Quality.FrequencyRange
public List<BigInteger> getChannel()
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 channel property.
For example, to add a new item, do as follows:
getChannel().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
public String getComment()
String
Copyright © 2020 Tethys. All rights reserved.