public class ResultState extends Object
Java class for ResultState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultState">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ResultName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResultID" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
resultID |
protected String |
resultName |
| Constructor and Description |
|---|
ResultState() |
| Modifier and Type | Method and Description |
|---|---|
long |
getResultID()
Gets the value of the resultID property.
|
String |
getResultName()
Gets the value of the resultName property.
|
void |
setResultID(long value)
Sets the value of the resultID property.
|
void |
setResultName(String value)
Sets the value of the resultName property.
|
protected String resultName
protected long resultID
public String getResultName()
Stringpublic void setResultName(String value)
value - allowed object is
Stringpublic long getResultID()
public void setResultID(long value)
Copyright © 2020. All rights reserved.