Package com.docusign.esign.model
Class Ssn9InformationInput
- java.lang.Object
-
- com.docusign.esign.model.Ssn9InformationInput
-
public class Ssn9InformationInput extends java.lang.ObjectSsn9InformationInput.
-
-
Constructor Summary
Constructors Constructor Description Ssn9InformationInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ssn9InformationInputdisplayLevelCode(java.lang.String displayLevelCode)displayLevelCode.booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetDisplayLevelCode()Specifies the display level for the recipient.java.lang.StringgetSsn9()The recipient's Social Security Number(SSN)..inthashCode()Returns the HashCode.voidsetDisplayLevelCode(java.lang.String displayLevelCode)setDisplayLevelCode.voidsetSsn9(java.lang.String ssn9)setSsn9.Ssn9InformationInputssn9(java.lang.String ssn9)ssn9.java.lang.StringtoString()Converts the given object to string.
-
-
-
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:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-