public class FilteredLookupInfo extends Object
Java class for FilteredLookupInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilteredLookupInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="controllingFields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="dependent" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="optionalFilter" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
controllingFields |
protected boolean |
dependent |
protected boolean |
optionalFilter |
| Constructor and Description |
|---|
FilteredLookupInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getControllingFields()
Gets the value of the controllingFields property.
|
boolean |
isDependent()
Gets the value of the dependent property.
|
boolean |
isOptionalFilter()
Gets the value of the optionalFilter property.
|
void |
setDependent(boolean value)
Sets the value of the dependent property.
|
void |
setOptionalFilter(boolean value)
Sets the value of the optionalFilter property.
|
public List<String> getControllingFields()
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 controllingFields property.
For example, to add a new item, do as follows:
getControllingFields().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isDependent()
public void setDependent(boolean value)
public boolean isOptionalFilter()
public void setOptionalFilter(boolean value)
Copyright © 2016. All rights reserved.