Class SettlementTimeRequest2
java.lang.Object
org.coderic.iso20022.messages.pacs.SettlementTimeRequest2
Java class for SettlementTimeRequest2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementTimeRequest2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CLSTm" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}ISOTime" minOccurs="0"/> <element name="TillTm" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}ISOTime" minOccurs="0"/> <element name="FrTm" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}ISOTime" minOccurs="0"/> <element name="RjctTm" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}ISOTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCLSTm()
Gets the value of the clsTm property.getFrTm()
Gets the value of the frTm property.Gets the value of the rjctTm property.Gets the value of the tillTm property.void
setCLSTm
(XMLGregorianCalendar value) Sets the value of the clsTm property.void
setFrTm
(XMLGregorianCalendar value) Sets the value of the frTm property.void
setRjctTm
(XMLGregorianCalendar value) Sets the value of the rjctTm property.void
setTillTm
(XMLGregorianCalendar value) Sets the value of the tillTm property.
-
Constructor Details
-
SettlementTimeRequest2
public SettlementTimeRequest2()
-
-
Method Details
-
getCLSTm
Gets the value of the clsTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCLSTm
Sets the value of the clsTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getTillTm
Gets the value of the tillTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTillTm
Sets the value of the tillTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFrTm
Gets the value of the frTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFrTm
Sets the value of the frTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getRjctTm
Gets the value of the rjctTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setRjctTm
Sets the value of the rjctTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-