Class TaxPeriod1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_02.TaxPeriod1
-
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.052.001.02}ISODate" minOccurs="0"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}TaxRecordPeriod1Code" minOccurs="0"/> <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}DatePeriodDetails" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DatePeriodDetailsfrToDtprotected TaxRecordPeriod1Codetpprotected XMLGregorianCalendaryr
-
Constructor Summary
Constructors Constructor Description TaxPeriod1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatePeriodDetailsgetFrToDt()Gets the value of the frToDt property.TaxRecordPeriod1CodegetTp()Gets the value of the tp property.XMLGregorianCalendargetYr()Gets the value of the yr property.voidsetFrToDt(DatePeriodDetails value)Sets the value of the frToDt property.voidsetTp(TaxRecordPeriod1Code value)Sets the value of the tp property.voidsetYr(XMLGregorianCalendar value)Sets the value of the yr property.
-
-
-
Field Detail
-
yr
protected XMLGregorianCalendar yr
-
tp
protected TaxRecordPeriod1Code tp
-
frToDt
protected DatePeriodDetails frToDt
-
-
Method Detail
-
getYr
public XMLGregorianCalendar getYr()
Gets the value of the yr property.- Returns:
- possible object is
XMLGregorianCalendar
-
setYr
public void setYr(XMLGregorianCalendar value)
Sets the value of the yr property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTp
public TaxRecordPeriod1Code getTp()
Gets the value of the tp property.- Returns:
- possible object is
TaxRecordPeriod1Code
-
setTp
public void setTp(TaxRecordPeriod1Code value)
Sets the value of the tp property.- Parameters:
value- allowed object isTaxRecordPeriod1Code
-
getFrToDt
public DatePeriodDetails getFrToDt()
Gets the value of the frToDt property.- Returns:
- possible object is
DatePeriodDetails
-
setFrToDt
public void setFrToDt(DatePeriodDetails value)
Sets the value of the frToDt property.- Parameters:
value- allowed object isDatePeriodDetails
-
-