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 -
Method Summary
Modifier and TypeMethodDescriptionelement : 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: intintelement : offset of type {http://www.w3.org/2001/XMLSchema}int java type: intbooleanelement : recentsOnly of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : sObjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanvoidload(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) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DescribeSObjectListViews_element
public DescribeSObjectListViews_element()Constructor
-
-
Method Details
-
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
- 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
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
- 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
- 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
-