Package com.sforce.soap.metadata
Class RunTestFailure
java.lang.Object
com.sforce.soap.metadata.RunTestFailure
- All Implemented Interfaces:
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 TypeMethodDescriptiongetId()getName()booleandoublegetTime()getType()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetId(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetMessage(XmlInputStream __in, TypeMapper __typeMapper) voidsetMessage(String message) protected voidsetMethodName(XmlInputStream __in, TypeMapper __typeMapper) voidsetMethodName(String methodName) protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetNamespace(XmlInputStream __in, TypeMapper __typeMapper) voidsetNamespace(String namespace) protected voidsetPackageName(XmlInputStream __in, TypeMapper __typeMapper) voidsetPackageName(String packageName) voidsetSeeAllData(boolean seeAllData) protected voidsetSeeAllData(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetStackTrace(XmlInputStream __in, TypeMapper __typeMapper) voidsetStackTrace(String stackTrace) voidsetTime(double time) protected voidsetTime(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetType(XmlInputStream __in, TypeMapper __typeMapper) voidtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
RunTestFailure
public RunTestFailure()Constructor
-
-
Method Details
-
getId
-
setId
-
setId
protected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMessage
-
setMessage
-
setMessage
protected void setMessage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMethodName
-
setMethodName
-
setMethodName
protected void setMethodName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getName
-
setName
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNamespace
-
setNamespace
-
setNamespace
protected void setNamespace(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPackageName
-
setPackageName
-
setPackageName
protected void setPackageName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSeeAllData
public boolean getSeeAllData() -
isSeeAllData
public boolean isSeeAllData() -
setSeeAllData
public void setSeeAllData(boolean seeAllData) -
setSeeAllData
protected void setSeeAllData(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStackTrace
-
setStackTrace
-
setStackTrace
protected void setStackTrace(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTime
public double getTime() -
setTime
public void setTime(double time) -
setTime
protected void setTime(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getType
-
setType
-
setType
protected void setType(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
-