public class DeleteAccount extends Object
Java class for deleteAccount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="deleteAccount">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="contactNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deleteStrict" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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.