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>
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()
String
public void setState(String value)
value
- allowed object is
String
public boolean isSetState()
public String getDetail()
String
public void setDetail(String value)
value
- allowed object is
String
public boolean isSetDetail()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0