Class MobileData6

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

public class MobileData6 extends Object

Java class for MobileData6 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MobileData6">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MobCtryCd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Min2Max3AlphaText" minOccurs="0"/>
         <element name="MobNtwkCd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Min2Max3NumericText" minOccurs="0"/>
         <element name="MobMskdMSISDN" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
         <element name="Glctn" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Geolocation1" minOccurs="0"/>
         <element name="SnstvMobData" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}SensitiveMobileData1" minOccurs="0"/>
         <element name="PrtctdMobData" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ContentInformationType40" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • MobileData6

      public MobileData6()
  • Method Details

    • getMobCtryCd

      public String getMobCtryCd()
      Gets the value of the mobCtryCd property.
      Returns:
      possible object is String
    • setMobCtryCd

      public void setMobCtryCd(String value)
      Sets the value of the mobCtryCd property.
      Parameters:
      value - allowed object is String
    • getMobNtwkCd

      public String getMobNtwkCd()
      Gets the value of the mobNtwkCd property.
      Returns:
      possible object is String
    • setMobNtwkCd

      public void setMobNtwkCd(String value)
      Sets the value of the mobNtwkCd property.
      Parameters:
      value - allowed object is String
    • getMobMskdMSISDN

      public String getMobMskdMSISDN()
      Gets the value of the mobMskdMSISDN property.
      Returns:
      possible object is String
    • setMobMskdMSISDN

      public void setMobMskdMSISDN(String value)
      Sets the value of the mobMskdMSISDN property.
      Parameters:
      value - allowed object is String
    • getGlctn

      public Geolocation1 getGlctn()
      Gets the value of the glctn property.
      Returns:
      possible object is Geolocation1
    • setGlctn

      public void setGlctn(Geolocation1 value)
      Sets the value of the glctn property.
      Parameters:
      value - allowed object is Geolocation1
    • getSnstvMobData

      public SensitiveMobileData1 getSnstvMobData()
      Gets the value of the snstvMobData property.
      Returns:
      possible object is SensitiveMobileData1
    • setSnstvMobData

      public void setSnstvMobData(SensitiveMobileData1 value)
      Sets the value of the snstvMobData property.
      Parameters:
      value - allowed object is SensitiveMobileData1
    • getPrtctdMobData

      public ContentInformationType40 getPrtctdMobData()
      Gets the value of the prtctdMobData property.
      Returns:
      possible object is ContentInformationType40
    • setPrtctdMobData

      public void setPrtctdMobData(ContentInformationType40 value)
      Sets the value of the prtctdMobData property.
      Parameters:
      value - allowed object is ContentInformationType40