public class FastContactSearch extends Object
Java class for fastContactSearch complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fastContactSearch">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="requestId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="contactNumberOrName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactRoleList" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}contactRoleEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="contactTypeList" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}contactTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="maxResults" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contactNumberOrName |
protected List<ContactRoleEnum> |
contactRoleList |
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.
|
List<ContactRoleEnum> |
getContactRoleList()
Gets the value of the contactRoleList 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 |
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 List<ContactRoleEnum> contactRoleList
protected List<ContactTypeEnum> contactTypeList
protected Long maxResults
public Integer getRequestId()
Integerpublic void setRequestId(Integer value)
value - allowed object is
Integerpublic String getContactNumberOrName()
Stringpublic void setContactNumberOrName(String value)
value - allowed object is
Stringpublic List<ContactRoleEnum> getContactRoleList()
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 contactRoleList property.
For example, to add a new item, do as follows:
getContactRoleList().add(newItem);
Objects of the following type(s) are allowed in the list
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()
LongCopyright © 2021. All rights reserved.