Class EncryptedDataElement1
java.lang.Object
org.coderic.iso20022.messages.cafm.EncryptedDataElement1
Java class for EncryptedDataElement1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedDataElement1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ExternalEncryptedElementIdentification1Code" minOccurs="0"/> <element name="OthrId" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/> <element name="NcrptdData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}EncryptedData1Choice"/> <element name="ClearTxtDataFrmt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}EncryptedDataFormat1Code" minOccurs="0"/> <element name="OthrClearTxtDataFrmt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clearTxtDataFrmt property.getId()
Gets the value of the id property.Gets the value of the ncrptdData property.Gets the value of the othrClearTxtDataFrmt property.Gets the value of the othrId property.void
Sets the value of the clearTxtDataFrmt property.void
Sets the value of the id property.void
Sets the value of the ncrptdData property.void
setOthrClearTxtDataFrmt
(String value) Sets the value of the othrClearTxtDataFrmt property.void
Sets the value of the othrId property.
-
Constructor Details
-
EncryptedDataElement1
public EncryptedDataElement1()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getOthrId
Gets the value of the othrId property.- Returns:
- possible object is
String
-
setOthrId
Sets the value of the othrId property.- Parameters:
value
- allowed object isString
-
getNcrptdData
Gets the value of the ncrptdData property.- Returns:
- possible object is
EncryptedData1Choice
-
setNcrptdData
Sets the value of the ncrptdData property.- Parameters:
value
- allowed object isEncryptedData1Choice
-
getClearTxtDataFrmt
Gets the value of the clearTxtDataFrmt property.- Returns:
- possible object is
EncryptedDataFormat1Code
-
setClearTxtDataFrmt
Sets the value of the clearTxtDataFrmt property.- Parameters:
value
- allowed object isEncryptedDataFormat1Code
-
getOthrClearTxtDataFrmt
Gets the value of the othrClearTxtDataFrmt property.- Returns:
- possible object is
String
-
setOthrClearTxtDataFrmt
Sets the value of the othrClearTxtDataFrmt property.- Parameters:
value
- allowed object isString
-