Class RecurringTransaction3
java.lang.Object
org.coderic.iso20022.messages.catp.RecurringTransaction3
Java class for RecurringTransaction3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecurringTransaction3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="StartDt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ISODate"/> <element name="NbOfOcrncs" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Number" minOccurs="0"/> <element name="EndDt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ISODate"/> <element name="PrdUnit" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Frequency3Code" minOccurs="0"/> <element name="IntrvlDay" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Number" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEndDt()
Gets the value of the endDt property.Gets the value of the intrvlDay property.Gets the value of the nbOfOcrncs property.Gets the value of the prdUnit property.Gets the value of the startDt property.void
setEndDt
(XMLGregorianCalendar value) Sets the value of the endDt property.void
setIntrvlDay
(BigDecimal value) Sets the value of the intrvlDay property.void
setNbOfOcrncs
(BigDecimal value) Sets the value of the nbOfOcrncs property.void
setPrdUnit
(Frequency3Code value) Sets the value of the prdUnit property.void
setStartDt
(XMLGregorianCalendar value) Sets the value of the startDt property.
-
Constructor Details
-
RecurringTransaction3
public RecurringTransaction3()
-
-
Method Details
-
getStartDt
Gets the value of the startDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartDt
Sets the value of the startDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getNbOfOcrncs
Gets the value of the nbOfOcrncs property.- Returns:
- possible object is
BigDecimal
-
setNbOfOcrncs
Sets the value of the nbOfOcrncs property.- Parameters:
value
- allowed object isBigDecimal
-
getEndDt
Gets the value of the endDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEndDt
Sets the value of the endDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getPrdUnit
Gets the value of the prdUnit property.- Returns:
- possible object is
Frequency3Code
-
setPrdUnit
Sets the value of the prdUnit property.- Parameters:
value
- allowed object isFrequency3Code
-
getIntrvlDay
Gets the value of the intrvlDay property.- Returns:
- possible object is
BigDecimal
-
setIntrvlDay
Sets the value of the intrvlDay property.- Parameters:
value
- allowed object isBigDecimal
-