public class LookupFilter extends Object
Java class for LookupFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LookupFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="booleanFilter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filterItems" type="{urn:metadata.tooling.soap.sforce.com}FilterItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="infoMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isOptional" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected String |
booleanFilter |
protected String |
description |
protected String |
errorMessage |
protected List<FilterItem> |
filterItems |
protected String |
infoMessage |
protected boolean |
isOptional |
| Constructor and Description |
|---|
LookupFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBooleanFilter()
Gets the value of the booleanFilter property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
List<FilterItem> |
getFilterItems()
Gets the value of the filterItems property.
|
String |
getInfoMessage()
Gets the value of the infoMessage property.
|
boolean |
isActive()
Gets the value of the active property.
|
boolean |
isIsOptional()
Gets the value of the isOptional property.
|
void |
setActive(boolean value)
Sets the value of the active property.
|
void |
setBooleanFilter(String value)
Sets the value of the booleanFilter property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setInfoMessage(String value)
Sets the value of the infoMessage property.
|
void |
setIsOptional(boolean value)
Sets the value of the isOptional property.
|
protected boolean active
protected String booleanFilter
protected String description
protected String errorMessage
protected List<FilterItem> filterItems
protected String infoMessage
protected boolean isOptional
public boolean isActive()
public void setActive(boolean value)
public String getBooleanFilter()
Stringpublic void setBooleanFilter(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
Stringpublic List<FilterItem> getFilterItems()
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 filterItems property.
For example, to add a new item, do as follows:
getFilterItems().add(newItem);
Objects of the following type(s) are allowed in the list
FilterItem
public String getInfoMessage()
Stringpublic void setInfoMessage(String value)
value - allowed object is
Stringpublic boolean isIsOptional()
public void setIsOptional(boolean value)
Copyright © 2016. All rights reserved.