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

public class PSPIdType extends Object
Article 243d (1a and 1e). The BIC or any other business identifier code that unambiguously identifies the Payment Service Provider. As the identifier may be not strictly numeric, it is just defined as a string of characters. Attribute 'PSPIdType' defines the type of identification number.

Java-Klasse für PSPId_Type complex type.

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

 <complexType name="PSPId_Type">
   <simpleContent>
     <extension base="<urn:eu:taxud:commontypes:v1>StringMin1Max200_Type">
       <attribute name="PSPIdType" use="required" type="{urn:eu:taxud:commontypes:v1}PSPIdType_Type" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PSPIdType

      public PSPIdType()
  • Method Details

    • getValue

      public String getValue()
      Defines a string with minimum length of 1 and maximum length of 200.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Legt den Wert der value-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getPSPIdType

      public PSPIdTypeType getPSPIdType()
      Ruft den Wert der pspIdType-Eigenschaft ab.
      Returns:
      possible object is PSPIdTypeType
    • setPSPIdType

      public void setPSPIdType(PSPIdTypeType value)
      Legt den Wert der pspIdType-Eigenschaft fest.
      Parameters:
      value - allowed object is PSPIdTypeType