Class Ssn9InformationInput

    • Constructor Detail

      • Ssn9InformationInput

        public Ssn9InformationInput()
    • Method Detail

      • displayLevelCode

        public Ssn9InformationInput displayLevelCode​(String displayLevelCode)
        displayLevelCode.
        Returns:
        Ssn9InformationInput
      • 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.
      • getSsn9

        public String getSsn9()
        The recipient's Social Security Number(SSN)..
        Returns:
        ssn9
      • setSsn9

        public void setSsn9​(String ssn9)
        setSsn9.
      • 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