Package com.sforce.soap.partner
Class DescribeSObjectListViews_element
- java.lang.Object
-
- com.sforce.soap.partner.DescribeSObjectListViews_element
-
- All Implemented Interfaces:
IDescribeSObjectListViews_element,XMLizable
public class DescribeSObjectListViews_element extends Object implements XMLizable, IDescribeSObjectListViews_element
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 DescribeSObjectListViews_element()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListViewIsSoqlCompatiblegetIsSoqlCompatible()element : isSoqlCompatible of type {urn:partner.soap.sforce.com}listViewIsSoqlCompatible java type: com.sforce.soap.partner.ListViewIsSoqlCompatibleintgetLimit()element : limit of type {http://www.w3.org/2001/XMLSchema}int java type: intintgetOffset()element : offset of type {http://www.w3.org/2001/XMLSchema}int java type: intbooleangetRecentsOnly()element : recentsOnly of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetSObjectType()element : sObjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisRecentsOnly()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetIsSoqlCompatible(ListViewIsSoqlCompatible isSoqlCompatible)protected voidsetIsSoqlCompatible(XmlInputStream __in, TypeMapper __typeMapper)voidsetLimit(int limit)protected voidsetLimit(XmlInputStream __in, TypeMapper __typeMapper)voidsetOffset(int offset)protected voidsetOffset(XmlInputStream __in, TypeMapper __typeMapper)voidsetRecentsOnly(boolean recentsOnly)protected voidsetRecentsOnly(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetSObjectType(XmlInputStream __in, TypeMapper __typeMapper)voidsetSObjectType(String sObjectType)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getSObjectType
public String getSObjectType()
Description copied from interface:IDescribeSObjectListViews_elementelement : sObjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSObjectTypein interfaceIDescribeSObjectListViews_element
-
setSObjectType
public void setSObjectType(String sObjectType)
- Specified by:
setSObjectTypein interfaceIDescribeSObjectListViews_element
-
setSObjectType
protected void setSObjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecentsOnly
public boolean getRecentsOnly()
Description copied from interface:IDescribeSObjectListViews_elementelement : recentsOnly of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getRecentsOnlyin interfaceIDescribeSObjectListViews_element
-
isRecentsOnly
public boolean isRecentsOnly()
- Specified by:
isRecentsOnlyin interfaceIDescribeSObjectListViews_element
-
setRecentsOnly
public void setRecentsOnly(boolean recentsOnly)
- Specified by:
setRecentsOnlyin interfaceIDescribeSObjectListViews_element
-
setRecentsOnly
protected void setRecentsOnly(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsSoqlCompatible
public ListViewIsSoqlCompatible getIsSoqlCompatible()
Description copied from interface:IDescribeSObjectListViews_elementelement : isSoqlCompatible of type {urn:partner.soap.sforce.com}listViewIsSoqlCompatible java type: com.sforce.soap.partner.ListViewIsSoqlCompatible- Specified by:
getIsSoqlCompatiblein interfaceIDescribeSObjectListViews_element
-
setIsSoqlCompatible
public void setIsSoqlCompatible(ListViewIsSoqlCompatible isSoqlCompatible)
- Specified by:
setIsSoqlCompatiblein interfaceIDescribeSObjectListViews_element
-
setIsSoqlCompatible
protected void setIsSoqlCompatible(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLimit
public int getLimit()
Description copied from interface:IDescribeSObjectListViews_elementelement : limit of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getLimitin interfaceIDescribeSObjectListViews_element
-
setLimit
public void setLimit(int limit)
- Specified by:
setLimitin interfaceIDescribeSObjectListViews_element
-
setLimit
protected void setLimit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOffset
public int getOffset()
Description copied from interface:IDescribeSObjectListViews_elementelement : offset of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getOffsetin interfaceIDescribeSObjectListViews_element
-
setOffset
public void setOffset(int offset)
- Specified by:
setOffsetin interfaceIDescribeSObjectListViews_element
-
setOffset
protected void setOffset(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
-
-