Package de.adorsys.psd2.model
Class OtherType
- java.lang.Object
-
- de.adorsys.psd2.model.OtherType
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2021-10-13T17:30:20.351194+03:00[Europe/Kiev]") public class OtherType extends ObjectIn cases where the specifically defined criteria (IBAN, BBAN, MSISDN) are not provided to identify an instance of the respective account type (e.g. a savings account), the ASPSP shall include a proprietary ID of the respective account that uniquely identifies the account for this ASPSP.
-
-
Constructor Summary
Constructors Constructor Description OtherType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull @Size(max=35) StringgetIdentification()Proprietary identification of the account.@Size(max=35) StringgetIssuer()Issuer of the identification.@Size(max=35) StringgetSchemeNameCode()An entry provided by an external ISO code list.@Size(max=35) StringgetSchemeNameProprietary()A scheme name defined in a proprietary way.inthashCode()OtherTypeidentification(String identification)OtherTypeissuer(String issuer)OtherTypeschemeNameCode(String schemeNameCode)OtherTypeschemeNameProprietary(String schemeNameProprietary)voidsetIdentification(String identification)voidsetIssuer(String issuer)voidsetSchemeNameCode(String schemeNameCode)voidsetSchemeNameProprietary(String schemeNameProprietary)StringtoString()
-
-
-
Method Detail
-
getIdentification
@NotNull @Size(max=35) public @NotNull @Size(max=35) String getIdentification()
Proprietary identification of the account.- Returns:
- identification
-
setIdentification
public void setIdentification(String identification)
-
getSchemeNameCode
@Size(max=35) public @Size(max=35) String getSchemeNameCode()
An entry provided by an external ISO code list.- Returns:
- schemeNameCode
-
setSchemeNameCode
public void setSchemeNameCode(String schemeNameCode)
-
getSchemeNameProprietary
@Size(max=35) public @Size(max=35) String getSchemeNameProprietary()
A scheme name defined in a proprietary way.- Returns:
- schemeNameProprietary
-
setSchemeNameProprietary
public void setSchemeNameProprietary(String schemeNameProprietary)
-
getIssuer
@Size(max=35) public @Size(max=35) String getIssuer()
Issuer of the identification.- Returns:
- issuer
-
setIssuer
public void setIssuer(String issuer)
-
-