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