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 Constructor Description DescribeSearchLayoutResult()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMsg()element : errorMsg of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIntegergetLimitRows()element : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegerStringgetObjectType()element : objectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringDescribeColumn[]getSearchColumns()element : 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)voidsetLabel(String label)protected 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)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getErrorMsg
public String 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
public void setErrorMsg(String errorMsg)
- Specified by:
setErrorMsgin interfaceIDescribeSearchLayoutResult
-
setErrorMsg
protected void setErrorMsg(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String 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
public void setLabel(String label)
- Specified by:
setLabelin interfaceIDescribeSearchLayoutResult
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLimitRows
public Integer 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
public void setLimitRows(Integer limitRows)
- Specified by:
setLimitRowsin interfaceIDescribeSearchLayoutResult
-
setLimitRows
protected void setLimitRows(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getObjectType
public String 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
public void setObjectType(String objectType)
- Specified by:
setObjectTypein interfaceIDescribeSearchLayoutResult
-
setObjectType
protected void setObjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSearchColumns
public DescribeColumn[] 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
public void setSearchColumns(IDescribeColumn[] searchColumns)
- 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
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
-
-