Package com.sforce.soap.metadata
Class TransactionSecurityPolicy
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.TransactionSecurityPolicy
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFlow()getType()booleanisActive()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAction(TransactionSecurityAction action) protected voidsetAction(XmlInputStream __in, TypeMapper __typeMapper) voidsetActive(boolean active) protected voidsetActive(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetApexClass(XmlInputStream __in, TypeMapper __typeMapper) voidsetApexClass(String apexClass) protected voidsetBlockMessage(XmlInputStream __in, TypeMapper __typeMapper) voidsetBlockMessage(String blockMessage) protected voidsetCustomEmailContent(XmlInputStream __in, TypeMapper __typeMapper) voidsetCustomEmailContent(String customEmailContent) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) protected voidsetDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) voidsetDeveloperName(String developerName) voidsetEventName(TransactionSecurityEventName eventName) protected voidsetEventName(XmlInputStream __in, TypeMapper __typeMapper) voidsetEventType(MonitoredEvents eventType) protected voidsetEventType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetExecutionUser(XmlInputStream __in, TypeMapper __typeMapper) voidsetExecutionUser(String executionUser) protected voidsetFlow(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) protected voidsetResourceName(XmlInputStream __in, TypeMapper __typeMapper) voidsetResourceName(String resourceName) voidsetType(TxnSecurityPolicyType type) protected voidsetType(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
TransactionSecurityPolicy
public TransactionSecurityPolicy()Constructor
-
-
Method Details
-
getAction
-
setAction
-
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
-
setApexClass
-
setApexClass
protected void setApexClass(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBlockMessage
-
setBlockMessage
-
setBlockMessage
protected void setBlockMessage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCustomEmailContent
-
setCustomEmailContent
-
setCustomEmailContent
protected void setCustomEmailContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDeveloperName
-
setDeveloperName
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEventName
-
setEventName
-
setEventName
protected void setEventName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEventType
-
setEventType
-
setEventType
protected void setEventType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExecutionUser
-
setExecutionUser
-
setExecutionUser
protected void setExecutionUser(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFlow
-
setFlow
-
setFlow
protected void setFlow(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getResourceName
-
setResourceName
-
setResourceName
protected void setResourceName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getType
-
setType
-
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
- 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
-
toString
-