Class PaymentDataBodyType

java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.cesop.PaymentDataBodyType

public class PaymentDataBodyType extends Object

Java-Klasse für PaymentDataBody_Type complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="PaymentDataBody_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ReportingPSP" type="{urn:ec.europa.eu:taxud:fiscalis:cesop:v1}PSP_Type"/>
         <element name="ReportedPayee" type="{urn:ec.europa.eu:taxud:fiscalis:cesop:v1}ReportedPayee_Type" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PaymentDataBodyType

      public PaymentDataBodyType()
  • Method Details

    • getReportingPSP

      public PSPType getReportingPSP()
      Ruft den Wert der reportingPSP-Eigenschaft ab.
      Returns:
      possible object is PSPType
    • setReportingPSP

      public void setReportingPSP(PSPType value)
      Legt den Wert der reportingPSP-Eigenschaft fest.
      Parameters:
      value - allowed object is PSPType
    • getReportedPayee

      public List<ReportedPayeeType> getReportedPayee()
      Gets the value of the reportedPayee 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 Jakarta XML Binding object. This is why there is not a set method for the reportedPayee property.

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

          getReportedPayee().add(newItem);
       

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