Class IdentifierType

java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.IdentifierType

public class IdentifierType extends Object
The Identifier field is a required element which contains the Financial Account Identifier pertaining to the Reportable Seller should be reflected. Financial Account Identifiers can include the IBAN number, sort code and account number and any other payment account identifier that the Reporting Platform Operator used for transferring the Consideration in respect to a Reportable Seller.

Java class for Identifier_Type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Identifier_Type">
   <simpleContent>
     <extension base="<urn:oecd:ties:dpistf:v1>StringMin1Max200_Type">
       <attribute name="AccountNumberType" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • accountNumberType

      protected String accountNumberType
  • Constructor Details

    • IdentifierType

      public IdentifierType()
  • Method Details

    • getValue

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

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getAccountNumberType

      public String getAccountNumberType()
      Gets the value of the accountNumberType property.
      Returns:
      possible object is String
    • setAccountNumberType

      public void setAccountNumberType(String value)
      Sets the value of the accountNumberType property.
      Parameters:
      value - allowed object is String