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