Package com.sforce.soap.metadata
Class ConversationMessageLayoutItem
- java.lang.Object
-
- com.sforce.soap.metadata.ConversationMessageLayoutItem
-
-
Constructor Summary
Constructors Constructor Description ConversationMessageLayoutItem()Constructor
-
Method Summary
-
-
-
Method Detail
-
getCollectionType
public ConversationMessageCollectionType getCollectionType()
-
setCollectionType
public void setCollectionType(ConversationMessageCollectionType collectionType)
-
setCollectionType
protected void setCollectionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCompositeValues
public ConversationMessageLayoutCompositeValue[] getCompositeValues()
-
setCompositeValues
public void setCompositeValues(ConversationMessageLayoutCompositeValue[] compositeValues)
-
setCompositeValues
protected void setCompositeValues(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPrimitiveValues
public ConversationMessageLayoutPrimitiveValue[] getPrimitiveValues()
-
setPrimitiveValues
public void setPrimitiveValues(ConversationMessageLayoutPrimitiveValue[] primitiveValues)
-
setPrimitiveValues
protected void setPrimitiveValues(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
-
-