Class DateOrDateTimePeriod3Choice
java.lang.Object
org.coderic.iso20022.messages.reda.DateOrDateTimePeriod3Choice
Java class for DateOrDateTimePeriod3Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateOrDateTimePeriod3Choice"> <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}Period4Choice"/> <element name="DtTm" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}Period8Choice"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDt()
Gets the value of the dt property.getDtTm()
Gets the value of the dtTm property.void
setDt
(Period4Choice value) Sets the value of the dt property.void
setDtTm
(Period8Choice value) Sets the value of the dtTm property.
-
Constructor Details
-
DateOrDateTimePeriod3Choice
public DateOrDateTimePeriod3Choice()
-
-
Method Details
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
Period4Choice
-
setDt
Sets the value of the dt property.- Parameters:
value
- allowed object isPeriod4Choice
-
getDtTm
Gets the value of the dtTm property.- Returns:
- possible object is
Period8Choice
-
setDtTm
Sets the value of the dtTm property.- Parameters:
value
- allowed object isPeriod8Choice
-