public class TransactionSecurityNotification extends Object
Java class for TransactionSecurityNotification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionSecurityNotification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="inApp" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sendEmail" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
inApp |
protected boolean |
sendEmail |
protected String |
user |
| Constructor and Description |
|---|
TransactionSecurityNotification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUser()
Gets the value of the user property.
|
boolean |
isInApp()
Gets the value of the inApp property.
|
boolean |
isSendEmail()
Gets the value of the sendEmail property.
|
void |
setInApp(boolean value)
Sets the value of the inApp property.
|
void |
setSendEmail(boolean value)
Sets the value of the sendEmail property.
|
void |
setUser(String value)
Sets the value of the user property.
|
protected boolean inApp
protected boolean sendEmail
protected String user
public boolean isInApp()
public void setInApp(boolean value)
public boolean isSendEmail()
public void setSendEmail(boolean value)
public String getUser()
StringCopyright © 2016. All rights reserved.