Class DateTimePeriod1
java.lang.Object
org.coderic.iso20022.messages.auth.DateTimePeriod1
Java class for DateTimePeriod1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateTimePeriod1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FrDtTm" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISODateTime"/> <element name="ToDtTm" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISODateTime"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the frDtTm property.Gets the value of the toDtTm property.void
setFrDtTm
(XMLGregorianCalendar value) Sets the value of the frDtTm property.void
setToDtTm
(XMLGregorianCalendar value) Sets the value of the toDtTm property.
-
Constructor Details
-
DateTimePeriod1
public DateTimePeriod1()
-
-
Method Details
-
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
-