Class TrustedBeneficiary


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2020-11-12T17:35:11.808068+02:00[Europe/Kiev]")
    public class TrustedBeneficiary
    extends Object
    Trusted Beneficiary
    • Constructor Detail

      • TrustedBeneficiary

        public TrustedBeneficiary()
    • Method Detail

      • getTrustedBeneficiaryId

        @NotNull
        @Pattern(regexp="[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}")
        public @NotNull @Pattern(regexp="[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}") String getTrustedBeneficiaryId()
        Get trustedBeneficiaryId
        Returns:
        trustedBeneficiaryId
      • setTrustedBeneficiaryId

        public void setTrustedBeneficiaryId​(String trustedBeneficiaryId)
      • getDebtorAccount

        @Valid
        public @Valid AccountReference getDebtorAccount()
        Get debtorAccount
        Returns:
        debtorAccount
      • setDebtorAccount

        public void setDebtorAccount​(AccountReference debtorAccount)
      • getCreditorAccount

        @NotNull
        @Valid
        public @NotNull @Valid AccountReference getCreditorAccount()
        Get creditorAccount
        Returns:
        creditorAccount
      • setCreditorAccount

        public void setCreditorAccount​(AccountReference creditorAccount)
      • getCreditorAgent

        @Pattern(regexp="[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}")
        public @Pattern(regexp="[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}") String getCreditorAgent()
        Get creditorAgent
        Returns:
        creditorAgent
      • setCreditorAgent

        public void setCreditorAgent​(String creditorAgent)
      • getCreditorName

        @NotNull
        @Size(max=70)
        public @NotNull @Size(max=70) String getCreditorName()
        Get creditorName
        Returns:
        creditorName
      • setCreditorName

        public void setCreditorName​(String creditorName)
      • getCreditorAlias

        @Size(max=70)
        public @Size(max=70) String getCreditorAlias()
        Get creditorAlias
        Returns:
        creditorAlias
      • setCreditorAlias

        public void setCreditorAlias​(String creditorAlias)
      • getCreditorId

        @Size(max=35)
        public @Size(max=35) String getCreditorId()
        Get creditorId
        Returns:
        creditorId
      • setCreditorId

        public void setCreditorId​(String creditorId)
      • getCreditorAddress

        @Valid
        public @Valid Address getCreditorAddress()
        Get creditorAddress
        Returns:
        creditorAddress
      • setCreditorAddress

        public void setCreditorAddress​(Address creditorAddress)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object