Class TaxPeriod2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.TaxPeriod2
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected DatePeriod2frToDtprotected TaxRecordPeriod1Codetpprotected XMLGregorianCalendaryr
-
Constructor Summary
Constructors Constructor Description TaxPeriod2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatePeriod2getFrToDt()Gets the value of the frToDt property.TaxRecordPeriod1CodegetTp()Gets the value of the tp property.XMLGregorianCalendargetYr()Gets the value of the yr property.voidsetFrToDt(DatePeriod2 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 DatePeriod2 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 DatePeriod2 getFrToDt()
Gets the value of the frToDt property.- Returns:
- possible object is
DatePeriod2
-
setFrToDt
public void setFrToDt(DatePeriod2 value)
Sets the value of the frToDt property.- Parameters:
value- allowed object isDatePeriod2
-
-