public class TaxPeriod1 extends 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.054.001.06}ISODate" minOccurs="0"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}TaxRecordPeriod1Code" minOccurs="0"/>
<element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}DatePeriodDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DatePeriodDetails |
frToDt |
protected TaxRecordPeriod1Code |
tp |
protected XMLGregorianCalendar |
yr |
| Constructor and Description |
|---|
TaxPeriod1() |
| Modifier and Type | Method and Description |
|---|---|
DatePeriodDetails |
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(DatePeriodDetails 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 DatePeriodDetails 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 DatePeriodDetails getFrToDt()
DatePeriodDetailspublic void setFrToDt(DatePeriodDetails value)
value - allowed object is
DatePeriodDetailsCopyright © 2018. All rights reserved.