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