Package com.sforce.soap.metadata
Class ConversationMessageLayoutPrimitiveValue
java.lang.Object
com.sforce.soap.metadata.ConversationMessageLayoutPrimitiveValue
- 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 TypeMethodDescriptiongetType()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetContentAssetName(XmlInputStream __in, TypeMapper __typeMapper) voidsetContentAssetName(String contentAssetName) protected voidsetFieldName(XmlInputStream __in, TypeMapper __typeMapper) voidsetFieldName(String fieldName) protected voidsetFormulaTemplate(XmlInputStream __in, TypeMapper __typeMapper) voidsetFormulaTemplate(String formulaTemplate) protected voidsetLiteralValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetLiteralValue(String literalValue) voidsetMergeFields(ConversationMessageMergeField[] mergeFields) protected voidsetMergeFields(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetValueFormula(XmlInputStream __in, TypeMapper __typeMapper) voidsetValueFormula(String valueFormula) protected voidsetValueSourceReference(XmlInputStream __in, TypeMapper __typeMapper) voidsetValueSourceReference(String valueSourceReference) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ConversationMessageLayoutPrimitiveValue
public ConversationMessageLayoutPrimitiveValue()Constructor
-
-
Method Details
-
getContentAssetName
-
setContentAssetName
-
setContentAssetName
protected void setContentAssetName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFieldName
-
setFieldName
-
setFieldName
protected void setFieldName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFormulaTemplate
-
setFormulaTemplate
-
setFormulaTemplate
protected void setFormulaTemplate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLiteralValue
-
setLiteralValue
-
setLiteralValue
protected void setLiteralValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMergeFields
-
setMergeFields
-
setMergeFields
protected void setMergeFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getType
-
setType
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getValueFormula
-
setValueFormula
-
setValueFormula
protected void setValueFormula(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getValueSourceReference
-
setValueSourceReference
-
setValueSourceReference
protected void setValueSourceReference(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
- 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
-
toString
-