Class TaxPeriod1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_06.TaxPeriod1
-
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.06}ISODate" minOccurs="0"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TaxRecordPeriod1Code" minOccurs="0"/> <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}DatePeriodDetails" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DatePeriodDetails
frToDt
protected TaxRecordPeriod1Code
tp
protected javax.xml.datatype.XMLGregorianCalendar
yr
-
Constructor Summary
Constructors Constructor Description TaxPeriod1()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-
-
-
Field Detail
-
yr
protected javax.xml.datatype.XMLGregorianCalendar yr
-
tp
protected TaxRecordPeriod1Code tp
-
frToDt
protected DatePeriodDetails frToDt
-
-
Method Detail
-
getYr
public javax.xml.datatype.XMLGregorianCalendar getYr()
Gets the value of the yr property.- Returns:
- possible object is
XMLGregorianCalendar
-
setYr
public void setYr(javax.xml.datatype.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
-
-