Package com.sforce.soap.partner
Class LimitInfo
java.lang.Object
com.sforce.soap.partner.LimitInfo
- All Implemented Interfaces:
ILimitInfo,com.sforce.ws.bind.XMLizable
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 TypeMethodDescriptionintelement : current of type {http://www.w3.org/2001/XMLSchema}int java type: intintgetLimit()element : limit of type {http://www.w3.org/2001/XMLSchema}int java type: intgetType()element : type of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringvoidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetCurrent(int current)protected voidsetCurrent(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLimit(int limit)protected voidsetLimit(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidtoString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
Constructor Details
-
LimitInfo
public LimitInfo()Constructor
-
-
Method Details
-
getCurrent
public int getCurrent()Description copied from interface:ILimitInfoelement : current of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getCurrentin interfaceILimitInfo
-
setCurrent
public void setCurrent(int current)- Specified by:
setCurrentin interfaceILimitInfo
-
setCurrent
protected void setCurrent(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getLimit
public int getLimit()Description copied from interface:ILimitInfoelement : limit of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getLimitin interfaceILimitInfo
-
setLimit
public void setLimit(int limit)- Specified by:
setLimitin interfaceILimitInfo
-
setLimit
protected void setLimit(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getType
Description copied from interface:ILimitInfoelement : type of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getTypein interfaceILimitInfo
-
setType
- Specified by:
setTypein interfaceILimitInfo
-
setType
protected void setType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-