Package com.sforce.soap.partner
Class DescribeSearchLayoutResult
java.lang.Object
com.sforce.soap.partner.DescribeSearchLayoutResult
- All Implemented Interfaces:
IDescribeSearchLayoutResult,XMLizable
public class DescribeSearchLayoutResult
extends Object
implements XMLizable, IDescribeSearchLayoutResult
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 TypeMethodDescriptionelement : errorMsg of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integerelement : objectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : searchColumns of type {urn:partner.soap.sforce.com}DescribeColumn java type: com.sforce.soap.partner.DescribeColumn[]voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetErrorMsg(XmlInputStream __in, TypeMapper __typeMapper) voidsetErrorMsg(String errorMsg) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetLimitRows(XmlInputStream __in, TypeMapper __typeMapper) voidsetLimitRows(Integer limitRows) protected voidsetObjectType(XmlInputStream __in, TypeMapper __typeMapper) voidsetObjectType(String objectType) voidsetSearchColumns(IDescribeColumn[] searchColumns) protected voidsetSearchColumns(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DescribeSearchLayoutResult
public DescribeSearchLayoutResult()Constructor
-
-
Method Details
-
getErrorMsg
Description copied from interface:IDescribeSearchLayoutResultelement : errorMsg of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getErrorMsgin interfaceIDescribeSearchLayoutResult
-
setErrorMsg
- Specified by:
setErrorMsgin interfaceIDescribeSearchLayoutResult
-
setErrorMsg
protected void setErrorMsg(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
Description copied from interface:IDescribeSearchLayoutResultelement : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getLabelin interfaceIDescribeSearchLayoutResult
-
setLabel
- Specified by:
setLabelin interfaceIDescribeSearchLayoutResult
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLimitRows
Description copied from interface:IDescribeSearchLayoutResultelement : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer- Specified by:
getLimitRowsin interfaceIDescribeSearchLayoutResult
-
setLimitRows
- Specified by:
setLimitRowsin interfaceIDescribeSearchLayoutResult
-
setLimitRows
protected void setLimitRows(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getObjectType
Description copied from interface:IDescribeSearchLayoutResultelement : objectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getObjectTypein interfaceIDescribeSearchLayoutResult
-
setObjectType
- Specified by:
setObjectTypein interfaceIDescribeSearchLayoutResult
-
setObjectType
protected void setObjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSearchColumns
Description copied from interface:IDescribeSearchLayoutResultelement : searchColumns of type {urn:partner.soap.sforce.com}DescribeColumn java type: com.sforce.soap.partner.DescribeColumn[]- Specified by:
getSearchColumnsin interfaceIDescribeSearchLayoutResult
-
setSearchColumns
- Specified by:
setSearchColumnsin interfaceIDescribeSearchLayoutResult
-
setSearchColumns
protected void setSearchColumns(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
-