public class AnalysisSummary 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="parameter" type="{http://regis-web.systemsbiology.net/pepXML}nameValueType" maxOccurs="unbounded" 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="version" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
analysis |
protected List<NameValueType> |
parameter |
protected XMLGregorianCalendar |
time |
protected String |
version |
| Constructor and Description |
|---|
AnalysisSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnalysis()
Gets the value of the analysis property.
|
List<NameValueType> |
getParameter()
Gets the value of the parameter property.
|
XMLGregorianCalendar |
getTime()
Gets the value of the time property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAnalysis(String value)
Sets the value of the analysis property.
|
void |
setTime(XMLGregorianCalendar value)
Sets the value of the time property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected List<NameValueType> parameter
protected XMLGregorianCalendar time
protected String analysis
protected String version
public List<NameValueType> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
NameValueType
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 String getVersion()
StringCopyright © 2017. All rights reserved.