Package com.sforce.soap.metadata
Class RecordActionDeploymentChannel
- java.lang.Object
-
- com.sforce.soap.metadata.RecordActionDeploymentChannel
-
-
Constructor Summary
Constructors Constructor Description RecordActionDeploymentChannel()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelSourcegetChannel()RecordActionDefaultItem[]getChannelItems()booleangetIsAutopopEnabled()booleanisIsAutopopEnabled()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetChannel(ChannelSource channel)protected voidsetChannel(XmlInputStream __in, TypeMapper __typeMapper)voidsetChannelItems(RecordActionDefaultItem[] channelItems)protected voidsetChannelItems(XmlInputStream __in, TypeMapper __typeMapper)voidsetIsAutopopEnabled(boolean isAutopopEnabled)protected voidsetIsAutopopEnabled(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getChannel
public ChannelSource getChannel()
-
setChannel
public void setChannel(ChannelSource channel)
-
setChannel
protected void setChannel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getChannelItems
public RecordActionDefaultItem[] getChannelItems()
-
setChannelItems
public void setChannelItems(RecordActionDefaultItem[] channelItems)
-
setChannelItems
protected void setChannelItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsAutopopEnabled
public boolean getIsAutopopEnabled()
-
isIsAutopopEnabled
public boolean isIsAutopopEnabled()
-
setIsAutopopEnabled
public void setIsAutopopEnabled(boolean isAutopopEnabled)
-
setIsAutopopEnabled
protected void setIsAutopopEnabled(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
-
-