Class ReportContent1Choice

java.lang.Object
org.coderic.iso20022.messages.caad.ReportContent1Choice

public class ReportContent1Choice extends Object

Java class for ReportContent1Choice complex type.

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

 <complexType name="ReportContent1Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Txt" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Max10MbText"/>
         <element name="Binry" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Max20MbBinary"/>
         <element name="PrtctdData" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}ProtectedData1"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ReportContent1Choice

      public ReportContent1Choice()
  • Method Details

    • getTxt

      public String getTxt()
      Gets the value of the txt property.
      Returns:
      possible object is String
    • setTxt

      public void setTxt(String value)
      Sets the value of the txt property.
      Parameters:
      value - allowed object is String
    • getBinry

      public byte[] getBinry()
      Gets the value of the binry property.
      Returns:
      possible object is byte[]
    • setBinry

      public void setBinry(byte[] value)
      Sets the value of the binry property.
      Parameters:
      value - allowed object is byte[]
    • getPrtctdData

      public ProtectedData1 getPrtctdData()
      Gets the value of the prtctdData property.
      Returns:
      possible object is ProtectedData1
    • setPrtctdData

      public void setPrtctdData(ProtectedData1 value)
      Sets the value of the prtctdData property.
      Parameters:
      value - allowed object is ProtectedData1