Class ReportContent1Choice
java.lang.Object
org.coderic.iso20022.messages.caad.ReportContent1Choice
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getBinry()
Gets the value of the binry property.Gets the value of the prtctdData property.getTxt()
Gets the value of the txt property.void
setBinry
(byte[] value) Sets the value of the binry property.void
setPrtctdData
(ProtectedData1 value) Sets the value of the prtctdData property.void
Sets the value of the txt property.
-
Constructor Details
-
ReportContent1Choice
public ReportContent1Choice()
-
-
Method Details
-
getTxt
Gets the value of the txt property.- Returns:
- possible object is
String
-
setTxt
Sets the value of the txt property.- Parameters:
value
- allowed object isString
-
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
Gets the value of the prtctdData property.- Returns:
- possible object is
ProtectedData1
-
setPrtctdData
Sets the value of the prtctdData property.- Parameters:
value
- allowed object isProtectedData1
-