public class SensitiveMobileData extends Object
Java class for SensitiveMobileData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SensitiveMobileData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="MSISDN" use="required" type="{}MSISDN" />
<attribute name="IMSI" type="{}IMSI" />
<attribute name="IMEI" type="{}IMEI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
imei
The Imei.
|
protected String |
imsi
The Imsi.
|
protected String |
msisdn
The Msisdn.
|
| Constructor and Description |
|---|
SensitiveMobileData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIMEI()
Gets the value of the imei property.
|
String |
getIMSI()
Gets the value of the imsi property.
|
String |
getMSISDN()
Gets the value of the msisdn property.
|
void |
setIMEI(String value)
Sets the value of the imei property.
|
void |
setIMSI(String value)
Sets the value of the imsi property.
|
void |
setMSISDN(String value)
Sets the value of the msisdn property.
|
protected String msisdn
protected String imsi
protected String imei
public String getMSISDN()
Stringpublic void setMSISDN(String value)
value - allowed object is Stringpublic String getIMSI()
Stringpublic void setIMSI(String value)
value - allowed object is Stringpublic String getIMEI()
StringCopyright © 2022. All rights reserved.