Package com.sforce.soap.partner
Class FilteredLookupInfo
- java.lang.Object
-
- com.sforce.soap.partner.FilteredLookupInfo
-
- All Implemented Interfaces:
IFilteredLookupInfo,XMLizable
public class FilteredLookupInfo extends Object implements XMLizable, IFilteredLookupInfo
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description FilteredLookupInfo()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getControllingFields()element : controllingFields of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]booleangetDependent()element : dependent of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetOptionalFilter()element : optionalFilter of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisDependent()booleanisOptionalFilter()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetControllingFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetControllingFields(String[] controllingFields)voidsetDependent(boolean dependent)protected voidsetDependent(XmlInputStream __in, TypeMapper __typeMapper)voidsetOptionalFilter(boolean optionalFilter)protected voidsetOptionalFilter(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getControllingFields
public String[] getControllingFields()
Description copied from interface:IFilteredLookupInfoelement : controllingFields of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]- Specified by:
getControllingFieldsin interfaceIFilteredLookupInfo
-
setControllingFields
public void setControllingFields(String[] controllingFields)
- Specified by:
setControllingFieldsin interfaceIFilteredLookupInfo
-
setControllingFields
protected void setControllingFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDependent
public boolean getDependent()
Description copied from interface:IFilteredLookupInfoelement : dependent of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getDependentin interfaceIFilteredLookupInfo
-
isDependent
public boolean isDependent()
- Specified by:
isDependentin interfaceIFilteredLookupInfo
-
setDependent
public void setDependent(boolean dependent)
- Specified by:
setDependentin interfaceIFilteredLookupInfo
-
setDependent
protected void setDependent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOptionalFilter
public boolean getOptionalFilter()
Description copied from interface:IFilteredLookupInfoelement : optionalFilter of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getOptionalFilterin interfaceIFilteredLookupInfo
-
isOptionalFilter
public boolean isOptionalFilter()
- Specified by:
isOptionalFilterin interfaceIFilteredLookupInfo
-
setOptionalFilter
public void setOptionalFilter(boolean optionalFilter)
- Specified by:
setOptionalFilterin interfaceIFilteredLookupInfo
-
setOptionalFilter
protected void setOptionalFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-