public class AnalysisResult 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'/>
</sequence>
<attribute name="analysis" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" default="1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
analysis |
protected Object |
any |
protected Integer |
id |
| Constructor and Description |
|---|
AnalysisResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnalysis()
Gets the value of the analysis property.
|
Object |
getAny()
Gets the value of the any property.
|
int |
getId()
Gets the value of the id 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(Integer value)
Sets the value of the id property.
|
public Object getAny()
public void setAny(Object value)
public String getAnalysis()
Stringpublic void setAnalysis(String value)
value - allowed object is
Stringpublic int getId()
StringCopyright © 2017. All rights reserved.