public class ContactTextSearch extends Object
Java class for contactTextSearch complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contactTextSearch"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contactFileHistoryCriteria" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}contactFileHistoryCriteria" minOccurs="0"/> <element name="searchFields" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}searchField" maxOccurs="unbounded" minOccurs="0"/> <element name="searchText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ContactFileHistoryCriteria |
contactFileHistoryCriteria |
protected List<SearchField> |
searchFields |
protected String |
searchText |
Constructor and Description |
---|
ContactTextSearch() |
Modifier and Type | Method and Description |
---|---|
ContactFileHistoryCriteria |
getContactFileHistoryCriteria()
Gets the value of the contactFileHistoryCriteria property.
|
List<SearchField> |
getSearchFields()
Gets the value of the searchFields property.
|
String |
getSearchText()
Gets the value of the searchText property.
|
void |
setContactFileHistoryCriteria(ContactFileHistoryCriteria value)
Sets the value of the contactFileHistoryCriteria property.
|
void |
setSearchFields(List<SearchField> searchFields) |
void |
setSearchText(String value)
Sets the value of the searchText property.
|
protected ContactFileHistoryCriteria contactFileHistoryCriteria
protected List<SearchField> searchFields
protected String searchText
public void setSearchFields(List<SearchField> searchFields)
public ContactFileHistoryCriteria getContactFileHistoryCriteria()
ContactFileHistoryCriteria
public void setContactFileHistoryCriteria(ContactFileHistoryCriteria value)
value
- allowed object is
ContactFileHistoryCriteria
public List<SearchField> getSearchFields()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the searchFields property.
For example, to add a new item, do as follows:
getSearchFields().add(newItem);
Objects of the following type(s) are allowed in the list
SearchField
public String getSearchText()
String
Copyright © 2021. All rights reserved.