Package com.sforce.soap.metadata
Class CodeCoverageResult
- java.lang.Object
-
- com.sforce.soap.metadata.CodeCoverageResult
-
-
Constructor Summary
Constructors Constructor Description CodeCoverageResult()Constructor
-
Method Summary
-
-
-
Method Detail
-
getDmlInfo
public CodeLocation[] getDmlInfo()
-
setDmlInfo
public void setDmlInfo(CodeLocation[] dmlInfo)
-
setDmlInfo
protected void setDmlInfo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getId
public String getId()
-
setId
public void setId(String id)
-
setId
protected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLocationsNotCovered
public CodeLocation[] getLocationsNotCovered()
-
setLocationsNotCovered
public void setLocationsNotCovered(CodeLocation[] locationsNotCovered)
-
setLocationsNotCovered
protected void setLocationsNotCovered(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMethodInfo
public CodeLocation[] getMethodInfo()
-
setMethodInfo
public void setMethodInfo(CodeLocation[] methodInfo)
-
setMethodInfo
protected void setMethodInfo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNamespace
public String getNamespace()
-
setNamespace
public void setNamespace(String namespace)
-
setNamespace
protected void setNamespace(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNumLocations
public int getNumLocations()
-
setNumLocations
public void setNumLocations(int numLocations)
-
setNumLocations
protected void setNumLocations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNumLocationsNotCovered
public int getNumLocationsNotCovered()
-
setNumLocationsNotCovered
public void setNumLocationsNotCovered(int numLocationsNotCovered)
-
setNumLocationsNotCovered
protected void setNumLocationsNotCovered(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSoqlInfo
public CodeLocation[] getSoqlInfo()
-
setSoqlInfo
public void setSoqlInfo(CodeLocation[] soqlInfo)
-
setSoqlInfo
protected void setSoqlInfo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSoslInfo
public CodeLocation[] getSoslInfo()
-
setSoslInfo
public void setSoslInfo(CodeLocation[] soslInfo)
-
setSoslInfo
protected void setSoslInfo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public String getType()
-
setType
public void setType(String type)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-