Package com.sforce.soap.partner
Class RelatedList
- java.lang.Object
-
- com.sforce.soap.partner.RelatedList
-
- All Implemented Interfaces:
IRelatedList,XMLizable
public class RelatedList extends Object implements XMLizable, IRelatedList
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 RelatedList()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShareAccessLevelgetAccessLevelRequiredForCreate()element : accessLevelRequiredForCreate of type {urn:partner.soap.sforce.com}ShareAccessLevel java type: com.sforce.soap.partner.ShareAccessLevelDescribeLayoutButton[]getButtons()element : buttons of type {urn:partner.soap.sforce.com}DescribeLayoutButton java type: com.sforce.soap.partner.DescribeLayoutButton[]RelatedListColumn[]getColumns()element : columns of type {urn:partner.soap.sforce.com}RelatedListColumn java type: com.sforce.soap.partner.RelatedListColumn[]booleangetCustom()element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetField()element : field 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.StringintgetLimitRows()element : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: intStringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetSobject()element : sobject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringRelatedListSort[]getSort()element : sort of type {urn:partner.soap.sforce.com}RelatedListSort java type: com.sforce.soap.partner.RelatedListSort[]booleanisCustom()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetAccessLevelRequiredForCreate(ShareAccessLevel accessLevelRequiredForCreate)protected voidsetAccessLevelRequiredForCreate(XmlInputStream __in, TypeMapper __typeMapper)voidsetButtons(IDescribeLayoutButton[] buttons)protected voidsetButtons(XmlInputStream __in, TypeMapper __typeMapper)voidsetColumns(IRelatedListColumn[] columns)protected voidsetColumns(XmlInputStream __in, TypeMapper __typeMapper)voidsetCustom(boolean custom)protected voidsetCustom(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetField(XmlInputStream __in, TypeMapper __typeMapper)voidsetField(String field)protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetLabel(String label)voidsetLimitRows(int limitRows)protected voidsetLimitRows(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper)voidsetName(String name)protected voidsetSobject(XmlInputStream __in, TypeMapper __typeMapper)voidsetSobject(String sobject)voidsetSort(IRelatedListSort[] sort)protected voidsetSort(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getAccessLevelRequiredForCreate
public ShareAccessLevel getAccessLevelRequiredForCreate()
Description copied from interface:IRelatedListelement : accessLevelRequiredForCreate of type {urn:partner.soap.sforce.com}ShareAccessLevel java type: com.sforce.soap.partner.ShareAccessLevel- Specified by:
getAccessLevelRequiredForCreatein interfaceIRelatedList
-
setAccessLevelRequiredForCreate
public void setAccessLevelRequiredForCreate(ShareAccessLevel accessLevelRequiredForCreate)
- Specified by:
setAccessLevelRequiredForCreatein interfaceIRelatedList
-
setAccessLevelRequiredForCreate
protected void setAccessLevelRequiredForCreate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getButtons
public DescribeLayoutButton[] getButtons()
Description copied from interface:IRelatedListelement : buttons of type {urn:partner.soap.sforce.com}DescribeLayoutButton java type: com.sforce.soap.partner.DescribeLayoutButton[]- Specified by:
getButtonsin interfaceIRelatedList
-
setButtons
public void setButtons(IDescribeLayoutButton[] buttons)
- Specified by:
setButtonsin interfaceIRelatedList
-
setButtons
protected void setButtons(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getColumns
public RelatedListColumn[] getColumns()
Description copied from interface:IRelatedListelement : columns of type {urn:partner.soap.sforce.com}RelatedListColumn java type: com.sforce.soap.partner.RelatedListColumn[]- Specified by:
getColumnsin interfaceIRelatedList
-
setColumns
public void setColumns(IRelatedListColumn[] columns)
- Specified by:
setColumnsin interfaceIRelatedList
-
setColumns
protected void setColumns(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustom
public boolean getCustom()
Description copied from interface:IRelatedListelement : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getCustomin interfaceIRelatedList
-
isCustom
public boolean isCustom()
- Specified by:
isCustomin interfaceIRelatedList
-
setCustom
public void setCustom(boolean custom)
- Specified by:
setCustomin interfaceIRelatedList
-
setCustom
protected void setCustom(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getField
public String getField()
Description copied from interface:IRelatedListelement : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getFieldin interfaceIRelatedList
-
setField
public void setField(String field)
- Specified by:
setFieldin interfaceIRelatedList
-
setField
protected void setField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
Description copied from interface:IRelatedListelement : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getLabelin interfaceIRelatedList
-
setLabel
public void setLabel(String label)
- Specified by:
setLabelin interfaceIRelatedList
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLimitRows
public int getLimitRows()
Description copied from interface:IRelatedListelement : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getLimitRowsin interfaceIRelatedList
-
setLimitRows
public void setLimitRows(int limitRows)
- Specified by:
setLimitRowsin interfaceIRelatedList
-
setLimitRows
protected void setLimitRows(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
Description copied from interface:IRelatedListelement : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getNamein interfaceIRelatedList
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceIRelatedList
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSobject
public String getSobject()
Description copied from interface:IRelatedListelement : sobject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSobjectin interfaceIRelatedList
-
setSobject
public void setSobject(String sobject)
- Specified by:
setSobjectin interfaceIRelatedList
-
setSobject
protected void setSobject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSort
public RelatedListSort[] getSort()
Description copied from interface:IRelatedListelement : sort of type {urn:partner.soap.sforce.com}RelatedListSort java type: com.sforce.soap.partner.RelatedListSort[]- Specified by:
getSortin interfaceIRelatedList
-
setSort
public void setSort(IRelatedListSort[] sort)
- Specified by:
setSortin interfaceIRelatedList
-
setSort
protected void setSort(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
-
-