Class EncryptedData1Choice
java.lang.Object
org.coderic.iso20022.messages.canm.EncryptedData1Choice
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:canm.004.001.03}Max100KBinary"/>
<element name="HexBinryVal" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max9999HexBinaryText"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the value of the binryData property.Gets the value of the hexBinryVal property.voidsetBinryData(byte[] value) Sets the value of the binryData property.voidsetHexBinryVal(String value) Sets the value of the hexBinryVal property.
-
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
Gets the value of the hexBinryVal property.- Returns:
- possible object is
String
-
setHexBinryVal
Sets the value of the hexBinryVal property.- Parameters:
value- allowed object isString
-