Class BankAccountV3


  • public class BankAccountV3
    extends Object
    BankAccountV3
    • Constructor Detail

      • BankAccountV3

        public BankAccountV3()
    • Method Detail

      • accountHolder

        public BankAccountV3 accountHolder​(PartyIdentification accountHolder)
        accountHolder
        Parameters:
        accountHolder -
        Returns:
        the current BankAccountV3 instance, allowing for method chaining
      • getAccountHolder

        public PartyIdentification getAccountHolder()
        accountHolder
        Returns:
        accountHolder
      • setAccountHolder

        public void setAccountHolder​(PartyIdentification accountHolder)
        accountHolder
        Parameters:
        accountHolder -
      • accountIdentification

        public BankAccountV3 accountIdentification​(BankAccountV3AccountIdentification accountIdentification)
        accountIdentification
        Parameters:
        accountIdentification -
        Returns:
        the current BankAccountV3 instance, allowing for method chaining
      • setAccountIdentification

        public void setAccountIdentification​(BankAccountV3AccountIdentification accountIdentification)
        accountIdentification
        Parameters:
        accountIdentification -
      • equals

        public boolean equals​(Object o)
        Return true if this BankAccountV3 object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static BankAccountV3 fromJson​(String jsonString)
                                      throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of BankAccountV3 given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of BankAccountV3
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to BankAccountV3
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of BankAccountV3 to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException