public class ChangeSecureClientPropertyResponse
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="changeSecureClientPropertyResult" type="{http://irdeto.com/pisys/secureclient}CommandResult" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ChangeSecureClientPropertyResponse() |
Modifier and Type | Method and Description |
---|---|
CommandResult |
getChangeSecureClientPropertyResult()
Gets the value of the changeSecureClientPropertyResult property.
|
void |
setChangeSecureClientPropertyResult(CommandResult value)
Sets the value of the changeSecureClientPropertyResult property.
|
public CommandResult getChangeSecureClientPropertyResult()
CommandResult
public void setChangeSecureClientPropertyResult(CommandResult value)
value
- allowed object is
CommandResult