Package com.sforce.soap.metadata
Class RunTestSuccess
java.lang.Object
com.sforce.soap.metadata.RunTestSuccess
- 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()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetId(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetMethodName(XmlInputStream __in, TypeMapper __typeMapper) voidsetMethodName(String methodName) protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetNamespace(XmlInputStream __in, TypeMapper __typeMapper) voidsetNamespace(String namespace) voidsetSeeAllData(boolean seeAllData) protected voidsetSeeAllData(XmlInputStream __in, TypeMapper __typeMapper) voidsetTime(double time) protected voidsetTime(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
RunTestSuccess
public RunTestSuccess()Constructor
-
-
Method Details
-
getId
-
setId
-
setId
protected void setId(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
-
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
-
getTime
public double getTime() -
setTime
public void setTime(double time) -
setTime
protected void setTime(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
-