Class StructuredRegulatoryReporting3

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_08.StructuredRegulatoryReporting3

public class StructuredRegulatoryReporting3 extends Object

Java class for StructuredRegulatoryReporting3 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StructuredRegulatoryReporting3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}Max35Text" minOccurs="0"/>
         <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}ISODate" minOccurs="0"/>
         <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}CountryCode" minOccurs="0"/>
         <element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}Max10Text" minOccurs="0"/>
         <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
         <element name="Inf" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}Max35Text" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • StructuredRegulatoryReporting3

      public StructuredRegulatoryReporting3()
  • Method Details

    • getTp

      public String getTp()
      Gets the value of the tp property.
      Returns:
      possible object is String
    • setTp

      public void setTp(String value)
      Sets the value of the tp property.
      Parameters:
      value - allowed object is String
    • getDt

      public XMLGregorianCalendar getDt()
      Gets the value of the dt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDt

      public void setDt(XMLGregorianCalendar value)
      Sets the value of the dt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getCtry

      public String getCtry()
      Gets the value of the ctry property.
      Returns:
      possible object is String
    • setCtry

      public void setCtry(String value)
      Sets the value of the ctry property.
      Parameters:
      value - allowed object is String
    • getCd

      public String getCd()
      Gets the value of the cd property.
      Returns:
      possible object is String
    • setCd

      public void setCd(String value)
      Sets the value of the cd property.
      Parameters:
      value - allowed object is String
    • getAmt

      Gets the value of the amt property.
      Returns:
      possible object is ActiveOrHistoricCurrencyAndAmount
    • setAmt

      public void setAmt(ActiveOrHistoricCurrencyAndAmount value)
      Sets the value of the amt property.
      Parameters:
      value - allowed object is ActiveOrHistoricCurrencyAndAmount
    • getInf

      public List<String> getInf()
      Gets the value of the inf property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the inf property.

      For example, to add a new item, do as follows:

          getInf().add(newItem);
       

      Objects of the following type(s) are allowed in the list String