Class PSPIdType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.cesop.PSPIdType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRuft den Wert der pspIdType-Eigenschaft ab.getValue()Defines a string with minimum length of 1 and maximum length of 200.voidsetPSPIdType(PSPIdTypeType value) Legt den Wert der pspIdType-Eigenschaft fest.voidLegt den Wert der value-Eigenschaft fest.
-
Field Details
-
value
-
pspIdType
-
-
Constructor Details
-
PSPIdType
public PSPIdType()
-
-
Method Details
-
getValue
Defines a string with minimum length of 1 and maximum length of 200.- Returns:
- possible object is
String
-
setValue
Legt den Wert der value-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getPSPIdType
Ruft den Wert der pspIdType-Eigenschaft ab.- Returns:
- possible object is
PSPIdTypeType
-
setPSPIdType
Legt den Wert der pspIdType-Eigenschaft fest.- Parameters:
value- allowed object isPSPIdTypeType
-