Class DatePeriod5
java.lang.Object
org.coderic.iso20022.messages.camt.DatePeriod5
Java class for DatePeriod5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatePeriod5">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CurValDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ISODate"/>
<element name="ReqdValDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ISODate"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the curValDt property.Gets the value of the reqdValDt property.voidsetCurValDt(XMLGregorianCalendar value) Sets the value of the curValDt property.voidsetReqdValDt(XMLGregorianCalendar value) Sets the value of the reqdValDt property.
-
Constructor Details
-
DatePeriod5
public DatePeriod5()
-
-
Method Details
-
getCurValDt
Gets the value of the curValDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCurValDt
Sets the value of the curValDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getReqdValDt
Gets the value of the reqdValDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setReqdValDt
Sets the value of the reqdValDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-