public class DescribeLookupLayoutResult extends Object implements com.sforce.ws.bind.XMLizable, IDescribeLookupLayoutResult
| Constructor and Description |
|---|
DescribeLookupLayoutResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
int |
getLimitRows()
element : limitRows of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
DescribeColumn[] |
getLookupColumns()
element : lookupColumns of type {urn:partner.soap.sforce.com}DescribeColumn
java type: com.sforce.soap.partner.DescribeColumn[]
|
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 |
setLabel(String label) |
void |
setLimitRows(int limitRows) |
void |
setLookupColumns(IDescribeColumn[] lookupColumns) |
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 getLabel()
IDescribeLookupLayoutResultgetLabel in interface IDescribeLookupLayoutResultpublic void setLabel(String label)
setLabel in interface IDescribeLookupLayoutResultpublic int getLimitRows()
IDescribeLookupLayoutResultgetLimitRows in interface IDescribeLookupLayoutResultpublic void setLimitRows(int limitRows)
setLimitRows in interface IDescribeLookupLayoutResultpublic DescribeColumn[] getLookupColumns()
IDescribeLookupLayoutResultgetLookupColumns in interface IDescribeLookupLayoutResultpublic void setLookupColumns(IDescribeColumn[] lookupColumns)
setLookupColumns in interface IDescribeLookupLayoutResultpublic 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.