Class DevicePrintResponse1
java.lang.Object
org.coderic.iso20022.messages.casp.DevicePrintResponse1
Java class for DevicePrintResponse1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DevicePrintResponse1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DocQlfr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}DocumentType7Code"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the docQlfr property.void
setDocQlfr
(DocumentType7Code value) Sets the value of the docQlfr property.
-
Constructor Details
-
DevicePrintResponse1
public DevicePrintResponse1()
-
-
Method Details
-
getDocQlfr
Gets the value of the docQlfr property.- Returns:
- possible object is
DocumentType7Code
-
setDocQlfr
Sets the value of the docQlfr property.- Parameters:
value
- allowed object isDocumentType7Code
-