Class 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>
     
    • Constructor Detail

      • TaxPeriod1

        public TaxPeriod1()
    • 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