Package com.sforce.soap.metadata
Class DiscoveryStoryOutcome
- java.lang.Object
-
- com.sforce.soap.metadata.DiscoveryStoryOutcome
-
-
Constructor Summary
Constructors Constructor Description DiscoveryStoryOutcome()Constructor
-
Method Summary
-
-
-
Method Detail
-
getFailureValue
public String getFailureValue()
-
setFailureValue
public void setFailureValue(String failureValue)
-
setFailureValue
protected void setFailureValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getField
public String getField()
-
setField
public void setField(String field)
-
setField
protected void setField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getGoal
public String getGoal()
-
setGoal
public void setGoal(String goal)
-
setGoal
protected void setGoal(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSuccessValue
public String getSuccessValue()
-
setSuccessValue
public void setSuccessValue(String successValue)
-
setSuccessValue
protected void setSuccessValue(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
-
-