Class TaxPeriod3
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_11.TaxPeriod3
-
public class TaxPeriod3 extends java.lang.Object
Java class for TaxPeriod3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxPeriod3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Yr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}ISOYear" minOccurs="0"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}TaxRecordPeriod1Code" minOccurs="0"/> <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}DatePeriod2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DatePeriod2
frToDt
protected TaxRecordPeriod1Code
tp
protected javax.xml.datatype.XMLGregorianCalendar
yr
-
Constructor Summary
Constructors Constructor Description TaxPeriod3()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-
-
-
Field Detail
-
yr
protected javax.xml.datatype.XMLGregorianCalendar yr
-
tp
protected TaxRecordPeriod1Code tp
-
frToDt
protected DatePeriod2 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 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
-
-