Class CapturedSignature1
java.lang.Object
org.coderic.iso20022.messages.casp.CapturedSignature1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlInf property.byte[]
Gets the value of the imgData property.Gets the value of the imgFrmt property.Gets the value of the imgRef property.void
setAddtlInf
(String value) Sets the value of the addtlInf property.void
setImgData
(byte[] value) Sets the value of the imgData property.void
setImgFrmt
(String value) Sets the value of the imgFrmt property.void
Sets the value of the imgRef property.
-
Constructor Details
-
CapturedSignature1
public CapturedSignature1()
-
-
Method Details
-
getImgFrmt
Gets the value of the imgFrmt property.- Returns:
- possible object is
String
-
setImgFrmt
Sets the value of the imgFrmt property.- Parameters:
value
- allowed object isString
-
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
Gets the value of the imgRef property.- Returns:
- possible object is
String
-
setImgRef
Sets the value of the imgRef property.- Parameters:
value
- allowed object isString
-
getAddtlInf
Gets the value of the addtlInf property.- Returns:
- possible object is
String
-
setAddtlInf
Sets the value of the addtlInf property.- Parameters:
value
- allowed object isString
-