Class Ssn9InformationInput


  • public class Ssn9InformationInput
    extends java.lang.Object
    Ssn9InformationInput.
    • Constructor Detail

      • Ssn9InformationInput

        public Ssn9InformationInput()
    • Method Detail

      • displayLevelCode

        public Ssn9InformationInput displayLevelCode​(java.lang.String displayLevelCode)
        displayLevelCode.
        Returns:
        Ssn9InformationInput
      • getDisplayLevelCode

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

        public void setDisplayLevelCode​(java.lang.String displayLevelCode)
        setDisplayLevelCode.
      • ssn9

        public Ssn9InformationInput ssn9​(java.lang.String ssn9)
        ssn9.
        Returns:
        Ssn9InformationInput
      • getSsn9

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

        public void setSsn9​(java.lang.String ssn9)
        setSsn9.
      • equals

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

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

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