Class CapturedSignature1

java.lang.Object
org.coderic.iso20022.messages.casp.CapturedSignature1

public class CapturedSignature1 extends Object

Java class for CapturedSignature1 complex type.

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

 <complexType name="CapturedSignature1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ImgFrmt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text"/>
         <element name="ImgData" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max2MBBinary" minOccurs="0"/>
         <element name="ImgRef" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max500Text" minOccurs="0"/>
         <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max140Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • CapturedSignature1

      public CapturedSignature1()
  • Method Details

    • getImgFrmt

      public String getImgFrmt()
      Gets the value of the imgFrmt property.
      Returns:
      possible object is String
    • setImgFrmt

      public void setImgFrmt(String value)
      Sets the value of the imgFrmt property.
      Parameters:
      value - allowed object is String
    • getImgData

      public byte[] getImgData()
      Gets the value of the imgData property.
      Returns:
      possible object is byte[]
    • setImgData

      public void setImgData(byte[] value)
      Sets the value of the imgData property.
      Parameters:
      value - allowed object is byte[]
    • getImgRef

      public String getImgRef()
      Gets the value of the imgRef property.
      Returns:
      possible object is String
    • setImgRef

      public void setImgRef(String value)
      Sets the value of the imgRef property.
      Parameters:
      value - allowed object is String
    • getAddtlInf

      public String getAddtlInf()
      Gets the value of the addtlInf property.
      Returns:
      possible object is String
    • setAddtlInf

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