Package com.sforce.soap.metadata
Class ConversationMessageLayout
- java.lang.Object
-
- com.sforce.soap.metadata.ConversationMessageLayout
-
-
Constructor Summary
Constructors Constructor Description ConversationMessageLayout()Constructor
-
Method Summary
-
-
-
Method Detail
-
getExternalTemplates
public ConvMsgExternalTemplateVersion[] getExternalTemplates()
-
setExternalTemplates
public void setExternalTemplates(ConvMsgExternalTemplateVersion[] externalTemplates)
-
setExternalTemplates
protected void setExternalTemplates(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFormatType
public ConversationMessageFormatType getFormatType()
-
setFormatType
public void setFormatType(ConversationMessageFormatType formatType)
-
setFormatType
protected void setFormatType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLayoutItems
public ConversationMessageLayoutItem[] getLayoutItems()
-
setLayoutItems
public void setLayoutItems(ConversationMessageLayoutItem[] layoutItems)
-
setLayoutItems
protected void setLayoutItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMessageType
public ConversationMessageType getMessageType()
-
setMessageType
public void setMessageType(ConversationMessageType messageType)
-
setMessageType
protected void setMessageType(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
-
-