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