public class DescribeSObjectListViews_element extends Object implements com.sforce.ws.bind.XMLizable, IDescribeSObjectListViews_element
| Constructor and Description |
|---|
DescribeSObjectListViews_element()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ListViewIsSoqlCompatible |
getIsSoqlCompatible()
element : isSoqlCompatible of type {urn:partner.soap.sforce.com}listViewIsSoqlCompatible
java type: com.sforce.soap.partner.ListViewIsSoqlCompatible
|
int |
getLimit()
element : limit of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
int |
getOffset()
element : offset of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
boolean |
getRecentsOnly()
element : recentsOnly of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getSObjectType()
element : sObjectType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
isRecentsOnly() |
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 |
setIsSoqlCompatible(ListViewIsSoqlCompatible isSoqlCompatible) |
void |
setLimit(int limit) |
void |
setOffset(int offset) |
void |
setRecentsOnly(boolean recentsOnly) |
void |
setSObjectType(String sObjectType) |
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 DescribeSObjectListViews_element()
public String getSObjectType()
IDescribeSObjectListViews_elementgetSObjectType in interface IDescribeSObjectListViews_elementpublic void setSObjectType(String sObjectType)
setSObjectType in interface IDescribeSObjectListViews_elementpublic boolean getRecentsOnly()
IDescribeSObjectListViews_elementgetRecentsOnly in interface IDescribeSObjectListViews_elementpublic boolean isRecentsOnly()
isRecentsOnly in interface IDescribeSObjectListViews_elementpublic void setRecentsOnly(boolean recentsOnly)
setRecentsOnly in interface IDescribeSObjectListViews_elementpublic ListViewIsSoqlCompatible getIsSoqlCompatible()
IDescribeSObjectListViews_elementgetIsSoqlCompatible in interface IDescribeSObjectListViews_elementpublic void setIsSoqlCompatible(ListViewIsSoqlCompatible isSoqlCompatible)
setIsSoqlCompatible in interface IDescribeSObjectListViews_elementpublic int getLimit()
IDescribeSObjectListViews_elementgetLimit in interface IDescribeSObjectListViews_elementpublic void setLimit(int limit)
setLimit in interface IDescribeSObjectListViews_elementpublic int getOffset()
IDescribeSObjectListViews_elementgetOffset in interface IDescribeSObjectListViews_elementpublic void setOffset(int offset)
setOffset in interface IDescribeSObjectListViews_elementpublic 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.