Class Period11Choice
java.lang.Object
org.coderic.iso20022.messages.auth.Period11Choice
Java class for Period11Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Period11Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISODate"/> <element name="FrDt" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISODate"/> <element name="ToDt" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISODate"/> <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}Period2"/> <element name="FrToDtTm" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}DateTimePeriod1"/> </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 frToDt property.Gets the value of the frToDtTm 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
Sets the value of the frToDt property.void
setFrToDtTm
(DateTimePeriod1 value) Sets the value of the frToDtTm property.void
setToDt
(XMLGregorianCalendar value) Sets the value of the toDt property.
-
Constructor Details
-
Period11Choice
public Period11Choice()
-
-
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
-
getFrToDt
Gets the value of the frToDt property.- Returns:
- possible object is
Period2
-
setFrToDt
Sets the value of the frToDt property.- Parameters:
value
- allowed object isPeriod2
-
getFrToDtTm
Gets the value of the frToDtTm property.- Returns:
- possible object is
DateTimePeriod1
-
setFrToDtTm
Sets the value of the frToDtTm property.- Parameters:
value
- allowed object isDateTimePeriod1
-