public class LimitInfo extends Object implements com.sforce.ws.bind.XMLizable, ILimitInfo
| Constructor and Description |
|---|
LimitInfo()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrent()
element : current of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
int |
getLimit()
element : limit of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
String |
getType()
element : type of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
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 |
setCurrent(int current) |
void |
setLimit(int limit) |
void |
setType(String type) |
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 int getCurrent()
ILimitInfogetCurrent in interface ILimitInfopublic void setCurrent(int current)
setCurrent in interface ILimitInfopublic int getLimit()
ILimitInfogetLimit in interface ILimitInfopublic void setLimit(int limit)
setLimit in interface ILimitInfopublic String getType()
ILimitInfogetType in interface ILimitInfopublic void setType(String type)
setType in interface ILimitInfopublic 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.