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