Package com.sforce.soap.metadata
Class TransactionSecurityPolicy
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.TransactionSecurityPolicy
-
-
Constructor Summary
Constructors Constructor Description TransactionSecurityPolicy()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getAction
public TransactionSecurityAction getAction()
-
setAction
public void setAction(TransactionSecurityAction action)
-
setAction
protected void setAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getActive
public boolean getActive()
-
isActive
public boolean isActive()
-
setActive
public void setActive(boolean active)
-
setActive
protected void setActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getApexClass
public String getApexClass()
-
setApexClass
public void setApexClass(String apexClass)
-
setApexClass
protected void setApexClass(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBlockMessage
public String getBlockMessage()
-
setBlockMessage
public void setBlockMessage(String blockMessage)
-
setBlockMessage
protected void setBlockMessage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomEmailContent
public String getCustomEmailContent()
-
setCustomEmailContent
public void setCustomEmailContent(String customEmailContent)
-
setCustomEmailContent
protected void setCustomEmailContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeveloperName
public String getDeveloperName()
-
setDeveloperName
public void setDeveloperName(String developerName)
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEventName
public TransactionSecurityEventName getEventName()
-
setEventName
public void setEventName(TransactionSecurityEventName eventName)
-
setEventName
protected void setEventName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEventType
public MonitoredEvents getEventType()
-
setEventType
public void setEventType(MonitoredEvents eventType)
-
setEventType
protected void setEventType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExecutionUser
public String getExecutionUser()
-
setExecutionUser
public void setExecutionUser(String executionUser)
-
setExecutionUser
protected void setExecutionUser(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFlow
public String getFlow()
-
setFlow
public void setFlow(String flow)
-
setFlow
protected void setFlow(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
-
getResourceName
public String getResourceName()
-
setResourceName
public void setResourceName(String resourceName)
-
setResourceName
protected void setResourceName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public TxnSecurityPolicyType getType()
-
setType
public void setType(TxnSecurityPolicyType type)
-
setType
protected void setType(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- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-