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