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>
<any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="analysis" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
analysis |
protected List<Object> |
any |
protected Integer |
id |
protected XMLGregorianCalendar |
time |
| Constructor and Description |
|---|
AnalysisSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnalysis()
Gets the value of the analysis property.
|
List<Object> |
getAny()
Gets the value of the any property.
|
Integer |
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 |
setId(Integer value)
Sets the value of the id property.
|
void |
setTime(XMLGregorianCalendar value)
Sets the value of the time property.
|
protected String analysis
protected XMLGregorianCalendar time
protected Integer id
public List<Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Element
public String getAnalysis()
Stringpublic void setAnalysis(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTime()
XMLGregorianCalendarpublic void setTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017. All rights reserved.