Package com.sforce.soap.metadata
Class ConversationMessageConstantPrimitiveValue
- java.lang.Object
-
- com.sforce.soap.metadata.ConversationMessageConstantPrimitiveValue
-
-
Constructor Summary
Constructors Constructor Description ConversationMessageConstantPrimitiveValue()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentAssetName()StringgetTextValue()ConversationMessageConstantValueTypegetType()StringgetUrlValue()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetContentAssetName(XmlInputStream __in, TypeMapper __typeMapper)voidsetContentAssetName(String contentAssetName)protected voidsetTextValue(XmlInputStream __in, TypeMapper __typeMapper)voidsetTextValue(String textValue)voidsetType(ConversationMessageConstantValueType type)protected voidsetType(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetUrlValue(XmlInputStream __in, TypeMapper __typeMapper)voidsetUrlValue(String urlValue)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
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
-
getTextValue
public String getTextValue()
-
setTextValue
public void setTextValue(String textValue)
-
setTextValue
protected void setTextValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public ConversationMessageConstantValueType getType()
-
setType
public void setType(ConversationMessageConstantValueType type)
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUrlValue
public String getUrlValue()
-
setUrlValue
public void setUrlValue(String urlValue)
-
setUrlValue
protected void setUrlValue(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
-
-