public class DeleteAccount extends Object implements Serializable
Java class for deleteAccount complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
contactNumber |
protected boolean |
deleteStrict |
| Constructor and Description |
|---|
DeleteAccount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
boolean |
isDeleteStrict()
Gets the value of the deleteStrict property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setDeleteStrict(boolean value)
Sets the value of the deleteStrict property.
|
protected String contactNumber
protected boolean deleteStrict
public String getContactNumber()
Stringpublic void setContactNumber(String value)
value - allowed object is
Stringpublic boolean isDeleteStrict()
public void setDeleteStrict(boolean value)
Copyright © 2021. All rights reserved.