public static class Calibration.QualityAssurance 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="Quality" type="{http://tethys.sdsu.edu/schema/1.0}QualityValueBasic"/> <element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AlternateCalibration" minOccurs="0"> <complexType> <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" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Calibration.QualityAssurance.AlternateCalibration
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Calibration.QualityAssurance.AlternateCalibration |
alternateCalibration |
protected String |
comment |
protected QualityValueBasic |
quality |
Constructor and Description |
---|
QualityAssurance() |
Modifier and Type | Method and Description |
---|---|
Calibration.QualityAssurance.AlternateCalibration |
getAlternateCalibration()
Gets the value of the alternateCalibration property.
|
String |
getComment()
Gets the value of the comment property.
|
QualityValueBasic |
getQuality()
Gets the value of the quality property.
|
void |
setAlternateCalibration(Calibration.QualityAssurance.AlternateCalibration value)
Sets the value of the alternateCalibration property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setQuality(QualityValueBasic value)
Sets the value of the quality property.
|
protected QualityValueBasic quality
protected String comment
protected Calibration.QualityAssurance.AlternateCalibration alternateCalibration
public QualityValueBasic getQuality()
QualityValueBasic
public void setQuality(QualityValueBasic value)
value
- allowed object is
QualityValueBasic
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public Calibration.QualityAssurance.AlternateCalibration getAlternateCalibration()
Calibration.QualityAssurance.AlternateCalibration
public void setAlternateCalibration(Calibration.QualityAssurance.AlternateCalibration value)
value
- allowed object is
Calibration.QualityAssurance.AlternateCalibration
Copyright © 2024 Tethys. All rights reserved.