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

public class PSPType extends Object

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 Details

  • Constructor Details

    • PSPType

      public PSPType()
  • Method Details

    • getPSPId

      public PSPIdType getPSPId()
      Ruft den Wert der pspId-Eigenschaft ab.
      Returns:
      possible object is PSPIdType
    • setPSPId

      public void setPSPId(PSPIdType value)
      Legt den Wert der pspId-Eigenschaft fest.
      Parameters:
      value - allowed object is PSPIdType
    • getName

      public List<NameType> 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 set method 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