Class DobInformationInput

    • Constructor Detail

      • DobInformationInput

        public DobInformationInput()
    • Method Detail

      • getDateOfBirth

        public String getDateOfBirth()
        Specifies the recipient's date, month, and year of birth..
        Returns:
        dateOfBirth
      • setDateOfBirth

        public void setDateOfBirth​(String dateOfBirth)
        setDateOfBirth.
      • displayLevelCode

        public DobInformationInput displayLevelCode​(String displayLevelCode)
        displayLevelCode.
        Returns:
        DobInformationInput
      • getDisplayLevelCode

        public String getDisplayLevelCode()
        Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay.
        Returns:
        displayLevelCode
      • setDisplayLevelCode

        public void setDisplayLevelCode​(String displayLevelCode)
        setDisplayLevelCode.
      • receiveInResponse

        public DobInformationInput receiveInResponse​(String receiveInResponse)
        receiveInResponse.
        Returns:
        DobInformationInput
      • getReceiveInResponse

        public String getReceiveInResponse()
        When set to **true**, the information needs to be returned in the response..
        Returns:
        receiveInResponse
      • setReceiveInResponse

        public void setReceiveInResponse​(String receiveInResponse)
        setReceiveInResponse.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object