public class TaxPeriod2 extends Object
Java class for TaxPeriod2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxPeriod2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Yr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ISODate" minOccurs="0"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TaxRecordPeriod1Code" minOccurs="0"/>
<element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DatePeriod2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DatePeriod2 |
frToDt |
protected TaxRecordPeriod1Code |
tp |
protected XMLGregorianCalendar |
yr |
| Constructor and Description |
|---|
TaxPeriod2() |
| Modifier and Type | Method and Description |
|---|---|
DatePeriod2 |
getFrToDt()
Gets the value of the frToDt property.
|
TaxRecordPeriod1Code |
getTp()
Gets the value of the tp property.
|
XMLGregorianCalendar |
getYr()
Gets the value of the yr property.
|
void |
setFrToDt(DatePeriod2 value)
Sets the value of the frToDt property.
|
void |
setTp(TaxRecordPeriod1Code value)
Sets the value of the tp property.
|
void |
setYr(XMLGregorianCalendar value)
Sets the value of the yr property.
|
protected XMLGregorianCalendar yr
protected TaxRecordPeriod1Code tp
protected DatePeriod2 frToDt
public XMLGregorianCalendar getYr()
XMLGregorianCalendarpublic void setYr(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic TaxRecordPeriod1Code getTp()
TaxRecordPeriod1Codepublic void setTp(TaxRecordPeriod1Code value)
value - allowed object is
TaxRecordPeriod1Codepublic DatePeriod2 getFrToDt()
DatePeriod2public void setFrToDt(DatePeriod2 value)
value - allowed object is
DatePeriod2Copyright © 2020. All rights reserved.