public class ContactTextSearch extends Object implements Serializable
Java class for contactTextSearch complex type.
The following schema fragment specifies the expected content contained within this class.
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 |
setSearchText(String value)
Sets the value of the searchText property.
|
protected ContactFileHistoryCriteria contactFileHistoryCriteria
protected List<SearchField> searchFields
protected String searchText
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.