public class FilteredLookupInfo extends Object implements com.sforce.ws.bind.XMLizable, IFilteredLookupInfo
| Constructor and Description |
|---|
FilteredLookupInfo()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getControllingFields()
element : controllingFields of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String[]
|
boolean |
getDependent()
element : dependent of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getOptionalFilter()
element : optionalFilter of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isDependent() |
boolean |
isOptionalFilter() |
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setControllingFields(String[] controllingFields) |
void |
setDependent(boolean dependent) |
void |
setOptionalFilter(boolean optionalFilter) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public String[] getControllingFields()
IFilteredLookupInfogetControllingFields in interface IFilteredLookupInfopublic void setControllingFields(String[] controllingFields)
setControllingFields in interface IFilteredLookupInfopublic boolean getDependent()
IFilteredLookupInfogetDependent in interface IFilteredLookupInfopublic boolean isDependent()
isDependent in interface IFilteredLookupInfopublic void setDependent(boolean dependent)
setDependent in interface IFilteredLookupInfopublic boolean getOptionalFilter()
IFilteredLookupInfogetOptionalFilter in interface IFilteredLookupInfopublic boolean isOptionalFilter()
isOptionalFilter in interface IFilteredLookupInfopublic void setOptionalFilter(boolean optionalFilter)
setOptionalFilter in interface IFilteredLookupInfopublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.