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