public class RevokeResponse extends Object
Java class for RevokeResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RevokeResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="revoke_succeeded" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="error_string" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorString |
protected boolean |
revokeSucceeded |
| Constructor and Description |
|---|
RevokeResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorString()
Gets the value of the errorString property.
|
boolean |
isRevokeSucceeded()
Gets the value of the revokeSucceeded property.
|
void |
setErrorString(String value)
Sets the value of the errorString property.
|
void |
setRevokeSucceeded(boolean value)
Sets the value of the revokeSucceeded property.
|
protected boolean revokeSucceeded
protected String errorString
public boolean isRevokeSucceeded()
public void setRevokeSucceeded(boolean value)
public String getErrorString()
StringCopyright © 2012 Computer-Aided Engineering, University of Wisconsin-Madison. All Rights Reserved.