Class DatePeriod3
java.lang.Object
org.coderic.iso20022.messages.pain.DatePeriod3
Java class for DatePeriod3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatePeriod3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FrDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}ISODate"/> <element name="ToDt" 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 TypeMethodDescriptiongetFrDt()
Gets the value of the frDt property.getToDt()
Gets the value of the toDt property.void
setFrDt
(XMLGregorianCalendar value) Sets the value of the frDt property.void
setToDt
(XMLGregorianCalendar value) Sets the value of the toDt property.
-
Constructor Details
-
DatePeriod3
public DatePeriod3()
-
-
Method Details
-
getFrDt
Gets the value of the frDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFrDt
Sets the value of the frDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getToDt
Gets the value of the toDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setToDt
Sets the value of the toDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-