Package com.sforce.soap.partner
Class FilteredLookupInfo
java.lang.Object
com.sforce.soap.partner.FilteredLookupInfo
- All Implemented Interfaces:
IFilteredLookupInfo,XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]element : controllingFields of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]booleanelement : dependent of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : optionalFilter of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanbooleanvoidload(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) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
FilteredLookupInfo
public FilteredLookupInfo()Constructor
-
-
Method Details
-
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
- 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
- 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
-
toString
-