Package com.sforce.soap.metadata
Class ConversationSystemMessage
- java.lang.Object
-
- com.sforce.soap.metadata.ConversationSystemMessage
-
-
Constructor Summary
Constructors Constructor Description ConversationSystemMessage()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConversationSystemMessageMapping[]getSystemMessageMappings()ConversationSystemMessageTypegetType()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetSystemMessageMappings(ConversationSystemMessageMapping[] systemMessageMappings)protected voidsetSystemMessageMappings(XmlInputStream __in, TypeMapper __typeMapper)voidsetType(ConversationSystemMessageType type)protected voidsetType(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getSystemMessageMappings
public ConversationSystemMessageMapping[] getSystemMessageMappings()
-
setSystemMessageMappings
public void setSystemMessageMappings(ConversationSystemMessageMapping[] systemMessageMappings)
-
setSystemMessageMappings
protected void setSystemMessageMappings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public ConversationSystemMessageType getType()
-
setType
public void setType(ConversationSystemMessageType type)
-
setType
protected void setType(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
-
-