Package com.sforce.soap.metadata
Class ConversationMessageParameter
- java.lang.Object
-
- com.sforce.soap.metadata.ConversationMessageParameter
-
-
Constructor Summary
Constructors Constructor Description ConversationMessageParameter()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
-
getParameterType
public ConversationMessageParameterType getParameterType()
-
setParameterType
public void setParameterType(ConversationMessageParameterType parameterType)
-
setParameterType
protected void setParameterType(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
-
-