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