Class PaymentDataBodyType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.cesop.PaymentDataBodyType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the reportedPayee property.Ruft den Wert der reportingPSP-Eigenschaft ab.voidsetReportingPSP(PSPType value) Legt den Wert der reportingPSP-Eigenschaft fest.
-
Field Details
-
reportingPSP
-
reportedPayee
-
-
Constructor Details
-
PaymentDataBodyType
public PaymentDataBodyType()
-
-
Method Details
-
getReportingPSP
Ruft den Wert der reportingPSP-Eigenschaft ab.- Returns:
- possible object is
PSPType
-
setReportingPSP
Legt den Wert der reportingPSP-Eigenschaft fest.- Parameters:
value- allowed object isPSPType
-
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
setmethod 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
-