@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class Radio extends Object
| Constructor and Description |
|---|
Radio() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAnchorCaseSensitive()
When set to true, the anchor string does not consider case when matching strings in the document.
|
String |
getAnchorHorizontalAlignment()
Specifies the alignment of anchor tabs with anchor strings.
|
String |
getAnchorIgnoreIfNotPresent()
When set to true, this tab is ignored if anchorString is not found in the document.
|
String |
getAnchorMatchWholeWord()
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.
|
String |
getAnchorString()
Anchor text information for a radio button.
|
String |
getAnchorUnits()
Specifies units of the X and Y offset.
|
String |
getAnchorXOffset()
Specifies the X axis location of the tab, in achorUnits, relative to the anchorString.
|
String |
getAnchorYOffset()
Specifies the Y axis location of the tab, in achorUnits, relative to the anchorString.
|
ErrorDetails |
getErrorDetails() |
String |
getLocked()
When set to true, the signer cannot change the data of the custom tab.
|
String |
getPageNumber()
Specifies the page number on which the tab is located.
|
String |
getRequired()
When set to true, the signer is required to fill out this tab
|
String |
getSelected()
When set to true, the radio button is selected.
|
String |
getTabId()
The unique identifier for the tab.
|
String |
getTabOrder() |
String |
getValue()
Specifies the value of the tab.
|
String |
getXPosition()
This indicates the horizontal offset of the object on the page.
|
String |
getYPosition()
This indicates the vertical offset of the object on the page.
|
int |
hashCode() |
void |
setAnchorCaseSensitive(String anchorCaseSensitive) |
void |
setAnchorHorizontalAlignment(String anchorHorizontalAlignment) |
void |
setAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent) |
void |
setAnchorMatchWholeWord(String anchorMatchWholeWord) |
void |
setAnchorString(String anchorString) |
void |
setAnchorUnits(String anchorUnits) |
void |
setAnchorXOffset(String anchorXOffset) |
void |
setAnchorYOffset(String anchorYOffset) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setLocked(String locked) |
void |
setPageNumber(String pageNumber) |
void |
setRequired(String required) |
void |
setSelected(String selected) |
void |
setTabId(String tabId) |
void |
setTabOrder(String tabOrder) |
void |
setValue(String value) |
void |
setXPosition(String xPosition) |
void |
setYPosition(String yPosition) |
String |
toString() |
public String getAnchorCaseSensitive()
When set to true, the anchor string does not consider case when matching strings in the document. The default value is true.
public void setAnchorCaseSensitive(String anchorCaseSensitive)
public String getAnchorHorizontalAlignment()
Specifies the alignment of anchor tabs with anchor strings. Possible values are left or right. The default value is left.
public void setAnchorHorizontalAlignment(String anchorHorizontalAlignment)
public String getAnchorIgnoreIfNotPresent()
When set to true, this tab is ignored if anchorString is not found in the document.
public void setAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
public String getAnchorMatchWholeWord()
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 void setAnchorMatchWholeWord(String anchorMatchWholeWord)
public String getAnchorString()
Anchor text information for a radio button.
public void setAnchorString(String anchorString)
public String getAnchorUnits()
Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches.
public void setAnchorUnits(String anchorUnits)
public String getAnchorXOffset()
Specifies the X axis location of the tab, in achorUnits, relative to the anchorString.
public void setAnchorXOffset(String anchorXOffset)
public String getAnchorYOffset()
Specifies the Y axis location of the tab, in achorUnits, relative to the anchorString.
public void setAnchorYOffset(String anchorYOffset)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getLocked()
When set to true, the signer cannot change the data of the custom tab.
public void setLocked(String locked)
public String getPageNumber()
Specifies the page number on which the tab is located.
public void setPageNumber(String pageNumber)
public String getRequired()
When set to true, the signer is required to fill out this tab
public void setRequired(String required)
public String getSelected()
When set to true, the radio button is selected.
public void setSelected(String selected)
public String getTabId()
The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].
public void setTabId(String tabId)
public String getTabOrder()
public void setTabOrder(String tabOrder)
public String getValue()
Specifies the value of the tab.
public void setValue(String value)
public String getXPosition()
This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position.
public void setXPosition(String xPosition)
public String getYPosition()
This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position.
public void setYPosition(String yPosition)
Copyright © 2017. All Rights Reserved.