Package com.sforce.soap.metadata
Class ConversationMessageLayoutPrimitiveValue
- java.lang.Object
-
- com.sforce.soap.metadata.ConversationMessageLayoutPrimitiveValue
-
-
Constructor Summary
Constructors Constructor Description ConversationMessageLayoutPrimitiveValue()Constructor
-
Method Summary
-
-
-
Method Detail
-
getContentAssetName
public String getContentAssetName()
-
setContentAssetName
public void setContentAssetName(String contentAssetName)
-
setContentAssetName
protected void setContentAssetName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFieldName
public String getFieldName()
-
setFieldName
public void setFieldName(String fieldName)
-
setFieldName
protected void setFieldName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFormulaTemplate
public String getFormulaTemplate()
-
setFormulaTemplate
public void setFormulaTemplate(String formulaTemplate)
-
setFormulaTemplate
protected void setFormulaTemplate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLiteralValue
public String getLiteralValue()
-
setLiteralValue
public void setLiteralValue(String literalValue)
-
setLiteralValue
protected void setLiteralValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMergeFields
public ConversationMessageMergeField[] getMergeFields()
-
setMergeFields
public void setMergeFields(ConversationMessageMergeField[] mergeFields)
-
setMergeFields
protected void setMergeFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public ConversationMessageLayoutValueType getType()
-
setType
public void setType(ConversationMessageLayoutValueType type)
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValueFormula
public String getValueFormula()
-
setValueFormula
public void setValueFormula(String valueFormula)
-
setValueFormula
protected void setValueFormula(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValueSourceReference
public String getValueSourceReference()
-
setValueSourceReference
public void setValueSourceReference(String valueSourceReference)
-
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
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
-
-