Package com.sforce.soap.metadata
Class TransactionSecurityAction
java.lang.Object
com.sforce.soap.metadata.TransactionSecurityAction
- 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 TypeMethodDescriptionbooleangetBlock()booleanbooleanbooleanbooleanisBlock()booleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetBlock(boolean block) protected voidsetBlock(XmlInputStream __in, TypeMapper __typeMapper) voidsetEndSession(boolean endSession) protected voidsetEndSession(XmlInputStream __in, TypeMapper __typeMapper) voidsetFreezeUser(boolean freezeUser) protected voidsetFreezeUser(XmlInputStream __in, TypeMapper __typeMapper) voidsetNotifications(TransactionSecurityNotification[] notifications) protected voidsetNotifications(XmlInputStream __in, TypeMapper __typeMapper) voidsetTwoFactorAuthentication(boolean twoFactorAuthentication) protected voidsetTwoFactorAuthentication(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
TransactionSecurityAction
public TransactionSecurityAction()Constructor
-
-
Method Details
-
getBlock
public boolean getBlock() -
isBlock
public boolean isBlock() -
setBlock
public void setBlock(boolean block) -
setBlock
protected void setBlock(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEndSession
public boolean getEndSession() -
isEndSession
public boolean isEndSession() -
setEndSession
public void setEndSession(boolean endSession) -
setEndSession
protected void setEndSession(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFreezeUser
public boolean getFreezeUser() -
isFreezeUser
public boolean isFreezeUser() -
setFreezeUser
public void setFreezeUser(boolean freezeUser) -
setFreezeUser
protected void setFreezeUser(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNotifications
-
setNotifications
-
setNotifications
protected void setNotifications(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTwoFactorAuthentication
public boolean getTwoFactorAuthentication() -
isTwoFactorAuthentication
public boolean isTwoFactorAuthentication() -
setTwoFactorAuthentication
public void setTwoFactorAuthentication(boolean twoFactorAuthentication) -
setTwoFactorAuthentication
protected void setTwoFactorAuthentication(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
- 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
-
toString
-