Class PSPType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.cesop.PSPType
Java-Klasse für PSP_Type complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PSP_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PSPId" type="{urn:ec.europa.eu:taxud:fiscalis:cesop:v1}PSPId_Type"/>
<element name="Name" type="{urn:eu:taxud:commontypes:v1}Name_Type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pspId
-
name
-
-
Constructor Details
-
PSPType
public PSPType()
-
-
Method Details
-
getPSPId
Ruft den Wert der pspId-Eigenschaft ab.- Returns:
- possible object is
PSPIdType
-
setPSPId
Legt den Wert der pspId-Eigenschaft fest.- Parameters:
value- allowed object isPSPIdType
-
getName
Gets the value of the name 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 name property.For example, to add a new item, do as follows:
getName().add(newItem);Objects of the following type(s) are allowed in the list
NameType
-