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
public class DiscoveryStory extends MetadataWithContent
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description DiscoveryStory()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.MetadataWithContent
getContent, setContent, setContent
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getApplication
public String getApplication()
-
setApplication
public void setApplication(String application)
-
setApplication
protected void setApplication(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAutopilot
public String getAutopilot()
-
setAutopilot
public void setAutopilot(String autopilot)
-
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
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOutcome
public DiscoveryStoryOutcome getOutcome()
-
setOutcome
public void setOutcome(DiscoveryStoryOutcome outcome)
-
setOutcome
protected void setOutcome(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSourceContainer
public String getSourceContainer()
-
setSourceContainer
public void setSourceContainer(String sourceContainer)
-
setSourceContainer
protected void setSourceContainer(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSourceType
public String getSourceType()
-
setSourceType
public void setSourceType(String sourceType)
-
setSourceType
protected void setSourceType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValidationContainer
public String getValidationContainer()
-
setValidationContainer
public void setValidationContainer(String validationContainer)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
public String toString()
- Overrides:
toStringin classMetadataWithContent
-
-