public class MobileData extends Object
Java class for MobileData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MobileData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MobileCountryCode" type="{}MobileCountryCode" minOccurs="0"/>
<element name="Geolocation" type="{}Geolocation" minOccurs="0"/>
<element name="ProtectedMobileData" type="{}ContentInformation" minOccurs="0"/>
<element name="SensitiveMobileData" type="{}SensitiveMobileData" minOccurs="0"/>
</sequence>
<attribute name="MobileNetworkCode" type="{}MobileNetworkCode" />
<attribute name="MaskedMSISDN" type="{}MaskedMSISDN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Geolocation |
geolocation
The Geolocation.
|
protected String |
maskedMSISDN
The Masked msisdn.
|
protected String |
mobileCountryCode
The Mobile country code.
|
protected String |
mobileNetworkCode
The Mobile network code.
|
protected ContentInformation |
protectedMobileData
The Protected mobile data.
|
protected SensitiveMobileData |
sensitiveMobileData
The Sensitive mobile data.
|
| Constructor and Description |
|---|
MobileData() |
| Modifier and Type | Method and Description |
|---|---|
Geolocation |
getGeolocation()
Gets the value of the geolocation property.
|
String |
getMaskedMSISDN()
Gets the value of the maskedMSISDN property.
|
String |
getMobileCountryCode()
Gets the value of the mobileCountryCode property.
|
String |
getMobileNetworkCode()
Gets the value of the mobileNetworkCode property.
|
ContentInformation |
getProtectedMobileData()
Gets the value of the protectedMobileData property.
|
SensitiveMobileData |
getSensitiveMobileData()
Gets the value of the sensitiveMobileData property.
|
void |
setGeolocation(Geolocation value)
Sets the value of the geolocation property.
|
void |
setMaskedMSISDN(String value)
Sets the value of the maskedMSISDN property.
|
void |
setMobileCountryCode(String value)
Sets the value of the mobileCountryCode property.
|
void |
setMobileNetworkCode(String value)
Sets the value of the mobileNetworkCode property.
|
void |
setProtectedMobileData(ContentInformation value)
Sets the value of the protectedMobileData property.
|
void |
setSensitiveMobileData(SensitiveMobileData value)
Sets the value of the sensitiveMobileData property.
|
protected String mobileCountryCode
protected Geolocation geolocation
protected ContentInformation protectedMobileData
protected SensitiveMobileData sensitiveMobileData
protected String mobileNetworkCode
protected String maskedMSISDN
public String getMobileCountryCode()
Stringpublic void setMobileCountryCode(String value)
value - allowed object is Stringpublic Geolocation getGeolocation()
Geolocationpublic void setGeolocation(Geolocation value)
value - allowed object is Geolocationpublic ContentInformation getProtectedMobileData()
ContentInformationpublic void setProtectedMobileData(ContentInformation value)
value - allowed object is ContentInformationpublic SensitiveMobileData getSensitiveMobileData()
SensitiveMobileDatapublic void setSensitiveMobileData(SensitiveMobileData value)
value - allowed object is SensitiveMobileDatapublic String getMobileNetworkCode()
Stringpublic void setMobileNetworkCode(String value)
value - allowed object is Stringpublic String getMaskedMSISDN()
StringCopyright © 2022. All rights reserved.