Package com.adyen.model.nexo
Class SensitiveMobileData
- java.lang.Object
-
- com.adyen.model.nexo.SensitiveMobileData
-
public class SensitiveMobileData extends Object
Definition: Sensitive information related to the mobile phone. -- Usage: This data structure could be CMS protected (EnvelopedData). In this case the data structure SensitiveMobileData is replaced by the data structure ProtectedMobileData of type ContentInformationType. When this data is protected, the exactJava 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>
-
-
Constructor Summary
Constructors Constructor Description SensitiveMobileData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIMEI()Gets the value of the imei property.StringgetIMSI()Gets the value of the imsi property.StringgetMSISDN()Gets the value of the msisdn property.voidsetIMEI(String value)Sets the value of the imei property.voidsetIMSI(String value)Sets the value of the imsi property.voidsetMSISDN(String value)Sets the value of the msisdn property.
-
-
-
Method Detail
-
getMSISDN
public String getMSISDN()
Gets the value of the msisdn property.- Returns:
- possible object is
String
-
setMSISDN
public void setMSISDN(String value)
Sets the value of the msisdn property.- Parameters:
value- allowed object isString
-
getIMSI
public String getIMSI()
Gets the value of the imsi property.- Returns:
- possible object is
String
-
setIMSI
public void setIMSI(String value)
Sets the value of the imsi property.- Parameters:
value- allowed object isString
-
getIMEI
public String getIMEI()
Gets the value of the imei property.- Returns:
- possible object is
String
-
-