public class AnalysisTimestamp 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>
<any processContents='lax' minOccurs="0"/>
</sequence>
<attribute name="time" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="analysis" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" use="required" type="{http://regis-web.systemsbiology.net/pepXML}positiveInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
analysis |
protected Object |
any |
protected long |
id |
protected XMLGregorianCalendar |
time |
| Constructor and Description |
|---|
AnalysisTimestamp() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnalysis()
Gets the value of the analysis property.
|
Object |
getAny()
Gets the value of the any property.
|
long |
getId()
Gets the value of the id property.
|
XMLGregorianCalendar |
getTime()
Gets the value of the time property.
|
void |
setAnalysis(String value)
Sets the value of the analysis property.
|
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setTime(XMLGregorianCalendar value)
Sets the value of the time property.
|
protected Object any
protected XMLGregorianCalendar time
protected String analysis
protected long id
public Object getAny()
public void setAny(Object value)
public XMLGregorianCalendar getTime()
XMLGregorianCalendarpublic void setTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getAnalysis()
Stringpublic void setAnalysis(String value)
value - allowed object is
Stringpublic long getId()
public void setId(long value)
Copyright © 2017. All rights reserved.