@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-07-18T18:11:15.675-07:00") public class Radio extends Object
| Constructor and Description |
|---|
Radio() |
| Modifier and Type | Method and Description |
|---|---|
Radio |
anchorCaseSensitive(String anchorCaseSensitive)
When set to **true**, the anchor string does not consider case when matching strings in the document.
|
Radio |
anchorHorizontalAlignment(String anchorHorizontalAlignment)
Specifies the alignment of anchor tabs with anchor strings.
|
Radio |
anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
When set to **true**, this tab is ignored if anchorString is not found in the document.
|
Radio |
anchorMatchWholeWord(String anchorMatchWholeWord)
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**.
|
Radio |
anchorString(String anchorString)
Anchor text information for a radio button.
|
Radio |
anchorUnits(String anchorUnits)
Specifies units of the X and Y offset.
|
Radio |
anchorXOffset(String anchorXOffset)
Specifies the X axis location of the tab, in achorUnits, relative to the anchorString.
|
Radio |
anchorYOffset(String anchorYOffset)
Specifies the Y axis location of the tab, in achorUnits, relative to the anchorString.
|
boolean |
equals(Object o) |
Radio |
errorDetails(ErrorDetails errorDetails) |
String |
getAnchorCaseSensitive() |
String |
getAnchorHorizontalAlignment() |
String |
getAnchorIgnoreIfNotPresent() |
String |
getAnchorMatchWholeWord() |
String |
getAnchorString() |
String |
getAnchorUnits() |
String |
getAnchorXOffset() |
String |
getAnchorYOffset() |
ErrorDetails |
getErrorDetails() |
String |
getLocked() |
String |
getPageNumber() |
String |
getRequired() |
String |
getSelected() |
String |
getTabId() |
String |
getTabOrder() |
String |
getValue() |
String |
getXPosition() |
String |
getYPosition() |
int |
hashCode() |
Radio |
locked(String locked)
When set to **true**, the signer cannot change the data of the custom tab.
|
Radio |
pageNumber(String pageNumber)
Specifies the page number on which the tab is located.
|
Radio |
required(String required)
When set to **true**, the signer is required to fill out this tab
|
Radio |
selected(String selected)
When set to **true**, the radio button is selected.
|
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) |
Radio |
tabId(String tabId)
The unique identifier for the tab.
|
Radio |
tabOrder(String tabOrder) |
String |
toString() |
Radio |
value(String value)
Specifies the value of the tab.
|
Radio |
xPosition(String xPosition)
This indicates the horizontal offset of the object on the page.
|
Radio |
yPosition(String yPosition)
This indicates the vertical offset of the object on the page.
|
public Radio pageNumber(String pageNumber)
public String getPageNumber()
public void setPageNumber(String pageNumber)
public Radio xPosition(String xPosition)
public String getXPosition()
public void setXPosition(String xPosition)
public Radio yPosition(String yPosition)
public String getYPosition()
public void setYPosition(String yPosition)
public Radio anchorString(String anchorString)
public String getAnchorString()
public void setAnchorString(String anchorString)
public Radio anchorXOffset(String anchorXOffset)
public String getAnchorXOffset()
public void setAnchorXOffset(String anchorXOffset)
public Radio anchorYOffset(String anchorYOffset)
public String getAnchorYOffset()
public void setAnchorYOffset(String anchorYOffset)
public Radio anchorUnits(String anchorUnits)
public String getAnchorUnits()
public void setAnchorUnits(String anchorUnits)
public Radio anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
public String getAnchorIgnoreIfNotPresent()
public void setAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
public Radio anchorCaseSensitive(String anchorCaseSensitive)
public String getAnchorCaseSensitive()
public void setAnchorCaseSensitive(String anchorCaseSensitive)
public Radio anchorMatchWholeWord(String anchorMatchWholeWord)
public String getAnchorMatchWholeWord()
public void setAnchorMatchWholeWord(String anchorMatchWholeWord)
public Radio anchorHorizontalAlignment(String anchorHorizontalAlignment)
public String getAnchorHorizontalAlignment()
public void setAnchorHorizontalAlignment(String anchorHorizontalAlignment)
public String getValue()
public void setValue(String value)
public String getSelected()
public void setSelected(String selected)
public Radio tabId(String tabId)
public String getTabId()
public void setTabId(String tabId)
public Radio required(String required)
public String getRequired()
public void setRequired(String required)
public Radio locked(String locked)
public String getLocked()
public void setLocked(String locked)
public Radio errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getTabOrder()
public void setTabOrder(String tabOrder)
Copyright © 2016. All rights reserved.