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