Class EncryptedData1Choice

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

public class EncryptedData1Choice extends Object

Java class for EncryptedData1Choice complex type.

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

 <complexType name="EncryptedData1Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="BinryData" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Max100KBinary"/>
         <element name="HexBinryVal" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Max9999HexBinaryText"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • EncryptedData1Choice

      public EncryptedData1Choice()
  • Method Details

    • getBinryData

      public byte[] getBinryData()
      Gets the value of the binryData property.
      Returns:
      possible object is byte[]
    • setBinryData

      public void setBinryData(byte[] value)
      Sets the value of the binryData property.
      Parameters:
      value - allowed object is byte[]
    • getHexBinryVal

      public String getHexBinryVal()
      Gets the value of the hexBinryVal property.
      Returns:
      possible object is String
    • setHexBinryVal

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