public class SensitiveMobileDataType extends Object
Java class for SensitiveMobileDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SensitiveMobileDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="MSISDN" use="required" type="{}MSISDNType" />
<attribute name="IMSI" type="{}IMSIType" />
<attribute name="IMEI" type="{}IMEIType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
imei |
protected String |
imsi |
protected String |
msisdn |
| Constructor and Description |
|---|
SensitiveMobileDataType() |
| 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.
|
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 © 2018. All rights reserved.