Package com.sforce.soap.metadata
Class DiscoveryStory
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.MetadataWithContent
com.sforce.soap.metadata.DiscoveryStory
- 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 TypeMethodDescriptiondoublegetLabel()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetApplication(XmlInputStream __in, TypeMapper __typeMapper) voidsetApplication(String application) protected voidsetAutopilot(XmlInputStream __in, TypeMapper __typeMapper) voidsetAutopilot(String autopilot) voidsetClassificationThreshold(double classificationThreshold) protected voidsetClassificationThreshold(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetOutcome(DiscoveryStoryOutcome outcome) protected voidsetOutcome(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetSourceContainer(XmlInputStream __in, TypeMapper __typeMapper) voidsetSourceContainer(String sourceContainer) protected voidsetSourceType(XmlInputStream __in, TypeMapper __typeMapper) voidsetSourceType(String sourceType) protected voidsetValidationContainer(XmlInputStream __in, TypeMapper __typeMapper) voidsetValidationContainer(String validationContainer) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.MetadataWithContent
getContent, setContent, setContentMethods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
DiscoveryStory
public DiscoveryStory()Constructor
-
-
Method Details
-
getApplication
-
setApplication
-
setApplication
protected void setApplication(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAutopilot
-
setAutopilot
-
setAutopilot
protected void setAutopilot(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getClassificationThreshold
public double getClassificationThreshold() -
setClassificationThreshold
public void setClassificationThreshold(double classificationThreshold) -
setClassificationThreshold
protected void setClassificationThreshold(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOutcome
-
setOutcome
-
setOutcome
protected void setOutcome(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSourceContainer
-
setSourceContainer
-
setSourceContainer
protected void setSourceContainer(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSourceType
-
setSourceType
-
setSourceType
protected void setSourceType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getValidationContainer
-
setValidationContainer
-
setValidationContainer
protected void setValidationContainer(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- Overrides:
writein classMetadataWithContent- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadataWithContent- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadataWithContent- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadataWithContent- Throws:
IOExceptionConnectionException
-
toString
- Overrides:
toStringin classMetadataWithContent
-