Class InvoiceTotals1
java.lang.Object
org.coderic.iso20022.messages.tsin.InvoiceTotals1
Java class for InvoiceTotals1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvoiceTotals1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TtlTaxblAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/> <element name="TtlTaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/> <element name="Adjstmnt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Adjustment5" minOccurs="0"/> <element name="TtlInvcAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/> <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 TypeMethodDescriptionGets the value of the adjstmnt property.Gets the value of the pmtDueDt property.Gets the value of the ttlInvcAmt property.Gets the value of the ttlTaxAmt property.Gets the value of the ttlTaxblAmt property.void
setAdjstmnt
(Adjustment5 value) Sets the value of the adjstmnt property.void
setPmtDueDt
(XMLGregorianCalendar value) Sets the value of the pmtDueDt property.void
Sets the value of the ttlInvcAmt property.void
Sets the value of the ttlTaxAmt property.void
Sets the value of the ttlTaxblAmt property.
-
Constructor Details
-
InvoiceTotals1
public InvoiceTotals1()
-
-
Method Details
-
getTtlTaxblAmt
Gets the value of the ttlTaxblAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setTtlTaxblAmt
Sets the value of the ttlTaxblAmt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getTtlTaxAmt
Gets the value of the ttlTaxAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setTtlTaxAmt
Sets the value of the ttlTaxAmt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getAdjstmnt
Gets the value of the adjstmnt property.- Returns:
- possible object is
Adjustment5
-
setAdjstmnt
Sets the value of the adjstmnt property.- Parameters:
value
- allowed object isAdjustment5
-
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
-
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
-