Class MandateOccurrences5
java.lang.Object
org.coderic.iso20022.messages.pain.MandateOccurrences5
Java class for MandateOccurrences5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MandateOccurrences5"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SeqTp" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}SequenceType2Code"/> <element name="Frqcy" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Frequency36Choice" minOccurs="0"/> <element name="Drtn" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}DatePeriod3" minOccurs="0"/> <element name="FrstColltnDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}ISODate" minOccurs="0"/> <element name="FnlColltnDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}ISODate" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDrtn()
Gets the value of the drtn property.Gets the value of the fnlColltnDt property.getFrqcy()
Gets the value of the frqcy property.Gets the value of the frstColltnDt property.getSeqTp()
Gets the value of the seqTp property.void
setDrtn
(DatePeriod3 value) Sets the value of the drtn property.void
Sets the value of the fnlColltnDt property.void
setFrqcy
(Frequency36Choice value) Sets the value of the frqcy property.void
Sets the value of the frstColltnDt property.void
setSeqTp
(SequenceType2Code value) Sets the value of the seqTp property.
-
Constructor Details
-
MandateOccurrences5
public MandateOccurrences5()
-
-
Method Details
-
getSeqTp
Gets the value of the seqTp property.- Returns:
- possible object is
SequenceType2Code
-
setSeqTp
Sets the value of the seqTp property.- Parameters:
value
- allowed object isSequenceType2Code
-
getFrqcy
Gets the value of the frqcy property.- Returns:
- possible object is
Frequency36Choice
-
setFrqcy
Sets the value of the frqcy property.- Parameters:
value
- allowed object isFrequency36Choice
-
getDrtn
Gets the value of the drtn property.- Returns:
- possible object is
DatePeriod3
-
setDrtn
Sets the value of the drtn property.- Parameters:
value
- allowed object isDatePeriod3
-
getFrstColltnDt
Gets the value of the frstColltnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFrstColltnDt
Sets the value of the frstColltnDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFnlColltnDt
Gets the value of the fnlColltnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFnlColltnDt
Sets the value of the fnlColltnDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-