public class MobileDataType extends Object
Java class for MobileDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MobileDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MobileCountryCode" type="{}MobileCountryCodeType" minOccurs="0"/>
<element name="Geolocation" type="{}GeolocationType" minOccurs="0"/>
<element name="ProtectedMobileData" type="{}ContentInformationType" minOccurs="0"/>
<element name="SensitiveMobileData" type="{}SensitiveMobileDataType" minOccurs="0"/>
</sequence>
<attribute name="MobileNetworkCode" type="{}MobileNetworkCodeType" />
<attribute name="MaskedMSISDN" type="{}MaskedMSISDNType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GeolocationType |
geolocation |
protected String |
maskedMSISDN |
protected String |
mobileCountryCode |
protected String |
mobileNetworkCode |
protected ContentInformationType |
protectedMobileData |
protected SensitiveMobileDataType |
sensitiveMobileData |
| Constructor and Description |
|---|
MobileDataType() |
| Modifier and Type | Method and Description |
|---|---|
GeolocationType |
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.
|
ContentInformationType |
getProtectedMobileData()
Gets the value of the protectedMobileData property.
|
SensitiveMobileDataType |
getSensitiveMobileData()
Gets the value of the sensitiveMobileData property.
|
void |
setGeolocation(GeolocationType 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(ContentInformationType value)
Sets the value of the protectedMobileData property.
|
void |
setSensitiveMobileData(SensitiveMobileDataType value)
Sets the value of the sensitiveMobileData property.
|
protected String mobileCountryCode
protected GeolocationType geolocation
protected ContentInformationType protectedMobileData
protected SensitiveMobileDataType sensitiveMobileData
protected String mobileNetworkCode
protected String maskedMSISDN
public String getMobileCountryCode()
Stringpublic void setMobileCountryCode(String value)
value - allowed object is
Stringpublic GeolocationType getGeolocation()
GeolocationTypepublic void setGeolocation(GeolocationType value)
value - allowed object is
GeolocationTypepublic ContentInformationType getProtectedMobileData()
ContentInformationTypepublic void setProtectedMobileData(ContentInformationType value)
value - allowed object is
ContentInformationTypepublic SensitiveMobileDataType getSensitiveMobileData()
SensitiveMobileDataTypepublic void setSensitiveMobileData(SensitiveMobileDataType value)
value - allowed object is
SensitiveMobileDataTypepublic String getMobileNetworkCode()
Stringpublic void setMobileNetworkCode(String value)
value - allowed object is
Stringpublic String getMaskedMSISDN()
StringCopyright © 2018. All rights reserved.