public class TaxPeriod1
extends java.lang.Object
Java class for TaxPeriod1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxPeriod1">
<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.03}ISODate" minOccurs="0"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}TaxRecordPeriod1Code" minOccurs="0"/>
<element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}DatePeriodDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected DatePeriodDetails |
frToDt |
|
protected TaxRecordPeriod1Code |
tp |
|
protected javax.xml.datatype.XMLGregorianCalendar |
yr |
| Constructor | Description |
|---|---|
TaxPeriod1() |
| Modifier and Type | Method | Description |
|---|---|---|
DatePeriodDetails |
getFrToDt() |
Gets the value of the frToDt property.
|
TaxRecordPeriod1Code |
getTp() |
Gets the value of the tp property.
|
javax.xml.datatype.XMLGregorianCalendar |
getYr() |
Gets the value of the yr property.
|
void |
setFrToDt(DatePeriodDetails value) |
Sets the value of the frToDt property.
|
void |
setTp(TaxRecordPeriod1Code value) |
Sets the value of the tp property.
|
void |
setYr(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the yr property.
|
protected javax.xml.datatype.XMLGregorianCalendar yr
protected TaxRecordPeriod1Code tp
protected DatePeriodDetails frToDt
public javax.xml.datatype.XMLGregorianCalendar getYr()
XMLGregorianCalendarpublic void setYr(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic TaxRecordPeriod1Code getTp()
TaxRecordPeriod1Codepublic void setTp(TaxRecordPeriod1Code value)
value - allowed object is
TaxRecordPeriod1Codepublic DatePeriodDetails getFrToDt()
DatePeriodDetailspublic void setFrToDt(DatePeriodDetails value)
value - allowed object is
DatePeriodDetailsCopyright © 2018. All rights reserved.