Package com.sforce.soap.metadata
Class MessagingChannelCustomParameter
- java.lang.Object
-
- com.sforce.soap.metadata.MessagingChannelCustomParameter
-
-
Constructor Summary
Constructors Constructor Description MessagingChannelCustomParameter()Constructor
-
Method Summary
-
-
-
Method Detail
-
getActionParameterMappings
public MessagingChannelActionParameterMapping[] getActionParameterMappings()
-
setActionParameterMappings
public void setActionParameterMappings(MessagingChannelActionParameterMapping[] actionParameterMappings)
-
setActionParameterMappings
protected void setActionParameterMappings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExternalParameterName
public String getExternalParameterName()
-
setExternalParameterName
public void setExternalParameterName(String externalParameterName)
-
setExternalParameterName
protected void setExternalParameterName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMaxLength
public int getMaxLength()
-
setMaxLength
public void setMaxLength(int maxLength)
-
setMaxLength
protected void setMaxLength(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
-
getParameterDataType
public FlowDataType getParameterDataType()
-
setParameterDataType
public void setParameterDataType(FlowDataType parameterDataType)
-
setParameterDataType
protected void setParameterDataType(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
-
-