public class ReactivateSecureClientResponse
extends java.lang.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="reactivateSecureClientResult" type="{http://irdeto.com/pisys/secureclient}CommandResultData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ReactivateSecureClientResponse() |
| Modifier and Type | Method and Description |
|---|---|
CommandResultData |
getReactivateSecureClientResult()
Gets the value of the reactivateSecureClientResult property.
|
void |
setReactivateSecureClientResult(CommandResultData value)
Sets the value of the reactivateSecureClientResult property.
|
public CommandResultData getReactivateSecureClientResult()
CommandResultDatapublic void setReactivateSecureClientResult(CommandResultData value)
value - allowed object is
CommandResultData