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