Package com.adyen.model.nexo
Class MobileData
- java.lang.Object
-
- com.adyen.model.nexo.MobileData
-
public class MobileData extends Object
Definition: Information related to the mobile for the payment transaction. -- Usage: Mobile phone is used as a payment instrument for the transaction.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected GeolocationgeolocationThe Geolocation.protected StringmaskedMSISDNThe Masked msisdn.protected StringmobileCountryCodeThe Mobile country code.protected StringmobileNetworkCodeThe Mobile network code.protected ContentInformationprotectedMobileDataThe Protected mobile data.protected SensitiveMobileDatasensitiveMobileDataThe Sensitive mobile data.
-
Constructor Summary
Constructors Constructor Description MobileData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeolocationgetGeolocation()Gets the value of the geolocation property.StringgetMaskedMSISDN()Gets the value of the maskedMSISDN property.StringgetMobileCountryCode()Gets the value of the mobileCountryCode property.StringgetMobileNetworkCode()Gets the value of the mobileNetworkCode property.ContentInformationgetProtectedMobileData()Gets the value of the protectedMobileData property.SensitiveMobileDatagetSensitiveMobileData()Gets the value of the sensitiveMobileData property.voidsetGeolocation(Geolocation value)Sets the value of the geolocation property.voidsetMaskedMSISDN(String value)Sets the value of the maskedMSISDN property.voidsetMobileCountryCode(String value)Sets the value of the mobileCountryCode property.voidsetMobileNetworkCode(String value)Sets the value of the mobileNetworkCode property.voidsetProtectedMobileData(ContentInformation value)Sets the value of the protectedMobileData property.voidsetSensitiveMobileData(SensitiveMobileData value)Sets the value of the sensitiveMobileData property.
-
-
-
Field Detail
-
mobileCountryCode
protected String mobileCountryCode
The Mobile country code.
-
geolocation
protected Geolocation geolocation
The Geolocation.
-
protectedMobileData
protected ContentInformation protectedMobileData
The Protected mobile data.
-
sensitiveMobileData
protected SensitiveMobileData sensitiveMobileData
The Sensitive mobile data.
-
mobileNetworkCode
protected String mobileNetworkCode
The Mobile network code.
-
maskedMSISDN
protected String maskedMSISDN
The Masked msisdn.
-
-
Method Detail
-
getMobileCountryCode
public String getMobileCountryCode()
Gets the value of the mobileCountryCode property.- Returns:
- possible object is
String
-
setMobileCountryCode
public void setMobileCountryCode(String value)
Sets the value of the mobileCountryCode property.- Parameters:
value- allowed object isString
-
getGeolocation
public Geolocation getGeolocation()
Gets the value of the geolocation property.- Returns:
- possible object is
Geolocation
-
setGeolocation
public void setGeolocation(Geolocation value)
Sets the value of the geolocation property.- Parameters:
value- allowed object isGeolocation
-
getProtectedMobileData
public ContentInformation getProtectedMobileData()
Gets the value of the protectedMobileData property.- Returns:
- possible object is
ContentInformation
-
setProtectedMobileData
public void setProtectedMobileData(ContentInformation value)
Sets the value of the protectedMobileData property.- Parameters:
value- allowed object isContentInformation
-
getSensitiveMobileData
public SensitiveMobileData getSensitiveMobileData()
Gets the value of the sensitiveMobileData property.- Returns:
- possible object is
SensitiveMobileData
-
setSensitiveMobileData
public void setSensitiveMobileData(SensitiveMobileData value)
Sets the value of the sensitiveMobileData property.- Parameters:
value- allowed object isSensitiveMobileData
-
getMobileNetworkCode
public String getMobileNetworkCode()
Gets the value of the mobileNetworkCode property.- Returns:
- possible object is
String
-
setMobileNetworkCode
public void setMobileNetworkCode(String value)
Sets the value of the mobileNetworkCode property.- Parameters:
value- allowed object isString
-
getMaskedMSISDN
public String getMaskedMSISDN()
Gets the value of the maskedMSISDN property.- Returns:
- possible object is
String
-
-