public class TaxPeriod2
extends java.lang.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 | Description |
---|---|---|
protected DatePeriod2 |
frToDt |
|
protected TaxRecordPeriod1Code |
tp |
|
protected javax.xml.datatype.XMLGregorianCalendar |
yr |
Constructor | Description |
---|---|
TaxPeriod2() |
Modifier and Type | Method | Description |
---|---|---|
DatePeriod2 |
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(DatePeriod2 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 DatePeriod2 frToDt
public javax.xml.datatype.XMLGregorianCalendar getYr()
XMLGregorianCalendar
public void setYr(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public TaxRecordPeriod1Code getTp()
TaxRecordPeriod1Code
public void setTp(TaxRecordPeriod1Code value)
value
- allowed object is
TaxRecordPeriod1Code
public DatePeriod2 getFrToDt()
DatePeriod2
public void setFrToDt(DatePeriod2 value)
value
- allowed object is
DatePeriod2
Copyright © 2018. All rights reserved.