Class SensitiveMobileData1

java.lang.Object
org.coderic.iso20022.messages.casp.SensitiveMobileData1

public class SensitiveMobileData1 extends Object

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:casp.017.001.06}Max35NumericText"/>
         <element name="IMSI" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35NumericText" minOccurs="0"/>
         <element name="IMEI" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35NumericText" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SensitiveMobileData1

      public SensitiveMobileData1()
  • Method Details

    • 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 is String
    • 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 is String
    • getIMEI

      public String getIMEI()
      Gets the value of the imei property.
      Returns:
      possible object is String
    • setIMEI

      public void setIMEI(String value)
      Sets the value of the imei property.
      Parameters:
      value - allowed object is String