Package com.sforce.soap.metadata
Class ConversationMessageOptionsParameter
- java.lang.Object
-
- com.sforce.soap.metadata.ConversationMessageOptionsParameter
-
-
Constructor Summary
Constructors Constructor Description ConversationMessageOptionsParameter()Constructor
-
Method Summary
-
-
-
Method Detail
-
getCompositeTypeDetails
public ConversationMessageParameterCompositeDetails getCompositeTypeDetails()
-
setCompositeTypeDetails
public void setCompositeTypeDetails(ConversationMessageParameterCompositeDetails compositeTypeDetails)
-
setCompositeTypeDetails
protected void setCompositeTypeDetails(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOptionsParameterType
public ConversationMessageOptionsParameterType getOptionsParameterType()
-
setOptionsParameterType
public void setOptionsParameterType(ConversationMessageOptionsParameterType optionsParameterType)
-
setOptionsParameterType
protected void setOptionsParameterType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPrimitiveTypeDetails
public ConversationMessageParameterPrimitiveDetails getPrimitiveTypeDetails()
-
setPrimitiveTypeDetails
public void setPrimitiveTypeDetails(ConversationMessageParameterPrimitiveDetails primitiveTypeDetails)
-
setPrimitiveTypeDetails
protected void setPrimitiveTypeDetails(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
-
-