Class Period2
java.lang.Object
org.coderic.iso20022.messages.auth.Period2
Java class for Period2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Period2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FrDt" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISODate"/> <element name="ToDt" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISODate"/> </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
-
Period2
public Period2()
-
-
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
-