public class CalibrationType extends Object
Java class for CalibrationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalibrationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="hydrophone"/>
<enumeration value="preamplifier"/>
<enumeration value="end-to-end"/>
</restriction>
</simpleType>
</element>
<element name="Method" type="{http://tethys.sdsu.edu/schema/1.0}AlgorithmType" minOccurs="0"/>
<element name="ResponsibleParty" type="{http://tethys.sdsu.edu/schema/1.0}ResponsibleParty" minOccurs="0"/>
<element name="FrequencyResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="Hz" type="{http://tethys.sdsu.edu/schema/1.0}DoubleList"/>
<element name="dB" type="{http://tethys.sdsu.edu/schema/1.0}DoubleList"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CalibrationType.FrequencyResponse
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CalibrationType.FrequencyResponse |
frequencyResponse |
protected String |
id |
protected AlgorithmType |
method |
protected ResponsibleParty |
responsibleParty |
protected XMLGregorianCalendar |
timeStamp |
protected String |
type |
| Constructor and Description |
|---|
CalibrationType() |
| Modifier and Type | Method and Description |
|---|---|
CalibrationType.FrequencyResponse |
getFrequencyResponse()
Gets the value of the frequencyResponse property.
|
String |
getID()
Gets the value of the id property.
|
AlgorithmType |
getMethod()
Gets the value of the method property.
|
ResponsibleParty |
getResponsibleParty()
Gets the value of the responsibleParty property.
|
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
String |
getType()
Gets the value of the type property.
|
void |
setFrequencyResponse(CalibrationType.FrequencyResponse value)
Sets the value of the frequencyResponse property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setMethod(AlgorithmType value)
Sets the value of the method property.
|
void |
setResponsibleParty(ResponsibleParty value)
Sets the value of the responsibleParty property.
|
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String id
protected XMLGregorianCalendar timeStamp
protected String type
protected AlgorithmType method
protected ResponsibleParty responsibleParty
protected CalibrationType.FrequencyResponse frequencyResponse
public void setID(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic AlgorithmType getMethod()
AlgorithmTypepublic void setMethod(AlgorithmType value)
value - allowed object is
AlgorithmTypepublic ResponsibleParty getResponsibleParty()
ResponsiblePartypublic void setResponsibleParty(ResponsibleParty value)
value - allowed object is
ResponsiblePartypublic CalibrationType.FrequencyResponse getFrequencyResponse()
CalibrationType.FrequencyResponsepublic void setFrequencyResponse(CalibrationType.FrequencyResponse value)
value - allowed object is
CalibrationType.FrequencyResponseCopyright © 2020 Tethys. All rights reserved.