Class TaxPeriod2
java.lang.Object
org.coderic.iso20022.messages.camt.TaxPeriod2
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.111.001.01}ISODate" minOccurs="0"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TaxRecordPeriod1Code" minOccurs="0"/> <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DatePeriod2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the frToDt property.getTp()
Gets the value of the tp property.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
(XMLGregorianCalendar value) Sets the value of the yr property.
-
Constructor Details
-
TaxPeriod2
public TaxPeriod2()
-
-
Method Details
-
getYr
Gets the value of the yr property.- Returns:
- possible object is
XMLGregorianCalendar
-
setYr
Sets the value of the yr property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
TaxRecordPeriod1Code
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isTaxRecordPeriod1Code
-
getFrToDt
Gets the value of the frToDt property.- Returns:
- possible object is
DatePeriod2
-
setFrToDt
Sets the value of the frToDt property.- Parameters:
value
- allowed object isDatePeriod2
-