public static class Calibration.QualityAssurance.AlternateCalibration 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="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>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected XMLGregorianCalendar |
timeStamp |
Constructor and Description |
---|
AlternateCalibration() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.
|
protected String id
protected XMLGregorianCalendar timeStamp
public void setId(String value)
value
- allowed object is
String
public XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendar
public void setTimeStamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2024 Tethys. All rights reserved.