public class RevokeSAMLTokenResponse 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>
<element name="RevokeResponse" type="{http://caeauth.cae.wisc.edu/ws/messages}RevokeResponse"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RevokeResponse |
revokeResponse |
| Constructor and Description |
|---|
RevokeSAMLTokenResponse() |
| Modifier and Type | Method and Description |
|---|---|
RevokeResponse |
getRevokeResponse()
Gets the value of the revokeResponse property.
|
void |
setRevokeResponse(RevokeResponse value)
Sets the value of the revokeResponse property.
|
protected RevokeResponse revokeResponse
public RevokeResponse getRevokeResponse()
RevokeResponsepublic void setRevokeResponse(RevokeResponse value)
value - allowed object is
RevokeResponseCopyright © 2012 Computer-Aided Engineering, University of Wisconsin-Madison. All Rights Reserved.