Class EncryptedDataElement1

java.lang.Object
org.coderic.iso20022.messages.cafm.EncryptedDataElement1

public class EncryptedDataElement1 extends Object

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 Details

    • EncryptedDataElement1

      public EncryptedDataElement1()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getOthrId

      public String getOthrId()
      Gets the value of the othrId property.
      Returns:
      possible object is String
    • setOthrId

      public void setOthrId(String value)
      Sets the value of the othrId property.
      Parameters:
      value - allowed object is String
    • getNcrptdData

      public EncryptedData1Choice getNcrptdData()
      Gets the value of the ncrptdData property.
      Returns:
      possible object is EncryptedData1Choice
    • setNcrptdData

      public void setNcrptdData(EncryptedData1Choice value)
      Sets the value of the ncrptdData property.
      Parameters:
      value - allowed object is EncryptedData1Choice
    • getClearTxtDataFrmt

      public EncryptedDataFormat1Code getClearTxtDataFrmt()
      Gets the value of the clearTxtDataFrmt property.
      Returns:
      possible object is EncryptedDataFormat1Code
    • setClearTxtDataFrmt

      public void setClearTxtDataFrmt(EncryptedDataFormat1Code value)
      Sets the value of the clearTxtDataFrmt property.
      Parameters:
      value - allowed object is EncryptedDataFormat1Code
    • getOthrClearTxtDataFrmt

      public String getOthrClearTxtDataFrmt()
      Gets the value of the othrClearTxtDataFrmt property.
      Returns:
      possible object is String
    • setOthrClearTxtDataFrmt

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