Class SensitiveMobileData1
java.lang.Object
org.coderic.iso20022.messages.caaa.SensitiveMobileData1
Java class for SensitiveMobileData1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SensitiveMobileData1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MSISDN" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35NumericText"/> <element name="IMSI" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35NumericText" minOccurs="0"/> <element name="IMEI" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35NumericText" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SensitiveMobileData1
public SensitiveMobileData1()
-
-
Method Details
-
getMSISDN
Gets the value of the msisdn property.- Returns:
- possible object is
String
-
setMSISDN
Sets the value of the msisdn property.- Parameters:
value
- allowed object isString
-
getIMSI
Gets the value of the imsi property.- Returns:
- possible object is
String
-
setIMSI
Sets the value of the imsi property.- Parameters:
value
- allowed object isString
-
getIMEI
Gets the value of the imei property.- Returns:
- possible object is
String
-
setIMEI
Sets the value of the imei property.- Parameters:
value
- allowed object isString
-