Class IdentifierType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.IdentifierType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountNumberType property.getValue()Defines a string with minimum length 1 and maximum length of 200.voidsetAccountNumberType(String value) Sets the value of the accountNumberType property.voidSets the value of the value property.
-
Field Details
-
value
-
accountNumberType
-
-
Constructor Details
-
IdentifierType
public IdentifierType()
-
-
Method Details
-
getValue
Defines a string with minimum length 1 and maximum length of 200.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getAccountNumberType
Gets the value of the accountNumberType property.- Returns:
- possible object is
String
-
setAccountNumberType
Sets the value of the accountNumberType property.- Parameters:
value- allowed object isString
-