Class Document
java.lang.Object
org.coderic.iso20022.messages.tsin.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="InvcAssgnmtAck" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}InvoiceAssignmentAcknowledgementV01"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the invcAssgnmtAck property.void
Sets the value of the invcAssgnmtAck property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getInvcAssgnmtAck
Gets the value of the invcAssgnmtAck property.- Returns:
- possible object is
InvoiceAssignmentAcknowledgementV01
-
setInvcAssgnmtAck
Sets the value of the invcAssgnmtAck property.- Parameters:
value
- allowed object isInvoiceAssignmentAcknowledgementV01
-