public class DeleteAccountResponse extends Object
Java class for deleteAccountResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="deleteAccountResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ContactDeleteResult" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}contactDeleteResult" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContactDeleteResult |
contactDeleteResult |
| Constructor and Description |
|---|
DeleteAccountResponse() |
| Modifier and Type | Method and Description |
|---|---|
ContactDeleteResult |
getContactDeleteResult()
Gets the value of the contactDeleteResult property.
|
void |
setContactDeleteResult(ContactDeleteResult value)
Sets the value of the contactDeleteResult property.
|
protected ContactDeleteResult contactDeleteResult
public ContactDeleteResult getContactDeleteResult()
ContactDeleteResultpublic void setContactDeleteResult(ContactDeleteResult value)
value - allowed object is
ContactDeleteResultCopyright © 2021. All rights reserved.