@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class Zip extends Object
| Constructor and Description |
|---|
Zip() |
| 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.
|
String |
getBold()
When set to true, the information in the tab is bold.
|
String |
getConcealValueOnDocument()
When set to true, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.
|
String |
getConditionalParentLabel()
For conditional fields this is the TabLabel of the parent tab that controls this tab’s visibility.
|
String |
getConditionalParentValue()
For conditional fields, this is the value of the parent tab that controls the tab’s visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use "on" as the value to show that the parent tab is active.
|
String |
getCustomTabId()
The DocuSign generated custom tab ID for the custom tab to be applied.
|
String |
getDisableAutoSize()
When set to true, disables the auto sizing of single line text boxes in the signing screen when the signer enters data.
|
String |
getDocumentId()
Specifies the document ID number that the tab is placed on.
|
ErrorDetails |
getErrorDetails() |
String |
getFont()
The font to be used for the tab value.
|
String |
getFontColor()
The font color used for the information in the tab.\n\nPossible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White.
|
String |
getFontSize()
The font size used for the information in the tab.\n\nPossible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72.
|
String |
getItalic()
When set to true, the information in the tab is italic.
|
String |
getLocked()
When set to true, the signer cannot change the data of the custom tab.
|
Integer |
getMaxLength()
An optional value that describes the maximum length of the property when the property is a string.
|
MergeField |
getMergeField() |
String |
getName() |
String |
getOriginalValue()
The initial value of the tab when it was sent to the recipient.
|
String |
getPageNumber()
Specifies the page number on which the tab is located.
|
String |
getRecipientId()
Unique for the recipient.
|
String |
getRequireAll()
When set to true and shared is true, information must be entered in this field to complete the envelope.
|
String |
getRequired()
When set to true, the signer is required to fill out this tab
|
String |
getRequireInitialOnSharedChange()
Optional element for field markup.
|
String |
getSenderRequired()
When set to true, the sender must populate the tab before an envelope can be sent using the template.
|
String |
getShared()
When set to true, this custom tab is shared.
|
String |
getStatus()
Indicates the envelope status.
|
String |
getTabId()
The unique identifier for the tab.
|
String |
getTabLabel()
The label string associated with the tab.
|
String |
getTabOrder() |
String |
getTemplateLocked()
When set to true, the sender cannot change any attributes of the recipient.
|
String |
getTemplateRequired()
When set to true, the sender may not remove the recipient.
|
String |
getUnderline()
When set to true, the information in the tab is underlined.
|
String |
getUseDash4() |
String |
getValidationMessage()
The message displayed if the custom tab fails input validation (either custom of embedded).
|
String |
getValidationPattern()
A regular expressionn used to validate input for the tab.
|
String |
getValue()
Specifies the value of the tab.
|
Integer |
getWidth()
Width of the tab in pixels.
|
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 |
setBold(String bold) |
void |
setConcealValueOnDocument(String concealValueOnDocument) |
void |
setConditionalParentLabel(String conditionalParentLabel) |
void |
setConditionalParentValue(String conditionalParentValue) |
void |
setCustomTabId(String customTabId) |
void |
setDisableAutoSize(String disableAutoSize) |
void |
setDocumentId(String documentId) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setFont(String font) |
void |
setFontColor(String fontColor) |
void |
setFontSize(String fontSize) |
void |
setItalic(String italic) |
void |
setLocked(String locked) |
void |
setMaxLength(Integer maxLength) |
void |
setMergeField(MergeField mergeField) |
void |
setName(String name) |
void |
setOriginalValue(String originalValue) |
void |
setPageNumber(String pageNumber) |
void |
setRecipientId(String recipientId) |
void |
setRequireAll(String requireAll) |
void |
setRequired(String required) |
void |
setRequireInitialOnSharedChange(String requireInitialOnSharedChange) |
void |
setSenderRequired(String senderRequired) |
void |
setShared(String shared) |
void |
setStatus(String status) |
void |
setTabId(String tabId) |
void |
setTabLabel(String tabLabel) |
void |
setTabOrder(String tabOrder) |
void |
setTemplateLocked(String templateLocked) |
void |
setTemplateRequired(String templateRequired) |
void |
setUnderline(String underline) |
void |
setUseDash4(String useDash4) |
void |
setValidationMessage(String validationMessage) |
void |
setValidationPattern(String validationPattern) |
void |
setValue(String value) |
void |
setWidth(Integer width) |
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 String getBold()
When set to true, the information in the tab is bold.
public void setBold(String bold)
public String getConcealValueOnDocument()
When set to true, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.\n\nWhen an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console.\n\nThis setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.
public void setConcealValueOnDocument(String concealValueOnDocument)
public String getConditionalParentLabel()
For conditional fields this is the TabLabel of the parent tab that controls this tab’s visibility.
public void setConditionalParentLabel(String conditionalParentLabel)
public String getConditionalParentValue()
For conditional fields, this is the value of the parent tab that controls the tab’s visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use "on" as the value to show that the parent tab is active.
public void setConditionalParentValue(String conditionalParentValue)
public String getCustomTabId()
The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties.
public void setCustomTabId(String customTabId)
public String getDisableAutoSize()
When set to true, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.
public void setDisableAutoSize(String disableAutoSize)
public String getDocumentId()
Specifies the document ID number that the tab is placed on. This must refer to an existing Document’s ID attribute.
public void setDocumentId(String documentId)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getFont()
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 void setFont(String font)
public String getFontColor()
The font color used for the information in the tab.\n\nPossible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White.
public void setFontColor(String fontColor)
public String getFontSize()
The font size used for the information in the tab.\n\nPossible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72.
public void setFontSize(String fontSize)
public String getItalic()
When set to true, the information in the tab is italic.
public void setItalic(String italic)
public String getLocked()
When set to true, the signer cannot change the data of the custom tab.
public void setLocked(String locked)
public Integer getMaxLength()
An optional value that describes the maximum length of the property when the property is a string.
public void setMaxLength(Integer maxLength)
public MergeField getMergeField()
public void setMergeField(MergeField mergeField)
public String getName()
public void setName(String name)
public String getOriginalValue()
The initial value of the tab when it was sent to the recipient.
public void setOriginalValue(String originalValue)
public String getPageNumber()
Specifies the page number on which the tab is located.
public void setPageNumber(String pageNumber)
public String getRecipientId()
Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.
public void setRecipientId(String recipientId)
public String getRequireAll()
When set to true and shared is true, information must be entered in this field to complete the envelope.
public void setRequireAll(String requireAll)
public String getRequired()
When set to true, the signer is required to fill out this tab
public void setRequired(String required)
public String getRequireInitialOnSharedChange()
Optional element for field markup. When set to true, the signer is required to initial when they modify a shared field.
public void setRequireInitialOnSharedChange(String requireInitialOnSharedChange)
public String getSenderRequired()
When set to true, the sender must populate the tab before an envelope can be sent using the template. \n\nThis value tab can only be changed by modifying (PUT) the template. \n\nTabs with a senderRequired value of true cannot be deleted from an envelope.
public void setSenderRequired(String senderRequired)
public String getShared()
When set to true, this custom tab is shared.
public void setShared(String shared)
public String getStatus()
Indicates the envelope status. Valid values are:\n\n* sent - The envelope is sent to the recipients. \n* created - The envelope is saved as a draft and can be modified and sent later.
public void setStatus(String status)
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 getTabLabel()
The label string associated with the tab.
public void setTabLabel(String tabLabel)
public String getTabOrder()
public void setTabOrder(String tabOrder)
public String getTemplateLocked()
When set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients.
public void setTemplateLocked(String templateLocked)
public String getTemplateRequired()
When set to true, the sender may not remove the recipient. Used only when working with template recipients.
public void setTemplateRequired(String templateRequired)
public String getUnderline()
When set to true, the information in the tab is underlined.
public void setUnderline(String underline)
public String getUseDash4()
public void setUseDash4(String useDash4)
public String getValidationMessage()
The message displayed if the custom tab fails input validation (either custom of embedded).
public void setValidationMessage(String validationMessage)
public String getValidationPattern()
A regular expressionn used to validate input for the tab.
public void setValidationPattern(String validationPattern)
public String getValue()
Specifies the value of the tab.
public void setValue(String value)
public Integer getWidth()
Width of the tab in pixels.
public void setWidth(Integer width)
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.