Class 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.008.001.10}ISOYear" minOccurs="0"/>
             <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}TaxRecordPeriod1Code" minOccurs="0"/>
             <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}DatePeriod2" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TaxPeriod3

        public TaxPeriod3()
    • 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 is XMLGregorianCalendar
      • 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 is DatePeriod2