public class Status extends Object
Java class for Status complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Status">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="detail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
detail |
protected String |
state |
| Constructor and Description |
|---|
Status() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetail()
Gets the value of the detail property.
|
String |
getState()
Gets the value of the state property.
|
boolean |
isSetDetail() |
boolean |
isSetState() |
void |
setDetail(String value)
Sets the value of the detail property.
|
void |
setState(String value)
Sets the value of the state property.
|
public String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic boolean isSetState()
public String getDetail()
Stringpublic void setDetail(String value)
value - allowed object is
Stringpublic boolean isSetDetail()
Copyright © 2012. All Rights Reserved.