public class ReportingPeriod1 extends Object
Java class for ReportingPeriod1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportingPeriod1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}DatePeriodDetails1"/>
<element name="FrToTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}TimePeriodDetails1"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}QueryType3Code"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DatePeriodDetails1 |
frToDt |
protected TimePeriodDetails1 |
frToTm |
protected QueryType3Code |
tp |
| Constructor and Description |
|---|
ReportingPeriod1() |
| Modifier and Type | Method and Description |
|---|---|
DatePeriodDetails1 |
getFrToDt()
Gets the value of the frToDt property.
|
TimePeriodDetails1 |
getFrToTm()
Gets the value of the frToTm property.
|
QueryType3Code |
getTp()
Gets the value of the tp property.
|
void |
setFrToDt(DatePeriodDetails1 value)
Sets the value of the frToDt property.
|
void |
setFrToTm(TimePeriodDetails1 value)
Sets the value of the frToTm property.
|
void |
setTp(QueryType3Code value)
Sets the value of the tp property.
|
protected DatePeriodDetails1 frToDt
protected TimePeriodDetails1 frToTm
protected QueryType3Code tp
public DatePeriodDetails1 getFrToDt()
DatePeriodDetails1public void setFrToDt(DatePeriodDetails1 value)
value - allowed object is
DatePeriodDetails1public TimePeriodDetails1 getFrToTm()
TimePeriodDetails1public void setFrToTm(TimePeriodDetails1 value)
value - allowed object is
TimePeriodDetails1public QueryType3Code getTp()
QueryType3Codepublic void setTp(QueryType3Code value)
value - allowed object is
QueryType3CodeCopyright © 2018. All rights reserved.