Class Period4Choice
java.lang.Object
org.coderic.iso20022.messages.reda.Period4Choice
Java class for Period4Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Period4Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}ISODate"/> <element name="FrDt" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}ISODate"/> <element name="ToDt" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}ISODate"/> <element name="FrDtToDt" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}Period2"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDt()
Gets the value of the dt property.getFrDt()
Gets the value of the frDt property.Gets the value of the frDtToDt property.getToDt()
Gets the value of the toDt property.void
setDt
(XMLGregorianCalendar value) Sets the value of the dt property.void
setFrDt
(XMLGregorianCalendar value) Sets the value of the frDt property.void
setFrDtToDt
(Period2 value) Sets the value of the frDtToDt property.void
setToDt
(XMLGregorianCalendar value) Sets the value of the toDt property.
-
Constructor Details
-
Period4Choice
public Period4Choice()
-
-
Method Details
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
Sets the value of the dt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
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
-
getFrDtToDt
Gets the value of the frDtToDt property.- Returns:
- possible object is
Period2
-
setFrDtToDt
Sets the value of the frDtToDt property.- Parameters:
value
- allowed object isPeriod2
-