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