Package com.sforce.soap.partner
Interface ISearchStatus
-
- All Known Implementing Classes:
SearchStatus
public interface ISearchStatusThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCode()element : code of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetMessage()element : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetCode(String code)voidsetMessage(String message)
-
-
-
Method Detail
-
getCode
String getCode()
element : code of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setCode
void setCode(String code)
-
getMessage
String getMessage()
element : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setMessage
void setMessage(String message)
-
-