public class FastContactSearch extends Object implements Serializable
Java class for fastContactSearch complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected String |
contactNumberOrName |
protected ContactRoleEnum |
contactRole |
protected List<ContactTypeEnum> |
contactTypeList |
protected Long |
maxResults |
protected Integer |
requestId |
Constructor and Description |
---|
FastContactSearch() |
Modifier and Type | Method and Description |
---|---|
String |
getContactNumberOrName()
Gets the value of the contactNumberOrName property.
|
ContactRoleEnum |
getContactRole()
Gets the value of the contactRole property.
|
List<ContactTypeEnum> |
getContactTypeList()
Gets the value of the contactTypeList property.
|
Long |
getMaxResults()
Gets the value of the maxResults property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
void |
setContactNumberOrName(String value)
Sets the value of the contactNumberOrName property.
|
void |
setContactRole(ContactRoleEnum value)
Sets the value of the contactRole property.
|
void |
setMaxResults(Long value)
Sets the value of the maxResults property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
protected Integer requestId
protected String contactNumberOrName
protected ContactRoleEnum contactRole
protected List<ContactTypeEnum> contactTypeList
protected Long maxResults
public Integer getRequestId()
Integer
public void setRequestId(Integer value)
value
- allowed object is
Integer
public String getContactNumberOrName()
String
public void setContactNumberOrName(String value)
value
- allowed object is
String
public ContactRoleEnum getContactRole()
ContactRoleEnum
public void setContactRole(ContactRoleEnum value)
value
- allowed object is
ContactRoleEnum
public List<ContactTypeEnum> getContactTypeList()
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 contactTypeList property.
For example, to add a new item, do as follows:
getContactTypeList().add(newItem);
Objects of the following type(s) are allowed in the list
ContactTypeEnum
public Long getMaxResults()
Long
Copyright © 2021. All rights reserved.