Class Period8Choice
java.lang.Object
org.coderic.iso20022.messages.reda.Period8Choice
Java class for Period8Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Period8Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="DtTm" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}ISODateTime"/> <element name="FrDtTm" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}ISODateTime"/> <element name="ToDtTm" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}ISODateTime"/> <element name="FrDtToDt" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}DateTimePeriod1"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDtTm()
Gets the value of the dtTm property.Gets the value of the frDtTm property.Gets the value of the frDtToDt property.Gets the value of the toDtTm property.void
setDtTm
(XMLGregorianCalendar value) Sets the value of the dtTm property.void
setFrDtTm
(XMLGregorianCalendar value) Sets the value of the frDtTm property.void
setFrDtToDt
(DateTimePeriod1 value) Sets the value of the frDtToDt property.void
setToDtTm
(XMLGregorianCalendar value) Sets the value of the toDtTm property.
-
Constructor Details
-
Period8Choice
public Period8Choice()
-
-
Method Details
-
getDtTm
Gets the value of the dtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDtTm
Sets the value of the dtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFrDtTm
Gets the value of the frDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFrDtTm
Sets the value of the frDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getToDtTm
Gets the value of the toDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setToDtTm
Sets the value of the toDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFrDtToDt
Gets the value of the frDtToDt property.- Returns:
- possible object is
DateTimePeriod1
-
setFrDtToDt
Sets the value of the frDtToDt property.- Parameters:
value
- allowed object isDateTimePeriod1
-