com.docusign.esign.model.Radio Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docusign-esign-java Show documentation
Show all versions of docusign-esign-java Show documentation
The official Docusign eSignature JAVA client is based on version 2.1 of the Docusign REST API and provides libraries for JAVA application integration. It is recommended that you use this version of the library for new development.
package com.docusign.esign.model;
import java.util.Objects;
import java.util.Arrays;
import com.docusign.esign.model.ErrorDetails;
import com.docusign.esign.model.PropertyMetadata;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
/**
* Radio
*/
public class Radio {
@JsonProperty("anchorAllowWhiteSpaceInCharacters")
private String anchorAllowWhiteSpaceInCharacters = null;
@JsonProperty("anchorAllowWhiteSpaceInCharactersMetadata")
private PropertyMetadata anchorAllowWhiteSpaceInCharactersMetadata = null;
@JsonProperty("anchorCaseSensitive")
private String anchorCaseSensitive = null;
@JsonProperty("anchorCaseSensitiveMetadata")
private PropertyMetadata anchorCaseSensitiveMetadata = null;
@JsonProperty("anchorHorizontalAlignment")
private String anchorHorizontalAlignment = null;
@JsonProperty("anchorHorizontalAlignmentMetadata")
private PropertyMetadata anchorHorizontalAlignmentMetadata = null;
@JsonProperty("anchorIgnoreIfNotPresent")
private String anchorIgnoreIfNotPresent = null;
@JsonProperty("anchorIgnoreIfNotPresentMetadata")
private PropertyMetadata anchorIgnoreIfNotPresentMetadata = null;
@JsonProperty("anchorMatchWholeWord")
private String anchorMatchWholeWord = null;
@JsonProperty("anchorMatchWholeWordMetadata")
private PropertyMetadata anchorMatchWholeWordMetadata = null;
@JsonProperty("anchorString")
private String anchorString = null;
@JsonProperty("anchorStringMetadata")
private PropertyMetadata anchorStringMetadata = null;
@JsonProperty("anchorTabProcessorVersion")
private String anchorTabProcessorVersion = null;
@JsonProperty("anchorTabProcessorVersionMetadata")
private PropertyMetadata anchorTabProcessorVersionMetadata = null;
@JsonProperty("anchorUnits")
private String anchorUnits = null;
@JsonProperty("anchorUnitsMetadata")
private PropertyMetadata anchorUnitsMetadata = null;
@JsonProperty("anchorXOffset")
private String anchorXOffset = null;
@JsonProperty("anchorXOffsetMetadata")
private PropertyMetadata anchorXOffsetMetadata = null;
@JsonProperty("anchorYOffset")
private String anchorYOffset = null;
@JsonProperty("anchorYOffsetMetadata")
private PropertyMetadata anchorYOffsetMetadata = null;
@JsonProperty("bold")
private String bold = null;
@JsonProperty("boldMetadata")
private PropertyMetadata boldMetadata = null;
@JsonProperty("errorDetails")
private ErrorDetails errorDetails = null;
@JsonProperty("font")
private String font = null;
@JsonProperty("fontColor")
private String fontColor = null;
@JsonProperty("fontColorMetadata")
private PropertyMetadata fontColorMetadata = null;
@JsonProperty("fontMetadata")
private PropertyMetadata fontMetadata = null;
@JsonProperty("fontSize")
private String fontSize = null;
@JsonProperty("fontSizeMetadata")
private PropertyMetadata fontSizeMetadata = null;
@JsonProperty("italic")
private String italic = null;
@JsonProperty("italicMetadata")
private PropertyMetadata italicMetadata = null;
@JsonProperty("locked")
private String locked = null;
@JsonProperty("lockedMetadata")
private PropertyMetadata lockedMetadata = null;
@JsonProperty("pageNumber")
private String pageNumber = null;
@JsonProperty("pageNumberMetadata")
private PropertyMetadata pageNumberMetadata = null;
@JsonProperty("required")
private String required = null;
@JsonProperty("requiredMetadata")
private PropertyMetadata requiredMetadata = null;
@JsonProperty("selected")
private String selected = null;
@JsonProperty("selectedMetadata")
private PropertyMetadata selectedMetadata = null;
@JsonProperty("status")
private String status = null;
@JsonProperty("statusMetadata")
private PropertyMetadata statusMetadata = null;
@JsonProperty("tabId")
private String tabId = null;
@JsonProperty("tabIdMetadata")
private PropertyMetadata tabIdMetadata = null;
@JsonProperty("tabOrder")
private String tabOrder = null;
@JsonProperty("tabOrderMetadata")
private PropertyMetadata tabOrderMetadata = null;
@JsonProperty("underline")
private String underline = null;
@JsonProperty("underlineMetadata")
private PropertyMetadata underlineMetadata = null;
@JsonProperty("value")
private String value = null;
@JsonProperty("valueMetadata")
private PropertyMetadata valueMetadata = null;
@JsonProperty("xPosition")
private String xPosition = null;
@JsonProperty("xPositionMetadata")
private PropertyMetadata xPositionMetadata = null;
@JsonProperty("yPosition")
private String yPosition = null;
@JsonProperty("yPositionMetadata")
private PropertyMetadata yPositionMetadata = null;
public Radio anchorAllowWhiteSpaceInCharacters(String anchorAllowWhiteSpaceInCharacters) {
this.anchorAllowWhiteSpaceInCharacters = anchorAllowWhiteSpaceInCharacters;
return this;
}
/**
*
* @return anchorAllowWhiteSpaceInCharacters
**/
@ApiModelProperty(value = "")
public String getAnchorAllowWhiteSpaceInCharacters() {
return anchorAllowWhiteSpaceInCharacters;
}
public void setAnchorAllowWhiteSpaceInCharacters(String anchorAllowWhiteSpaceInCharacters) {
this.anchorAllowWhiteSpaceInCharacters = anchorAllowWhiteSpaceInCharacters;
}
public Radio anchorAllowWhiteSpaceInCharactersMetadata(PropertyMetadata anchorAllowWhiteSpaceInCharactersMetadata) {
this.anchorAllowWhiteSpaceInCharactersMetadata = anchorAllowWhiteSpaceInCharactersMetadata;
return this;
}
/**
* Get anchorAllowWhiteSpaceInCharactersMetadata
* @return anchorAllowWhiteSpaceInCharactersMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getAnchorAllowWhiteSpaceInCharactersMetadata() {
return anchorAllowWhiteSpaceInCharactersMetadata;
}
public void setAnchorAllowWhiteSpaceInCharactersMetadata(PropertyMetadata anchorAllowWhiteSpaceInCharactersMetadata) {
this.anchorAllowWhiteSpaceInCharactersMetadata = anchorAllowWhiteSpaceInCharactersMetadata;
}
public Radio anchorCaseSensitive(String anchorCaseSensitive) {
this.anchorCaseSensitive = anchorCaseSensitive;
return this;
}
/**
* When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**.
* @return anchorCaseSensitive
**/
@ApiModelProperty(value = "When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**.")
public String getAnchorCaseSensitive() {
return anchorCaseSensitive;
}
public void setAnchorCaseSensitive(String anchorCaseSensitive) {
this.anchorCaseSensitive = anchorCaseSensitive;
}
public Radio anchorCaseSensitiveMetadata(PropertyMetadata anchorCaseSensitiveMetadata) {
this.anchorCaseSensitiveMetadata = anchorCaseSensitiveMetadata;
return this;
}
/**
* Get anchorCaseSensitiveMetadata
* @return anchorCaseSensitiveMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getAnchorCaseSensitiveMetadata() {
return anchorCaseSensitiveMetadata;
}
public void setAnchorCaseSensitiveMetadata(PropertyMetadata anchorCaseSensitiveMetadata) {
this.anchorCaseSensitiveMetadata = anchorCaseSensitiveMetadata;
}
public Radio anchorHorizontalAlignment(String anchorHorizontalAlignment) {
this.anchorHorizontalAlignment = anchorHorizontalAlignment;
return this;
}
/**
* Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**.
* @return anchorHorizontalAlignment
**/
@ApiModelProperty(value = "Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**.")
public String getAnchorHorizontalAlignment() {
return anchorHorizontalAlignment;
}
public void setAnchorHorizontalAlignment(String anchorHorizontalAlignment) {
this.anchorHorizontalAlignment = anchorHorizontalAlignment;
}
public Radio anchorHorizontalAlignmentMetadata(PropertyMetadata anchorHorizontalAlignmentMetadata) {
this.anchorHorizontalAlignmentMetadata = anchorHorizontalAlignmentMetadata;
return this;
}
/**
* Get anchorHorizontalAlignmentMetadata
* @return anchorHorizontalAlignmentMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getAnchorHorizontalAlignmentMetadata() {
return anchorHorizontalAlignmentMetadata;
}
public void setAnchorHorizontalAlignmentMetadata(PropertyMetadata anchorHorizontalAlignmentMetadata) {
this.anchorHorizontalAlignmentMetadata = anchorHorizontalAlignmentMetadata;
}
public Radio anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent) {
this.anchorIgnoreIfNotPresent = anchorIgnoreIfNotPresent;
return this;
}
/**
* When set to **true**, this tab is ignored if anchorString is not found in the document.
* @return anchorIgnoreIfNotPresent
**/
@ApiModelProperty(value = "When set to **true**, this tab is ignored if anchorString is not found in the document.")
public String getAnchorIgnoreIfNotPresent() {
return anchorIgnoreIfNotPresent;
}
public void setAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent) {
this.anchorIgnoreIfNotPresent = anchorIgnoreIfNotPresent;
}
public Radio anchorIgnoreIfNotPresentMetadata(PropertyMetadata anchorIgnoreIfNotPresentMetadata) {
this.anchorIgnoreIfNotPresentMetadata = anchorIgnoreIfNotPresentMetadata;
return this;
}
/**
* Get anchorIgnoreIfNotPresentMetadata
* @return anchorIgnoreIfNotPresentMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getAnchorIgnoreIfNotPresentMetadata() {
return anchorIgnoreIfNotPresentMetadata;
}
public void setAnchorIgnoreIfNotPresentMetadata(PropertyMetadata anchorIgnoreIfNotPresentMetadata) {
this.anchorIgnoreIfNotPresentMetadata = anchorIgnoreIfNotPresentMetadata;
}
public Radio anchorMatchWholeWord(String anchorMatchWholeWord) {
this.anchorMatchWholeWord = anchorMatchWholeWord;
return this;
}
/**
* When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**.
* @return anchorMatchWholeWord
**/
@ApiModelProperty(value = "When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**.")
public String getAnchorMatchWholeWord() {
return anchorMatchWholeWord;
}
public void setAnchorMatchWholeWord(String anchorMatchWholeWord) {
this.anchorMatchWholeWord = anchorMatchWholeWord;
}
public Radio anchorMatchWholeWordMetadata(PropertyMetadata anchorMatchWholeWordMetadata) {
this.anchorMatchWholeWordMetadata = anchorMatchWholeWordMetadata;
return this;
}
/**
* Get anchorMatchWholeWordMetadata
* @return anchorMatchWholeWordMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getAnchorMatchWholeWordMetadata() {
return anchorMatchWholeWordMetadata;
}
public void setAnchorMatchWholeWordMetadata(PropertyMetadata anchorMatchWholeWordMetadata) {
this.anchorMatchWholeWordMetadata = anchorMatchWholeWordMetadata;
}
public Radio anchorString(String anchorString) {
this.anchorString = anchorString;
return this;
}
/**
* Anchor text information for a radio button.
* @return anchorString
**/
@ApiModelProperty(value = "Anchor text information for a radio button.")
public String getAnchorString() {
return anchorString;
}
public void setAnchorString(String anchorString) {
this.anchorString = anchorString;
}
public Radio anchorStringMetadata(PropertyMetadata anchorStringMetadata) {
this.anchorStringMetadata = anchorStringMetadata;
return this;
}
/**
* Get anchorStringMetadata
* @return anchorStringMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getAnchorStringMetadata() {
return anchorStringMetadata;
}
public void setAnchorStringMetadata(PropertyMetadata anchorStringMetadata) {
this.anchorStringMetadata = anchorStringMetadata;
}
public Radio anchorTabProcessorVersion(String anchorTabProcessorVersion) {
this.anchorTabProcessorVersion = anchorTabProcessorVersion;
return this;
}
/**
*
* @return anchorTabProcessorVersion
**/
@ApiModelProperty(value = "")
public String getAnchorTabProcessorVersion() {
return anchorTabProcessorVersion;
}
public void setAnchorTabProcessorVersion(String anchorTabProcessorVersion) {
this.anchorTabProcessorVersion = anchorTabProcessorVersion;
}
public Radio anchorTabProcessorVersionMetadata(PropertyMetadata anchorTabProcessorVersionMetadata) {
this.anchorTabProcessorVersionMetadata = anchorTabProcessorVersionMetadata;
return this;
}
/**
* Get anchorTabProcessorVersionMetadata
* @return anchorTabProcessorVersionMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getAnchorTabProcessorVersionMetadata() {
return anchorTabProcessorVersionMetadata;
}
public void setAnchorTabProcessorVersionMetadata(PropertyMetadata anchorTabProcessorVersionMetadata) {
this.anchorTabProcessorVersionMetadata = anchorTabProcessorVersionMetadata;
}
public Radio anchorUnits(String anchorUnits) {
this.anchorUnits = anchorUnits;
return this;
}
/**
* Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches.
* @return anchorUnits
**/
@ApiModelProperty(value = "Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches.")
public String getAnchorUnits() {
return anchorUnits;
}
public void setAnchorUnits(String anchorUnits) {
this.anchorUnits = anchorUnits;
}
public Radio anchorUnitsMetadata(PropertyMetadata anchorUnitsMetadata) {
this.anchorUnitsMetadata = anchorUnitsMetadata;
return this;
}
/**
* Get anchorUnitsMetadata
* @return anchorUnitsMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getAnchorUnitsMetadata() {
return anchorUnitsMetadata;
}
public void setAnchorUnitsMetadata(PropertyMetadata anchorUnitsMetadata) {
this.anchorUnitsMetadata = anchorUnitsMetadata;
}
public Radio anchorXOffset(String anchorXOffset) {
this.anchorXOffset = anchorXOffset;
return this;
}
/**
* Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString.
* @return anchorXOffset
**/
@ApiModelProperty(value = "Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString.")
public String getAnchorXOffset() {
return anchorXOffset;
}
public void setAnchorXOffset(String anchorXOffset) {
this.anchorXOffset = anchorXOffset;
}
public Radio anchorXOffsetMetadata(PropertyMetadata anchorXOffsetMetadata) {
this.anchorXOffsetMetadata = anchorXOffsetMetadata;
return this;
}
/**
* Get anchorXOffsetMetadata
* @return anchorXOffsetMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getAnchorXOffsetMetadata() {
return anchorXOffsetMetadata;
}
public void setAnchorXOffsetMetadata(PropertyMetadata anchorXOffsetMetadata) {
this.anchorXOffsetMetadata = anchorXOffsetMetadata;
}
public Radio anchorYOffset(String anchorYOffset) {
this.anchorYOffset = anchorYOffset;
return this;
}
/**
* Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString.
* @return anchorYOffset
**/
@ApiModelProperty(value = "Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString.")
public String getAnchorYOffset() {
return anchorYOffset;
}
public void setAnchorYOffset(String anchorYOffset) {
this.anchorYOffset = anchorYOffset;
}
public Radio anchorYOffsetMetadata(PropertyMetadata anchorYOffsetMetadata) {
this.anchorYOffsetMetadata = anchorYOffsetMetadata;
return this;
}
/**
* Get anchorYOffsetMetadata
* @return anchorYOffsetMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getAnchorYOffsetMetadata() {
return anchorYOffsetMetadata;
}
public void setAnchorYOffsetMetadata(PropertyMetadata anchorYOffsetMetadata) {
this.anchorYOffsetMetadata = anchorYOffsetMetadata;
}
public Radio bold(String bold) {
this.bold = bold;
return this;
}
/**
* When set to **true**, the information in the tab is bold.
* @return bold
**/
@ApiModelProperty(value = "When set to **true**, the information in the tab is bold.")
public String getBold() {
return bold;
}
public void setBold(String bold) {
this.bold = bold;
}
public Radio boldMetadata(PropertyMetadata boldMetadata) {
this.boldMetadata = boldMetadata;
return this;
}
/**
* Get boldMetadata
* @return boldMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getBoldMetadata() {
return boldMetadata;
}
public void setBoldMetadata(PropertyMetadata boldMetadata) {
this.boldMetadata = boldMetadata;
}
public Radio errorDetails(ErrorDetails errorDetails) {
this.errorDetails = errorDetails;
return this;
}
/**
* Get errorDetails
* @return errorDetails
**/
@ApiModelProperty(value = "")
public ErrorDetails getErrorDetails() {
return errorDetails;
}
public void setErrorDetails(ErrorDetails errorDetails) {
this.errorDetails = errorDetails;
}
public Radio font(String font) {
this.font = font;
return this;
}
/**
* The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default.
* @return font
**/
@ApiModelProperty(value = "The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default.")
public String getFont() {
return font;
}
public void setFont(String font) {
this.font = font;
}
public Radio fontColor(String fontColor) {
this.fontColor = fontColor;
return this;
}
/**
* The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White.
* @return fontColor
**/
@ApiModelProperty(value = "The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White.")
public String getFontColor() {
return fontColor;
}
public void setFontColor(String fontColor) {
this.fontColor = fontColor;
}
public Radio fontColorMetadata(PropertyMetadata fontColorMetadata) {
this.fontColorMetadata = fontColorMetadata;
return this;
}
/**
* Get fontColorMetadata
* @return fontColorMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getFontColorMetadata() {
return fontColorMetadata;
}
public void setFontColorMetadata(PropertyMetadata fontColorMetadata) {
this.fontColorMetadata = fontColorMetadata;
}
public Radio fontMetadata(PropertyMetadata fontMetadata) {
this.fontMetadata = fontMetadata;
return this;
}
/**
* Get fontMetadata
* @return fontMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getFontMetadata() {
return fontMetadata;
}
public void setFontMetadata(PropertyMetadata fontMetadata) {
this.fontMetadata = fontMetadata;
}
public Radio fontSize(String fontSize) {
this.fontSize = fontSize;
return this;
}
/**
* The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72.
* @return fontSize
**/
@ApiModelProperty(value = "The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72.")
public String getFontSize() {
return fontSize;
}
public void setFontSize(String fontSize) {
this.fontSize = fontSize;
}
public Radio fontSizeMetadata(PropertyMetadata fontSizeMetadata) {
this.fontSizeMetadata = fontSizeMetadata;
return this;
}
/**
* Get fontSizeMetadata
* @return fontSizeMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getFontSizeMetadata() {
return fontSizeMetadata;
}
public void setFontSizeMetadata(PropertyMetadata fontSizeMetadata) {
this.fontSizeMetadata = fontSizeMetadata;
}
public Radio italic(String italic) {
this.italic = italic;
return this;
}
/**
* When set to **true**, the information in the tab is italic.
* @return italic
**/
@ApiModelProperty(value = "When set to **true**, the information in the tab is italic.")
public String getItalic() {
return italic;
}
public void setItalic(String italic) {
this.italic = italic;
}
public Radio italicMetadata(PropertyMetadata italicMetadata) {
this.italicMetadata = italicMetadata;
return this;
}
/**
* Get italicMetadata
* @return italicMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getItalicMetadata() {
return italicMetadata;
}
public void setItalicMetadata(PropertyMetadata italicMetadata) {
this.italicMetadata = italicMetadata;
}
public Radio locked(String locked) {
this.locked = locked;
return this;
}
/**
* When set to **true**, the signer cannot change the data of the custom tab.
* @return locked
**/
@ApiModelProperty(value = "When set to **true**, the signer cannot change the data of the custom tab.")
public String getLocked() {
return locked;
}
public void setLocked(String locked) {
this.locked = locked;
}
public Radio lockedMetadata(PropertyMetadata lockedMetadata) {
this.lockedMetadata = lockedMetadata;
return this;
}
/**
* Get lockedMetadata
* @return lockedMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getLockedMetadata() {
return lockedMetadata;
}
public void setLockedMetadata(PropertyMetadata lockedMetadata) {
this.lockedMetadata = lockedMetadata;
}
public Radio pageNumber(String pageNumber) {
this.pageNumber = pageNumber;
return this;
}
/**
* Specifies the page number on which the tab is located.
* @return pageNumber
**/
@ApiModelProperty(value = "Specifies the page number on which the tab is located.")
public String getPageNumber() {
return pageNumber;
}
public void setPageNumber(String pageNumber) {
this.pageNumber = pageNumber;
}
public Radio pageNumberMetadata(PropertyMetadata pageNumberMetadata) {
this.pageNumberMetadata = pageNumberMetadata;
return this;
}
/**
* Get pageNumberMetadata
* @return pageNumberMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getPageNumberMetadata() {
return pageNumberMetadata;
}
public void setPageNumberMetadata(PropertyMetadata pageNumberMetadata) {
this.pageNumberMetadata = pageNumberMetadata;
}
public Radio required(String required) {
this.required = required;
return this;
}
/**
* When set to **true**, the signer is required to fill out this tab
* @return required
**/
@ApiModelProperty(value = "When set to **true**, the signer is required to fill out this tab")
public String getRequired() {
return required;
}
public void setRequired(String required) {
this.required = required;
}
public Radio requiredMetadata(PropertyMetadata requiredMetadata) {
this.requiredMetadata = requiredMetadata;
return this;
}
/**
* Get requiredMetadata
* @return requiredMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getRequiredMetadata() {
return requiredMetadata;
}
public void setRequiredMetadata(PropertyMetadata requiredMetadata) {
this.requiredMetadata = requiredMetadata;
}
public Radio selected(String selected) {
this.selected = selected;
return this;
}
/**
* When set to **true**, the radio button is selected.
* @return selected
**/
@ApiModelProperty(value = "When set to **true**, the radio button is selected.")
public String getSelected() {
return selected;
}
public void setSelected(String selected) {
this.selected = selected;
}
public Radio selectedMetadata(PropertyMetadata selectedMetadata) {
this.selectedMetadata = selectedMetadata;
return this;
}
/**
* Get selectedMetadata
* @return selectedMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getSelectedMetadata() {
return selectedMetadata;
}
public void setSelectedMetadata(PropertyMetadata selectedMetadata) {
this.selectedMetadata = selectedMetadata;
}
public Radio status(String status) {
this.status = status;
return this;
}
/**
* Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
* @return status
**/
@ApiModelProperty(value = "Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.")
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status;
}
public Radio statusMetadata(PropertyMetadata statusMetadata) {
this.statusMetadata = statusMetadata;
return this;
}
/**
* Get statusMetadata
* @return statusMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getStatusMetadata() {
return statusMetadata;
}
public void setStatusMetadata(PropertyMetadata statusMetadata) {
this.statusMetadata = statusMetadata;
}
public Radio tabId(String tabId) {
this.tabId = tabId;
return this;
}
/**
* The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].
* @return tabId
**/
@ApiModelProperty(value = "The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. ")
public String getTabId() {
return tabId;
}
public void setTabId(String tabId) {
this.tabId = tabId;
}
public Radio tabIdMetadata(PropertyMetadata tabIdMetadata) {
this.tabIdMetadata = tabIdMetadata;
return this;
}
/**
* Get tabIdMetadata
* @return tabIdMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getTabIdMetadata() {
return tabIdMetadata;
}
public void setTabIdMetadata(PropertyMetadata tabIdMetadata) {
this.tabIdMetadata = tabIdMetadata;
}
public Radio tabOrder(String tabOrder) {
this.tabOrder = tabOrder;
return this;
}
/**
*
* @return tabOrder
**/
@ApiModelProperty(value = "")
public String getTabOrder() {
return tabOrder;
}
public void setTabOrder(String tabOrder) {
this.tabOrder = tabOrder;
}
public Radio tabOrderMetadata(PropertyMetadata tabOrderMetadata) {
this.tabOrderMetadata = tabOrderMetadata;
return this;
}
/**
* Get tabOrderMetadata
* @return tabOrderMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getTabOrderMetadata() {
return tabOrderMetadata;
}
public void setTabOrderMetadata(PropertyMetadata tabOrderMetadata) {
this.tabOrderMetadata = tabOrderMetadata;
}
public Radio underline(String underline) {
this.underline = underline;
return this;
}
/**
* When set to **true**, the information in the tab is underlined.
* @return underline
**/
@ApiModelProperty(value = "When set to **true**, the information in the tab is underlined.")
public String getUnderline() {
return underline;
}
public void setUnderline(String underline) {
this.underline = underline;
}
public Radio underlineMetadata(PropertyMetadata underlineMetadata) {
this.underlineMetadata = underlineMetadata;
return this;
}
/**
* Get underlineMetadata
* @return underlineMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getUnderlineMetadata() {
return underlineMetadata;
}
public void setUnderlineMetadata(PropertyMetadata underlineMetadata) {
this.underlineMetadata = underlineMetadata;
}
public Radio value(String value) {
this.value = value;
return this;
}
/**
* Specifies the value of the tab.
* @return value
**/
@ApiModelProperty(value = "Specifies the value of the tab. ")
public String getValue() {
return value;
}
public void setValue(String value) {
this.value = value;
}
public Radio valueMetadata(PropertyMetadata valueMetadata) {
this.valueMetadata = valueMetadata;
return this;
}
/**
* Get valueMetadata
* @return valueMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getValueMetadata() {
return valueMetadata;
}
public void setValueMetadata(PropertyMetadata valueMetadata) {
this.valueMetadata = valueMetadata;
}
public Radio xPosition(String xPosition) {
this.xPosition = xPosition;
return this;
}
/**
* This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position.
* @return xPosition
**/
@ApiModelProperty(value = "This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position.")
public String getXPosition() {
return xPosition;
}
public void setXPosition(String xPosition) {
this.xPosition = xPosition;
}
public Radio xPositionMetadata(PropertyMetadata xPositionMetadata) {
this.xPositionMetadata = xPositionMetadata;
return this;
}
/**
* Get xPositionMetadata
* @return xPositionMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getXPositionMetadata() {
return xPositionMetadata;
}
public void setXPositionMetadata(PropertyMetadata xPositionMetadata) {
this.xPositionMetadata = xPositionMetadata;
}
public Radio yPosition(String yPosition) {
this.yPosition = yPosition;
return this;
}
/**
* This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position.
* @return yPosition
**/
@ApiModelProperty(value = "This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position.")
public String getYPosition() {
return yPosition;
}
public void setYPosition(String yPosition) {
this.yPosition = yPosition;
}
public Radio yPositionMetadata(PropertyMetadata yPositionMetadata) {
this.yPositionMetadata = yPositionMetadata;
return this;
}
/**
* Get yPositionMetadata
* @return yPositionMetadata
**/
@ApiModelProperty(value = "")
public PropertyMetadata getYPositionMetadata() {
return yPositionMetadata;
}
public void setYPositionMetadata(PropertyMetadata yPositionMetadata) {
this.yPositionMetadata = yPositionMetadata;
}
@Override
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
if (o == null || getClass() != o.getClass()) {
return false;
}
Radio radio = (Radio) o;
return Objects.equals(this.anchorAllowWhiteSpaceInCharacters, radio.anchorAllowWhiteSpaceInCharacters) &&
Objects.equals(this.anchorAllowWhiteSpaceInCharactersMetadata, radio.anchorAllowWhiteSpaceInCharactersMetadata) &&
Objects.equals(this.anchorCaseSensitive, radio.anchorCaseSensitive) &&
Objects.equals(this.anchorCaseSensitiveMetadata, radio.anchorCaseSensitiveMetadata) &&
Objects.equals(this.anchorHorizontalAlignment, radio.anchorHorizontalAlignment) &&
Objects.equals(this.anchorHorizontalAlignmentMetadata, radio.anchorHorizontalAlignmentMetadata) &&
Objects.equals(this.anchorIgnoreIfNotPresent, radio.anchorIgnoreIfNotPresent) &&
Objects.equals(this.anchorIgnoreIfNotPresentMetadata, radio.anchorIgnoreIfNotPresentMetadata) &&
Objects.equals(this.anchorMatchWholeWord, radio.anchorMatchWholeWord) &&
Objects.equals(this.anchorMatchWholeWordMetadata, radio.anchorMatchWholeWordMetadata) &&
Objects.equals(this.anchorString, radio.anchorString) &&
Objects.equals(this.anchorStringMetadata, radio.anchorStringMetadata) &&
Objects.equals(this.anchorTabProcessorVersion, radio.anchorTabProcessorVersion) &&
Objects.equals(this.anchorTabProcessorVersionMetadata, radio.anchorTabProcessorVersionMetadata) &&
Objects.equals(this.anchorUnits, radio.anchorUnits) &&
Objects.equals(this.anchorUnitsMetadata, radio.anchorUnitsMetadata) &&
Objects.equals(this.anchorXOffset, radio.anchorXOffset) &&
Objects.equals(this.anchorXOffsetMetadata, radio.anchorXOffsetMetadata) &&
Objects.equals(this.anchorYOffset, radio.anchorYOffset) &&
Objects.equals(this.anchorYOffsetMetadata, radio.anchorYOffsetMetadata) &&
Objects.equals(this.bold, radio.bold) &&
Objects.equals(this.boldMetadata, radio.boldMetadata) &&
Objects.equals(this.errorDetails, radio.errorDetails) &&
Objects.equals(this.font, radio.font) &&
Objects.equals(this.fontColor, radio.fontColor) &&
Objects.equals(this.fontColorMetadata, radio.fontColorMetadata) &&
Objects.equals(this.fontMetadata, radio.fontMetadata) &&
Objects.equals(this.fontSize, radio.fontSize) &&
Objects.equals(this.fontSizeMetadata, radio.fontSizeMetadata) &&
Objects.equals(this.italic, radio.italic) &&
Objects.equals(this.italicMetadata, radio.italicMetadata) &&
Objects.equals(this.locked, radio.locked) &&
Objects.equals(this.lockedMetadata, radio.lockedMetadata) &&
Objects.equals(this.pageNumber, radio.pageNumber) &&
Objects.equals(this.pageNumberMetadata, radio.pageNumberMetadata) &&
Objects.equals(this.required, radio.required) &&
Objects.equals(this.requiredMetadata, radio.requiredMetadata) &&
Objects.equals(this.selected, radio.selected) &&
Objects.equals(this.selectedMetadata, radio.selectedMetadata) &&
Objects.equals(this.status, radio.status) &&
Objects.equals(this.statusMetadata, radio.statusMetadata) &&
Objects.equals(this.tabId, radio.tabId) &&
Objects.equals(this.tabIdMetadata, radio.tabIdMetadata) &&
Objects.equals(this.tabOrder, radio.tabOrder) &&
Objects.equals(this.tabOrderMetadata, radio.tabOrderMetadata) &&
Objects.equals(this.underline, radio.underline) &&
Objects.equals(this.underlineMetadata, radio.underlineMetadata) &&
Objects.equals(this.value, radio.value) &&
Objects.equals(this.valueMetadata, radio.valueMetadata) &&
Objects.equals(this.xPosition, radio.xPosition) &&
Objects.equals(this.xPositionMetadata, radio.xPositionMetadata) &&
Objects.equals(this.yPosition, radio.yPosition) &&
Objects.equals(this.yPositionMetadata, radio.yPositionMetadata);
}
@Override
public int hashCode() {
return Objects.hash(anchorAllowWhiteSpaceInCharacters, anchorAllowWhiteSpaceInCharactersMetadata, anchorCaseSensitive, anchorCaseSensitiveMetadata, anchorHorizontalAlignment, anchorHorizontalAlignmentMetadata, anchorIgnoreIfNotPresent, anchorIgnoreIfNotPresentMetadata, anchorMatchWholeWord, anchorMatchWholeWordMetadata, anchorString, anchorStringMetadata, anchorTabProcessorVersion, anchorTabProcessorVersionMetadata, anchorUnits, anchorUnitsMetadata, anchorXOffset, anchorXOffsetMetadata, anchorYOffset, anchorYOffsetMetadata, bold, boldMetadata, errorDetails, font, fontColor, fontColorMetadata, fontMetadata, fontSize, fontSizeMetadata, italic, italicMetadata, locked, lockedMetadata, pageNumber, pageNumberMetadata, required, requiredMetadata, selected, selectedMetadata, status, statusMetadata, tabId, tabIdMetadata, tabOrder, tabOrderMetadata, underline, underlineMetadata, value, valueMetadata, xPosition, xPositionMetadata, yPosition, yPositionMetadata);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("class Radio {\n");
sb.append(" anchorAllowWhiteSpaceInCharacters: ").append(toIndentedString(anchorAllowWhiteSpaceInCharacters)).append("\n");
sb.append(" anchorAllowWhiteSpaceInCharactersMetadata: ").append(toIndentedString(anchorAllowWhiteSpaceInCharactersMetadata)).append("\n");
sb.append(" anchorCaseSensitive: ").append(toIndentedString(anchorCaseSensitive)).append("\n");
sb.append(" anchorCaseSensitiveMetadata: ").append(toIndentedString(anchorCaseSensitiveMetadata)).append("\n");
sb.append(" anchorHorizontalAlignment: ").append(toIndentedString(anchorHorizontalAlignment)).append("\n");
sb.append(" anchorHorizontalAlignmentMetadata: ").append(toIndentedString(anchorHorizontalAlignmentMetadata)).append("\n");
sb.append(" anchorIgnoreIfNotPresent: ").append(toIndentedString(anchorIgnoreIfNotPresent)).append("\n");
sb.append(" anchorIgnoreIfNotPresentMetadata: ").append(toIndentedString(anchorIgnoreIfNotPresentMetadata)).append("\n");
sb.append(" anchorMatchWholeWord: ").append(toIndentedString(anchorMatchWholeWord)).append("\n");
sb.append(" anchorMatchWholeWordMetadata: ").append(toIndentedString(anchorMatchWholeWordMetadata)).append("\n");
sb.append(" anchorString: ").append(toIndentedString(anchorString)).append("\n");
sb.append(" anchorStringMetadata: ").append(toIndentedString(anchorStringMetadata)).append("\n");
sb.append(" anchorTabProcessorVersion: ").append(toIndentedString(anchorTabProcessorVersion)).append("\n");
sb.append(" anchorTabProcessorVersionMetadata: ").append(toIndentedString(anchorTabProcessorVersionMetadata)).append("\n");
sb.append(" anchorUnits: ").append(toIndentedString(anchorUnits)).append("\n");
sb.append(" anchorUnitsMetadata: ").append(toIndentedString(anchorUnitsMetadata)).append("\n");
sb.append(" anchorXOffset: ").append(toIndentedString(anchorXOffset)).append("\n");
sb.append(" anchorXOffsetMetadata: ").append(toIndentedString(anchorXOffsetMetadata)).append("\n");
sb.append(" anchorYOffset: ").append(toIndentedString(anchorYOffset)).append("\n");
sb.append(" anchorYOffsetMetadata: ").append(toIndentedString(anchorYOffsetMetadata)).append("\n");
sb.append(" bold: ").append(toIndentedString(bold)).append("\n");
sb.append(" boldMetadata: ").append(toIndentedString(boldMetadata)).append("\n");
sb.append(" errorDetails: ").append(toIndentedString(errorDetails)).append("\n");
sb.append(" font: ").append(toIndentedString(font)).append("\n");
sb.append(" fontColor: ").append(toIndentedString(fontColor)).append("\n");
sb.append(" fontColorMetadata: ").append(toIndentedString(fontColorMetadata)).append("\n");
sb.append(" fontMetadata: ").append(toIndentedString(fontMetadata)).append("\n");
sb.append(" fontSize: ").append(toIndentedString(fontSize)).append("\n");
sb.append(" fontSizeMetadata: ").append(toIndentedString(fontSizeMetadata)).append("\n");
sb.append(" italic: ").append(toIndentedString(italic)).append("\n");
sb.append(" italicMetadata: ").append(toIndentedString(italicMetadata)).append("\n");
sb.append(" locked: ").append(toIndentedString(locked)).append("\n");
sb.append(" lockedMetadata: ").append(toIndentedString(lockedMetadata)).append("\n");
sb.append(" pageNumber: ").append(toIndentedString(pageNumber)).append("\n");
sb.append(" pageNumberMetadata: ").append(toIndentedString(pageNumberMetadata)).append("\n");
sb.append(" required: ").append(toIndentedString(required)).append("\n");
sb.append(" requiredMetadata: ").append(toIndentedString(requiredMetadata)).append("\n");
sb.append(" selected: ").append(toIndentedString(selected)).append("\n");
sb.append(" selectedMetadata: ").append(toIndentedString(selectedMetadata)).append("\n");
sb.append(" status: ").append(toIndentedString(status)).append("\n");
sb.append(" statusMetadata: ").append(toIndentedString(statusMetadata)).append("\n");
sb.append(" tabId: ").append(toIndentedString(tabId)).append("\n");
sb.append(" tabIdMetadata: ").append(toIndentedString(tabIdMetadata)).append("\n");
sb.append(" tabOrder: ").append(toIndentedString(tabOrder)).append("\n");
sb.append(" tabOrderMetadata: ").append(toIndentedString(tabOrderMetadata)).append("\n");
sb.append(" underline: ").append(toIndentedString(underline)).append("\n");
sb.append(" underlineMetadata: ").append(toIndentedString(underlineMetadata)).append("\n");
sb.append(" value: ").append(toIndentedString(value)).append("\n");
sb.append(" valueMetadata: ").append(toIndentedString(valueMetadata)).append("\n");
sb.append(" xPosition: ").append(toIndentedString(xPosition)).append("\n");
sb.append(" xPositionMetadata: ").append(toIndentedString(xPositionMetadata)).append("\n");
sb.append(" yPosition: ").append(toIndentedString(yPosition)).append("\n");
sb.append(" yPositionMetadata: ").append(toIndentedString(yPositionMetadata)).append("\n");
sb.append("}");
return sb.toString();
}
/**
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}
return o.toString().replace("\n", "\n ");
}
}