Class MobileData6
java.lang.Object
org.coderic.iso20022.messages.caaa.MobileData6
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:caaa.027.001.01}Min2Max3AlphaText" minOccurs="0"/> <element name="MobNtwkCd" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Min2Max3NumericText" minOccurs="0"/> <element name="MobMskdMSISDN" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="Glctn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Geolocation1" minOccurs="0"/> <element name="SnstvMobData" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}SensitiveMobileData1" minOccurs="0"/> <element name="PrtctdMobData" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ContentInformationType40" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGlctn()
Gets the value of the glctn property.Gets the value of the mobCtryCd property.Gets the value of the mobMskdMSISDN property.Gets the value of the mobNtwkCd property.Gets the value of the prtctdMobData property.Gets the value of the snstvMobData property.void
setGlctn
(Geolocation1 value) Sets the value of the glctn property.void
setMobCtryCd
(String value) Sets the value of the mobCtryCd property.void
setMobMskdMSISDN
(String value) Sets the value of the mobMskdMSISDN property.void
setMobNtwkCd
(String value) Sets the value of the mobNtwkCd property.void
Sets the value of the prtctdMobData property.void
Sets the value of the snstvMobData property.
-
Constructor Details
-
MobileData6
public MobileData6()
-
-
Method Details
-
getMobCtryCd
Gets the value of the mobCtryCd property.- Returns:
- possible object is
String
-
setMobCtryCd
Sets the value of the mobCtryCd property.- Parameters:
value
- allowed object isString
-
getMobNtwkCd
Gets the value of the mobNtwkCd property.- Returns:
- possible object is
String
-
setMobNtwkCd
Sets the value of the mobNtwkCd property.- Parameters:
value
- allowed object isString
-
getMobMskdMSISDN
Gets the value of the mobMskdMSISDN property.- Returns:
- possible object is
String
-
setMobMskdMSISDN
Sets the value of the mobMskdMSISDN property.- Parameters:
value
- allowed object isString
-
getGlctn
Gets the value of the glctn property.- Returns:
- possible object is
Geolocation1
-
setGlctn
Sets the value of the glctn property.- Parameters:
value
- allowed object isGeolocation1
-
getSnstvMobData
Gets the value of the snstvMobData property.- Returns:
- possible object is
SensitiveMobileData1
-
setSnstvMobData
Sets the value of the snstvMobData property.- Parameters:
value
- allowed object isSensitiveMobileData1
-
getPrtctdMobData
Gets the value of the prtctdMobData property.- Returns:
- possible object is
ContentInformationType40
-
setPrtctdMobData
Sets the value of the prtctdMobData property.- Parameters:
value
- allowed object isContentInformationType40
-