Class OriginalInvoiceInformation1
java.lang.Object
org.coderic.iso20022.messages.tsin.OriginalInvoiceInformation1
Java class for OriginalInvoiceInformation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalInvoiceInformation1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DocNb" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text"/> <element name="TtlInvcAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/> <element name="IsseDt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISODate"/> <element name="PmtDueDt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISODate"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDocNb()
Gets the value of the docNb property.Gets the value of the isseDt property.Gets the value of the pmtDueDt property.Gets the value of the ttlInvcAmt property.void
Sets the value of the docNb property.void
setIsseDt
(XMLGregorianCalendar value) Sets the value of the isseDt property.void
setPmtDueDt
(XMLGregorianCalendar value) Sets the value of the pmtDueDt property.void
Sets the value of the ttlInvcAmt property.
-
Constructor Details
-
OriginalInvoiceInformation1
public OriginalInvoiceInformation1()
-
-
Method Details
-
getDocNb
Gets the value of the docNb property.- Returns:
- possible object is
String
-
setDocNb
Sets the value of the docNb property.- Parameters:
value
- allowed object isString
-
getTtlInvcAmt
Gets the value of the ttlInvcAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setTtlInvcAmt
Sets the value of the ttlInvcAmt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getIsseDt
Gets the value of the isseDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setIsseDt
Sets the value of the isseDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getPmtDueDt
Gets the value of the pmtDueDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setPmtDueDt
Sets the value of the pmtDueDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-