Class Document
java.lang.Object
org.coderic.iso20022.messages.tsrv.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="UdrtkgStsRpt" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}UndertakingStatusReportV01"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the udrtkgStsRpt property.void
Sets the value of the udrtkgStsRpt property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getUdrtkgStsRpt
Gets the value of the udrtkgStsRpt property.- Returns:
- possible object is
UndertakingStatusReportV01
-
setUdrtkgStsRpt
Sets the value of the udrtkgStsRpt property.- Parameters:
value
- allowed object isUndertakingStatusReportV01
-