Class 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 exact

    Java 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>
     
    • Field Detail

      • msisdn

        protected String msisdn
        The Msisdn.
      • imsi

        protected String imsi
        The Imsi.
      • imei

        protected String imei
        The Imei.
    • Constructor Detail

      • SensitiveMobileData

        public SensitiveMobileData()
    • 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 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