Package com.docusign.esign.model
Class Ssn4InformationInput
- java.lang.Object
-
- com.docusign.esign.model.Ssn4InformationInput
-
public class Ssn4InformationInput extends Object
Ssn4InformationInput.
-
-
Constructor Summary
Constructors Constructor Description Ssn4InformationInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ssn4InformationInputdisplayLevelCode(String displayLevelCode)displayLevelCode.booleanequals(Object o)Compares objects.StringgetDisplayLevelCode()Specifies the display level for the recipient.StringgetReceiveInResponse()When set to **true**, the information needs to be returned in the response..StringgetSsn4()The last four digits of the recipient's Social Security Number (SSN)..inthashCode()Returns the HashCode.Ssn4InformationInputreceiveInResponse(String receiveInResponse)receiveInResponse.voidsetDisplayLevelCode(String displayLevelCode)setDisplayLevelCode.voidsetReceiveInResponse(String receiveInResponse)setReceiveInResponse.voidsetSsn4(String ssn4)setSsn4.Ssn4InformationInputssn4(String ssn4)ssn4.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
displayLevelCode
public Ssn4InformationInput displayLevelCode(String displayLevelCode)
displayLevelCode.- Returns:
- Ssn4InformationInput
-
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 Ssn4InformationInput receiveInResponse(String receiveInResponse)
receiveInResponse.- Returns:
- Ssn4InformationInput
-
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.
-
ssn4
public Ssn4InformationInput ssn4(String ssn4)
ssn4.- Returns:
- Ssn4InformationInput
-
getSsn4
public String getSsn4()
The last four digits of the recipient's Social Security Number (SSN)..- Returns:
- ssn4
-
setSsn4
public void setSsn4(String ssn4)
setSsn4.
-
equals
public boolean equals(Object o)
Compares objects.
-
-