Package com.sforce.soap.metadata
Class ActionPlanTemplate
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.ActionPlanTemplate
- 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 TypeMethodDescriptionintbooleangetName()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetActionPlanTemplateItem(ActionPlanTemplateItem[] actionPlanTemplateItem) protected voidsetActionPlanTemplateItem(XmlInputStream __in, TypeMapper __typeMapper) voidsetActionPlanTemplateItemDependencies(ActionPlanTemplateItemDependency[] actionPlanTemplateItemDependencies) protected voidsetActionPlanTemplateItemDependencies(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetActionPlanType(XmlInputStream __in, TypeMapper __typeMapper) voidsetActionPlanType(String actionPlanType) protected voidsetCategory(XmlInputStream __in, TypeMapper __typeMapper) voidsetCategory(String category) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) voidsetEstimatedCompletionDays(int estimatedCompletionDays) protected voidsetEstimatedCompletionDays(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetFileBasedTemplatePath(XmlInputStream __in, TypeMapper __typeMapper) voidsetFileBasedTemplatePath(String fileBasedTemplatePath) voidsetIsAdHocItemCreationEnabled(boolean isAdHocItemCreationEnabled) protected voidsetIsAdHocItemCreationEnabled(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetSourceType(XmlInputStream __in, TypeMapper __typeMapper) voidsetSourceType(String sourceType) protected voidsetStatus(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetSubcategory(XmlInputStream __in, TypeMapper __typeMapper) voidsetSubcategory(String subcategory) protected voidsetTargetEntityType(XmlInputStream __in, TypeMapper __typeMapper) voidsetTargetEntityType(String targetEntityType) protected voidsetUniqueName(XmlInputStream __in, TypeMapper __typeMapper) voidsetUniqueName(String uniqueName) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
ActionPlanTemplate
public ActionPlanTemplate()Constructor
-
-
Method Details
-
getActionPlanTemplateItem
-
setActionPlanTemplateItem
-
setActionPlanTemplateItem
protected void setActionPlanTemplateItem(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getActionPlanTemplateItemDependencies
-
setActionPlanTemplateItemDependencies
public void setActionPlanTemplateItemDependencies(ActionPlanTemplateItemDependency[] actionPlanTemplateItemDependencies) -
setActionPlanTemplateItemDependencies
protected void setActionPlanTemplateItemDependencies(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getActionPlanType
-
setActionPlanType
-
setActionPlanType
protected void setActionPlanType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCategory
-
setCategory
-
setCategory
protected void setCategory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEstimatedCompletionDays
public int getEstimatedCompletionDays() -
setEstimatedCompletionDays
public void setEstimatedCompletionDays(int estimatedCompletionDays) -
setEstimatedCompletionDays
protected void setEstimatedCompletionDays(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFileBasedTemplatePath
-
setFileBasedTemplatePath
-
setFileBasedTemplatePath
protected void setFileBasedTemplatePath(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsAdHocItemCreationEnabled
public boolean getIsAdHocItemCreationEnabled() -
isIsAdHocItemCreationEnabled
public boolean isIsAdHocItemCreationEnabled() -
setIsAdHocItemCreationEnabled
public void setIsAdHocItemCreationEnabled(boolean isAdHocItemCreationEnabled) -
setIsAdHocItemCreationEnabled
protected void setIsAdHocItemCreationEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getName
-
setName
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSourceType
-
setSourceType
-
setSourceType
protected void setSourceType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStatus
-
setStatus
-
setStatus
protected void setStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSubcategory
-
setSubcategory
-
setSubcategory
protected void setSubcategory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTargetEntityType
-
setTargetEntityType
-
setTargetEntityType
protected void setTargetEntityType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUniqueName
-
setUniqueName
-
setUniqueName
protected void setUniqueName(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 classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-