docusign_esign.models.numerical

Docusign eSignature REST API

The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501

OpenAPI spec version: v2.1 Contact: devcenter@docusign.com Generated by: https://github.com/swagger-api/swagger-codegen.git

   1# coding: utf-8
   2
   3"""
   4    Docusign eSignature REST API
   5
   6    The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign.  # noqa: E501
   7
   8    OpenAPI spec version: v2.1
   9    Contact: devcenter@docusign.com
  10    Generated by: https://github.com/swagger-api/swagger-codegen.git
  11"""
  12
  13
  14import pprint
  15import re  # noqa: F401
  16
  17import six
  18
  19from docusign_esign.client.configuration import Configuration
  20
  21
  22class Numerical(object):
  23    """NOTE: This class is auto generated by the swagger code generator program.
  24
  25    Do not edit the class manually.
  26    """
  27
  28    """
  29    Attributes:
  30      swagger_types (dict): The key is attribute name
  31                            and the value is attribute type.
  32      attribute_map (dict): The key is attribute name
  33                            and the value is json key in definition.
  34    """
  35    swagger_types = {
  36        'agreement_attribute': 'str',
  37        'agreement_attribute_locked': 'str',
  38        'anchor_allow_white_space_in_characters': 'str',
  39        'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata',
  40        'anchor_case_sensitive': 'str',
  41        'anchor_case_sensitive_metadata': 'PropertyMetadata',
  42        'anchor_horizontal_alignment': 'str',
  43        'anchor_horizontal_alignment_metadata': 'PropertyMetadata',
  44        'anchor_ignore_if_not_present': 'str',
  45        'anchor_ignore_if_not_present_metadata': 'PropertyMetadata',
  46        'anchor_match_whole_word': 'str',
  47        'anchor_match_whole_word_metadata': 'PropertyMetadata',
  48        'anchor_string': 'str',
  49        'anchor_string_metadata': 'PropertyMetadata',
  50        'anchor_tab_processor_version': 'str',
  51        'anchor_tab_processor_version_metadata': 'PropertyMetadata',
  52        'anchor_tab_scope': 'str',
  53        'anchor_units': 'str',
  54        'anchor_units_metadata': 'PropertyMetadata',
  55        'anchor_x_offset': 'str',
  56        'anchor_x_offset_metadata': 'PropertyMetadata',
  57        'anchor_y_offset': 'str',
  58        'anchor_y_offset_metadata': 'PropertyMetadata',
  59        'bold': 'str',
  60        'bold_metadata': 'PropertyMetadata',
  61        'caption': 'str',
  62        'caption_metadata': 'PropertyMetadata',
  63        'conceal_value_on_document': 'str',
  64        'conceal_value_on_document_metadata': 'PropertyMetadata',
  65        'conditional_parent_label': 'str',
  66        'conditional_parent_label_metadata': 'PropertyMetadata',
  67        'conditional_parent_value': 'str',
  68        'conditional_parent_value_metadata': 'PropertyMetadata',
  69        'connected_object_details': 'ConnectedObjectDetails',
  70        'custom_tab_id': 'str',
  71        'custom_tab_id_metadata': 'PropertyMetadata',
  72        'disable_auto_size': 'str',
  73        'disable_auto_size_metadata': 'PropertyMetadata',
  74        'document_id': 'str',
  75        'document_id_metadata': 'PropertyMetadata',
  76        'error_details': 'ErrorDetails',
  77        'extension_data': 'ExtensionData',
  78        'font': 'str',
  79        'font_color': 'str',
  80        'font_color_metadata': 'PropertyMetadata',
  81        'font_metadata': 'PropertyMetadata',
  82        'font_size': 'str',
  83        'font_size_metadata': 'PropertyMetadata',
  84        'form_order': 'str',
  85        'form_order_metadata': 'PropertyMetadata',
  86        'form_page_label': 'str',
  87        'form_page_label_metadata': 'PropertyMetadata',
  88        'form_page_number': 'str',
  89        'form_page_number_metadata': 'PropertyMetadata',
  90        'height': 'str',
  91        'height_metadata': 'PropertyMetadata',
  92        'italic': 'str',
  93        'italic_metadata': 'PropertyMetadata',
  94        'locale_policy': 'LocalePolicyTab',
  95        'locked': 'str',
  96        'locked_metadata': 'PropertyMetadata',
  97        'max_length': 'str',
  98        'max_length_metadata': 'PropertyMetadata',
  99        'max_numerical_value': 'str',
 100        'merge_field': 'MergeField',
 101        'merge_field_xml': 'str',
 102        'min_numerical_value': 'str',
 103        'name': 'str',
 104        'name_metadata': 'PropertyMetadata',
 105        'numerical_value': 'str',
 106        'original_numerical_value': 'str',
 107        'original_value': 'str',
 108        'original_value_metadata': 'PropertyMetadata',
 109        'page_number': 'str',
 110        'page_number_metadata': 'PropertyMetadata',
 111        'recipient_id': 'str',
 112        'recipient_id_guid': 'str',
 113        'recipient_id_guid_metadata': 'PropertyMetadata',
 114        'recipient_id_metadata': 'PropertyMetadata',
 115        'require_all': 'str',
 116        'require_all_metadata': 'PropertyMetadata',
 117        'required': 'str',
 118        'required_metadata': 'PropertyMetadata',
 119        'require_initial_on_shared_change': 'str',
 120        'require_initial_on_shared_change_metadata': 'PropertyMetadata',
 121        'sender_required': 'str',
 122        'sender_required_metadata': 'PropertyMetadata',
 123        'shared': 'str',
 124        'shared_metadata': 'PropertyMetadata',
 125        'share_to_recipients': 'str',
 126        'share_to_recipients_metadata': 'PropertyMetadata',
 127        'smart_contract_information': 'SmartContractInformation',
 128        'source': 'str',
 129        'status': 'str',
 130        'status_metadata': 'PropertyMetadata',
 131        'tab_fully_qualified_path': 'str',
 132        'tab_group_labels': 'list[str]',
 133        'tab_group_labels_metadata': 'PropertyMetadata',
 134        'tab_id': 'str',
 135        'tab_id_metadata': 'PropertyMetadata',
 136        'tab_label': 'str',
 137        'tab_label_metadata': 'PropertyMetadata',
 138        'tab_order': 'str',
 139        'tab_order_metadata': 'PropertyMetadata',
 140        'tab_type': 'str',
 141        'tab_type_metadata': 'PropertyMetadata',
 142        'template_locked': 'str',
 143        'template_locked_metadata': 'PropertyMetadata',
 144        'template_required': 'str',
 145        'template_required_metadata': 'PropertyMetadata',
 146        'tooltip': 'str',
 147        'tool_tip_metadata': 'PropertyMetadata',
 148        'underline': 'str',
 149        'underline_metadata': 'PropertyMetadata',
 150        'validation_type': 'str',
 151        'value': 'str',
 152        'value_metadata': 'PropertyMetadata',
 153        'warning_details': 'ErrorDetails',
 154        'width': 'str',
 155        'width_metadata': 'PropertyMetadata',
 156        'x_position': 'str',
 157        'x_position_metadata': 'PropertyMetadata',
 158        'y_position': 'str',
 159        'y_position_metadata': 'PropertyMetadata'
 160    }
 161
 162    attribute_map = {
 163        'agreement_attribute': 'agreementAttribute',
 164        'agreement_attribute_locked': 'agreementAttributeLocked',
 165        'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters',
 166        'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata',
 167        'anchor_case_sensitive': 'anchorCaseSensitive',
 168        'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata',
 169        'anchor_horizontal_alignment': 'anchorHorizontalAlignment',
 170        'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata',
 171        'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent',
 172        'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata',
 173        'anchor_match_whole_word': 'anchorMatchWholeWord',
 174        'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata',
 175        'anchor_string': 'anchorString',
 176        'anchor_string_metadata': 'anchorStringMetadata',
 177        'anchor_tab_processor_version': 'anchorTabProcessorVersion',
 178        'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata',
 179        'anchor_tab_scope': 'anchorTabScope',
 180        'anchor_units': 'anchorUnits',
 181        'anchor_units_metadata': 'anchorUnitsMetadata',
 182        'anchor_x_offset': 'anchorXOffset',
 183        'anchor_x_offset_metadata': 'anchorXOffsetMetadata',
 184        'anchor_y_offset': 'anchorYOffset',
 185        'anchor_y_offset_metadata': 'anchorYOffsetMetadata',
 186        'bold': 'bold',
 187        'bold_metadata': 'boldMetadata',
 188        'caption': 'caption',
 189        'caption_metadata': 'captionMetadata',
 190        'conceal_value_on_document': 'concealValueOnDocument',
 191        'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata',
 192        'conditional_parent_label': 'conditionalParentLabel',
 193        'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
 194        'conditional_parent_value': 'conditionalParentValue',
 195        'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
 196        'connected_object_details': 'connectedObjectDetails',
 197        'custom_tab_id': 'customTabId',
 198        'custom_tab_id_metadata': 'customTabIdMetadata',
 199        'disable_auto_size': 'disableAutoSize',
 200        'disable_auto_size_metadata': 'disableAutoSizeMetadata',
 201        'document_id': 'documentId',
 202        'document_id_metadata': 'documentIdMetadata',
 203        'error_details': 'errorDetails',
 204        'extension_data': 'extensionData',
 205        'font': 'font',
 206        'font_color': 'fontColor',
 207        'font_color_metadata': 'fontColorMetadata',
 208        'font_metadata': 'fontMetadata',
 209        'font_size': 'fontSize',
 210        'font_size_metadata': 'fontSizeMetadata',
 211        'form_order': 'formOrder',
 212        'form_order_metadata': 'formOrderMetadata',
 213        'form_page_label': 'formPageLabel',
 214        'form_page_label_metadata': 'formPageLabelMetadata',
 215        'form_page_number': 'formPageNumber',
 216        'form_page_number_metadata': 'formPageNumberMetadata',
 217        'height': 'height',
 218        'height_metadata': 'heightMetadata',
 219        'italic': 'italic',
 220        'italic_metadata': 'italicMetadata',
 221        'locale_policy': 'localePolicy',
 222        'locked': 'locked',
 223        'locked_metadata': 'lockedMetadata',
 224        'max_length': 'maxLength',
 225        'max_length_metadata': 'maxLengthMetadata',
 226        'max_numerical_value': 'maxNumericalValue',
 227        'merge_field': 'mergeField',
 228        'merge_field_xml': 'mergeFieldXml',
 229        'min_numerical_value': 'minNumericalValue',
 230        'name': 'name',
 231        'name_metadata': 'nameMetadata',
 232        'numerical_value': 'numericalValue',
 233        'original_numerical_value': 'originalNumericalValue',
 234        'original_value': 'originalValue',
 235        'original_value_metadata': 'originalValueMetadata',
 236        'page_number': 'pageNumber',
 237        'page_number_metadata': 'pageNumberMetadata',
 238        'recipient_id': 'recipientId',
 239        'recipient_id_guid': 'recipientIdGuid',
 240        'recipient_id_guid_metadata': 'recipientIdGuidMetadata',
 241        'recipient_id_metadata': 'recipientIdMetadata',
 242        'require_all': 'requireAll',
 243        'require_all_metadata': 'requireAllMetadata',
 244        'required': 'required',
 245        'required_metadata': 'requiredMetadata',
 246        'require_initial_on_shared_change': 'requireInitialOnSharedChange',
 247        'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata',
 248        'sender_required': 'senderRequired',
 249        'sender_required_metadata': 'senderRequiredMetadata',
 250        'shared': 'shared',
 251        'shared_metadata': 'sharedMetadata',
 252        'share_to_recipients': 'shareToRecipients',
 253        'share_to_recipients_metadata': 'shareToRecipientsMetadata',
 254        'smart_contract_information': 'smartContractInformation',
 255        'source': 'source',
 256        'status': 'status',
 257        'status_metadata': 'statusMetadata',
 258        'tab_fully_qualified_path': 'tabFullyQualifiedPath',
 259        'tab_group_labels': 'tabGroupLabels',
 260        'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
 261        'tab_id': 'tabId',
 262        'tab_id_metadata': 'tabIdMetadata',
 263        'tab_label': 'tabLabel',
 264        'tab_label_metadata': 'tabLabelMetadata',
 265        'tab_order': 'tabOrder',
 266        'tab_order_metadata': 'tabOrderMetadata',
 267        'tab_type': 'tabType',
 268        'tab_type_metadata': 'tabTypeMetadata',
 269        'template_locked': 'templateLocked',
 270        'template_locked_metadata': 'templateLockedMetadata',
 271        'template_required': 'templateRequired',
 272        'template_required_metadata': 'templateRequiredMetadata',
 273        'tooltip': 'tooltip',
 274        'tool_tip_metadata': 'toolTipMetadata',
 275        'underline': 'underline',
 276        'underline_metadata': 'underlineMetadata',
 277        'validation_type': 'validationType',
 278        'value': 'value',
 279        'value_metadata': 'valueMetadata',
 280        'warning_details': 'warningDetails',
 281        'width': 'width',
 282        'width_metadata': 'widthMetadata',
 283        'x_position': 'xPosition',
 284        'x_position_metadata': 'xPositionMetadata',
 285        'y_position': 'yPosition',
 286        'y_position_metadata': 'yPositionMetadata'
 287    }
 288
 289    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
 290        """Numerical - a model defined in Swagger"""  # noqa: E501
 291        if _configuration is None:
 292            _configuration = Configuration()
 293        self._configuration = _configuration
 294
 295        self._agreement_attribute = None
 296        self._agreement_attribute_locked = None
 297        self._anchor_allow_white_space_in_characters = None
 298        self._anchor_allow_white_space_in_characters_metadata = None
 299        self._anchor_case_sensitive = None
 300        self._anchor_case_sensitive_metadata = None
 301        self._anchor_horizontal_alignment = None
 302        self._anchor_horizontal_alignment_metadata = None
 303        self._anchor_ignore_if_not_present = None
 304        self._anchor_ignore_if_not_present_metadata = None
 305        self._anchor_match_whole_word = None
 306        self._anchor_match_whole_word_metadata = None
 307        self._anchor_string = None
 308        self._anchor_string_metadata = None
 309        self._anchor_tab_processor_version = None
 310        self._anchor_tab_processor_version_metadata = None
 311        self._anchor_tab_scope = None
 312        self._anchor_units = None
 313        self._anchor_units_metadata = None
 314        self._anchor_x_offset = None
 315        self._anchor_x_offset_metadata = None
 316        self._anchor_y_offset = None
 317        self._anchor_y_offset_metadata = None
 318        self._bold = None
 319        self._bold_metadata = None
 320        self._caption = None
 321        self._caption_metadata = None
 322        self._conceal_value_on_document = None
 323        self._conceal_value_on_document_metadata = None
 324        self._conditional_parent_label = None
 325        self._conditional_parent_label_metadata = None
 326        self._conditional_parent_value = None
 327        self._conditional_parent_value_metadata = None
 328        self._connected_object_details = None
 329        self._custom_tab_id = None
 330        self._custom_tab_id_metadata = None
 331        self._disable_auto_size = None
 332        self._disable_auto_size_metadata = None
 333        self._document_id = None
 334        self._document_id_metadata = None
 335        self._error_details = None
 336        self._extension_data = None
 337        self._font = None
 338        self._font_color = None
 339        self._font_color_metadata = None
 340        self._font_metadata = None
 341        self._font_size = None
 342        self._font_size_metadata = None
 343        self._form_order = None
 344        self._form_order_metadata = None
 345        self._form_page_label = None
 346        self._form_page_label_metadata = None
 347        self._form_page_number = None
 348        self._form_page_number_metadata = None
 349        self._height = None
 350        self._height_metadata = None
 351        self._italic = None
 352        self._italic_metadata = None
 353        self._locale_policy = None
 354        self._locked = None
 355        self._locked_metadata = None
 356        self._max_length = None
 357        self._max_length_metadata = None
 358        self._max_numerical_value = None
 359        self._merge_field = None
 360        self._merge_field_xml = None
 361        self._min_numerical_value = None
 362        self._name = None
 363        self._name_metadata = None
 364        self._numerical_value = None
 365        self._original_numerical_value = None
 366        self._original_value = None
 367        self._original_value_metadata = None
 368        self._page_number = None
 369        self._page_number_metadata = None
 370        self._recipient_id = None
 371        self._recipient_id_guid = None
 372        self._recipient_id_guid_metadata = None
 373        self._recipient_id_metadata = None
 374        self._require_all = None
 375        self._require_all_metadata = None
 376        self._required = None
 377        self._required_metadata = None
 378        self._require_initial_on_shared_change = None
 379        self._require_initial_on_shared_change_metadata = None
 380        self._sender_required = None
 381        self._sender_required_metadata = None
 382        self._shared = None
 383        self._shared_metadata = None
 384        self._share_to_recipients = None
 385        self._share_to_recipients_metadata = None
 386        self._smart_contract_information = None
 387        self._source = None
 388        self._status = None
 389        self._status_metadata = None
 390        self._tab_fully_qualified_path = None
 391        self._tab_group_labels = None
 392        self._tab_group_labels_metadata = None
 393        self._tab_id = None
 394        self._tab_id_metadata = None
 395        self._tab_label = None
 396        self._tab_label_metadata = None
 397        self._tab_order = None
 398        self._tab_order_metadata = None
 399        self._tab_type = None
 400        self._tab_type_metadata = None
 401        self._template_locked = None
 402        self._template_locked_metadata = None
 403        self._template_required = None
 404        self._template_required_metadata = None
 405        self._tooltip = None
 406        self._tool_tip_metadata = None
 407        self._underline = None
 408        self._underline_metadata = None
 409        self._validation_type = None
 410        self._value = None
 411        self._value_metadata = None
 412        self._warning_details = None
 413        self._width = None
 414        self._width_metadata = None
 415        self._x_position = None
 416        self._x_position_metadata = None
 417        self._y_position = None
 418        self._y_position_metadata = None
 419        self.discriminator = None
 420
 421        setattr(self, "_{}".format('agreement_attribute'), kwargs.get('agreement_attribute', None))
 422        setattr(self, "_{}".format('agreement_attribute_locked'), kwargs.get('agreement_attribute_locked', None))
 423        setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None))
 424        setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None))
 425        setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None))
 426        setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None))
 427        setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None))
 428        setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None))
 429        setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None))
 430        setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None))
 431        setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None))
 432        setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None))
 433        setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None))
 434        setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None))
 435        setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None))
 436        setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None))
 437        setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None))
 438        setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None))
 439        setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None))
 440        setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None))
 441        setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None))
 442        setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None))
 443        setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None))
 444        setattr(self, "_{}".format('bold'), kwargs.get('bold', None))
 445        setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None))
 446        setattr(self, "_{}".format('caption'), kwargs.get('caption', None))
 447        setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None))
 448        setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None))
 449        setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None))
 450        setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None))
 451        setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
 452        setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
 453        setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
 454        setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
 455        setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
 456        setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
 457        setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
 458        setattr(self, "_{}".format('disable_auto_size_metadata'), kwargs.get('disable_auto_size_metadata', None))
 459        setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
 460        setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None))
 461        setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None))
 462        setattr(self, "_{}".format('extension_data'), kwargs.get('extension_data', None))
 463        setattr(self, "_{}".format('font'), kwargs.get('font', None))
 464        setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None))
 465        setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None))
 466        setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None))
 467        setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None))
 468        setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None))
 469        setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None))
 470        setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None))
 471        setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None))
 472        setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None))
 473        setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None))
 474        setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None))
 475        setattr(self, "_{}".format('height'), kwargs.get('height', None))
 476        setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None))
 477        setattr(self, "_{}".format('italic'), kwargs.get('italic', None))
 478        setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None))
 479        setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None))
 480        setattr(self, "_{}".format('locked'), kwargs.get('locked', None))
 481        setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None))
 482        setattr(self, "_{}".format('max_length'), kwargs.get('max_length', None))
 483        setattr(self, "_{}".format('max_length_metadata'), kwargs.get('max_length_metadata', None))
 484        setattr(self, "_{}".format('max_numerical_value'), kwargs.get('max_numerical_value', None))
 485        setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None))
 486        setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None))
 487        setattr(self, "_{}".format('min_numerical_value'), kwargs.get('min_numerical_value', None))
 488        setattr(self, "_{}".format('name'), kwargs.get('name', None))
 489        setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None))
 490        setattr(self, "_{}".format('numerical_value'), kwargs.get('numerical_value', None))
 491        setattr(self, "_{}".format('original_numerical_value'), kwargs.get('original_numerical_value', None))
 492        setattr(self, "_{}".format('original_value'), kwargs.get('original_value', None))
 493        setattr(self, "_{}".format('original_value_metadata'), kwargs.get('original_value_metadata', None))
 494        setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None))
 495        setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None))
 496        setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None))
 497        setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None))
 498        setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None))
 499        setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None))
 500        setattr(self, "_{}".format('require_all'), kwargs.get('require_all', None))
 501        setattr(self, "_{}".format('require_all_metadata'), kwargs.get('require_all_metadata', None))
 502        setattr(self, "_{}".format('required'), kwargs.get('required', None))
 503        setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None))
 504        setattr(self, "_{}".format('require_initial_on_shared_change'), kwargs.get('require_initial_on_shared_change', None))
 505        setattr(self, "_{}".format('require_initial_on_shared_change_metadata'), kwargs.get('require_initial_on_shared_change_metadata', None))
 506        setattr(self, "_{}".format('sender_required'), kwargs.get('sender_required', None))
 507        setattr(self, "_{}".format('sender_required_metadata'), kwargs.get('sender_required_metadata', None))
 508        setattr(self, "_{}".format('shared'), kwargs.get('shared', None))
 509        setattr(self, "_{}".format('shared_metadata'), kwargs.get('shared_metadata', None))
 510        setattr(self, "_{}".format('share_to_recipients'), kwargs.get('share_to_recipients', None))
 511        setattr(self, "_{}".format('share_to_recipients_metadata'), kwargs.get('share_to_recipients_metadata', None))
 512        setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None))
 513        setattr(self, "_{}".format('source'), kwargs.get('source', None))
 514        setattr(self, "_{}".format('status'), kwargs.get('status', None))
 515        setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
 516        setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
 517        setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
 518        setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
 519        setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
 520        setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None))
 521        setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None))
 522        setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None))
 523        setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None))
 524        setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None))
 525        setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None))
 526        setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None))
 527        setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None))
 528        setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None))
 529        setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
 530        setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None))
 531        setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None))
 532        setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
 533        setattr(self, "_{}".format('underline'), kwargs.get('underline', None))
 534        setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
 535        setattr(self, "_{}".format('validation_type'), kwargs.get('validation_type', None))
 536        setattr(self, "_{}".format('value'), kwargs.get('value', None))
 537        setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
 538        setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
 539        setattr(self, "_{}".format('width'), kwargs.get('width', None))
 540        setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
 541        setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
 542        setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None))
 543        setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None))
 544        setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None))
 545
 546    @property
 547    def agreement_attribute(self):
 548        """Gets the agreement_attribute of this Numerical.  # noqa: E501
 549
 550          # noqa: E501
 551
 552        :return: The agreement_attribute of this Numerical.  # noqa: E501
 553        :rtype: str
 554        """
 555        return self._agreement_attribute
 556
 557    @agreement_attribute.setter
 558    def agreement_attribute(self, agreement_attribute):
 559        """Sets the agreement_attribute of this Numerical.
 560
 561          # noqa: E501
 562
 563        :param agreement_attribute: The agreement_attribute of this Numerical.  # noqa: E501
 564        :type: str
 565        """
 566
 567        self._agreement_attribute = agreement_attribute
 568
 569    @property
 570    def agreement_attribute_locked(self):
 571        """Gets the agreement_attribute_locked of this Numerical.  # noqa: E501
 572
 573          # noqa: E501
 574
 575        :return: The agreement_attribute_locked of this Numerical.  # noqa: E501
 576        :rtype: str
 577        """
 578        return self._agreement_attribute_locked
 579
 580    @agreement_attribute_locked.setter
 581    def agreement_attribute_locked(self, agreement_attribute_locked):
 582        """Sets the agreement_attribute_locked of this Numerical.
 583
 584          # noqa: E501
 585
 586        :param agreement_attribute_locked: The agreement_attribute_locked of this Numerical.  # noqa: E501
 587        :type: str
 588        """
 589
 590        self._agreement_attribute_locked = agreement_attribute_locked
 591
 592    @property
 593    def anchor_allow_white_space_in_characters(self):
 594        """Gets the anchor_allow_white_space_in_characters of this Numerical.  # noqa: E501
 595
 596          # noqa: E501
 597
 598        :return: The anchor_allow_white_space_in_characters of this Numerical.  # noqa: E501
 599        :rtype: str
 600        """
 601        return self._anchor_allow_white_space_in_characters
 602
 603    @anchor_allow_white_space_in_characters.setter
 604    def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters):
 605        """Sets the anchor_allow_white_space_in_characters of this Numerical.
 606
 607          # noqa: E501
 608
 609        :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Numerical.  # noqa: E501
 610        :type: str
 611        """
 612
 613        self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters
 614
 615    @property
 616    def anchor_allow_white_space_in_characters_metadata(self):
 617        """Gets the anchor_allow_white_space_in_characters_metadata of this Numerical.  # noqa: E501
 618
 619          # noqa: E501
 620
 621        :return: The anchor_allow_white_space_in_characters_metadata of this Numerical.  # noqa: E501
 622        :rtype: PropertyMetadata
 623        """
 624        return self._anchor_allow_white_space_in_characters_metadata
 625
 626    @anchor_allow_white_space_in_characters_metadata.setter
 627    def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata):
 628        """Sets the anchor_allow_white_space_in_characters_metadata of this Numerical.
 629
 630          # noqa: E501
 631
 632        :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Numerical.  # noqa: E501
 633        :type: PropertyMetadata
 634        """
 635
 636        self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata
 637
 638    @property
 639    def anchor_case_sensitive(self):
 640        """Gets the anchor_case_sensitive of this Numerical.  # noqa: E501
 641
 642        When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**.  # noqa: E501
 643
 644        :return: The anchor_case_sensitive of this Numerical.  # noqa: E501
 645        :rtype: str
 646        """
 647        return self._anchor_case_sensitive
 648
 649    @anchor_case_sensitive.setter
 650    def anchor_case_sensitive(self, anchor_case_sensitive):
 651        """Sets the anchor_case_sensitive of this Numerical.
 652
 653        When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**.  # noqa: E501
 654
 655        :param anchor_case_sensitive: The anchor_case_sensitive of this Numerical.  # noqa: E501
 656        :type: str
 657        """
 658
 659        self._anchor_case_sensitive = anchor_case_sensitive
 660
 661    @property
 662    def anchor_case_sensitive_metadata(self):
 663        """Gets the anchor_case_sensitive_metadata of this Numerical.  # noqa: E501
 664
 665          # noqa: E501
 666
 667        :return: The anchor_case_sensitive_metadata of this Numerical.  # noqa: E501
 668        :rtype: PropertyMetadata
 669        """
 670        return self._anchor_case_sensitive_metadata
 671
 672    @anchor_case_sensitive_metadata.setter
 673    def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata):
 674        """Sets the anchor_case_sensitive_metadata of this Numerical.
 675
 676          # noqa: E501
 677
 678        :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Numerical.  # noqa: E501
 679        :type: PropertyMetadata
 680        """
 681
 682        self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata
 683
 684    @property
 685    def anchor_horizontal_alignment(self):
 686        """Gets the anchor_horizontal_alignment of this Numerical.  # noqa: E501
 687
 688        Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**.  # noqa: E501
 689
 690        :return: The anchor_horizontal_alignment of this Numerical.  # noqa: E501
 691        :rtype: str
 692        """
 693        return self._anchor_horizontal_alignment
 694
 695    @anchor_horizontal_alignment.setter
 696    def anchor_horizontal_alignment(self, anchor_horizontal_alignment):
 697        """Sets the anchor_horizontal_alignment of this Numerical.
 698
 699        Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**.  # noqa: E501
 700
 701        :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Numerical.  # noqa: E501
 702        :type: str
 703        """
 704
 705        self._anchor_horizontal_alignment = anchor_horizontal_alignment
 706
 707    @property
 708    def anchor_horizontal_alignment_metadata(self):
 709        """Gets the anchor_horizontal_alignment_metadata of this Numerical.  # noqa: E501
 710
 711          # noqa: E501
 712
 713        :return: The anchor_horizontal_alignment_metadata of this Numerical.  # noqa: E501
 714        :rtype: PropertyMetadata
 715        """
 716        return self._anchor_horizontal_alignment_metadata
 717
 718    @anchor_horizontal_alignment_metadata.setter
 719    def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata):
 720        """Sets the anchor_horizontal_alignment_metadata of this Numerical.
 721
 722          # noqa: E501
 723
 724        :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Numerical.  # noqa: E501
 725        :type: PropertyMetadata
 726        """
 727
 728        self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata
 729
 730    @property
 731    def anchor_ignore_if_not_present(self):
 732        """Gets the anchor_ignore_if_not_present of this Numerical.  # noqa: E501
 733
 734        When set to **true**, this tab is ignored if anchorString is not found in the document.  # noqa: E501
 735
 736        :return: The anchor_ignore_if_not_present of this Numerical.  # noqa: E501
 737        :rtype: str
 738        """
 739        return self._anchor_ignore_if_not_present
 740
 741    @anchor_ignore_if_not_present.setter
 742    def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present):
 743        """Sets the anchor_ignore_if_not_present of this Numerical.
 744
 745        When set to **true**, this tab is ignored if anchorString is not found in the document.  # noqa: E501
 746
 747        :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Numerical.  # noqa: E501
 748        :type: str
 749        """
 750
 751        self._anchor_ignore_if_not_present = anchor_ignore_if_not_present
 752
 753    @property
 754    def anchor_ignore_if_not_present_metadata(self):
 755        """Gets the anchor_ignore_if_not_present_metadata of this Numerical.  # noqa: E501
 756
 757          # noqa: E501
 758
 759        :return: The anchor_ignore_if_not_present_metadata of this Numerical.  # noqa: E501
 760        :rtype: PropertyMetadata
 761        """
 762        return self._anchor_ignore_if_not_present_metadata
 763
 764    @anchor_ignore_if_not_present_metadata.setter
 765    def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata):
 766        """Sets the anchor_ignore_if_not_present_metadata of this Numerical.
 767
 768          # noqa: E501
 769
 770        :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Numerical.  # noqa: E501
 771        :type: PropertyMetadata
 772        """
 773
 774        self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata
 775
 776    @property
 777    def anchor_match_whole_word(self):
 778        """Gets the anchor_match_whole_word of this Numerical.  # noqa: E501
 779
 780        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**.  # noqa: E501
 781
 782        :return: The anchor_match_whole_word of this Numerical.  # noqa: E501
 783        :rtype: str
 784        """
 785        return self._anchor_match_whole_word
 786
 787    @anchor_match_whole_word.setter
 788    def anchor_match_whole_word(self, anchor_match_whole_word):
 789        """Sets the anchor_match_whole_word of this Numerical.
 790
 791        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**.  # noqa: E501
 792
 793        :param anchor_match_whole_word: The anchor_match_whole_word of this Numerical.  # noqa: E501
 794        :type: str
 795        """
 796
 797        self._anchor_match_whole_word = anchor_match_whole_word
 798
 799    @property
 800    def anchor_match_whole_word_metadata(self):
 801        """Gets the anchor_match_whole_word_metadata of this Numerical.  # noqa: E501
 802
 803          # noqa: E501
 804
 805        :return: The anchor_match_whole_word_metadata of this Numerical.  # noqa: E501
 806        :rtype: PropertyMetadata
 807        """
 808        return self._anchor_match_whole_word_metadata
 809
 810    @anchor_match_whole_word_metadata.setter
 811    def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata):
 812        """Sets the anchor_match_whole_word_metadata of this Numerical.
 813
 814          # noqa: E501
 815
 816        :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Numerical.  # noqa: E501
 817        :type: PropertyMetadata
 818        """
 819
 820        self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata
 821
 822    @property
 823    def anchor_string(self):
 824        """Gets the anchor_string of this Numerical.  # noqa: E501
 825
 826        Anchor text information for a radio button.  # noqa: E501
 827
 828        :return: The anchor_string of this Numerical.  # noqa: E501
 829        :rtype: str
 830        """
 831        return self._anchor_string
 832
 833    @anchor_string.setter
 834    def anchor_string(self, anchor_string):
 835        """Sets the anchor_string of this Numerical.
 836
 837        Anchor text information for a radio button.  # noqa: E501
 838
 839        :param anchor_string: The anchor_string of this Numerical.  # noqa: E501
 840        :type: str
 841        """
 842
 843        self._anchor_string = anchor_string
 844
 845    @property
 846    def anchor_string_metadata(self):
 847        """Gets the anchor_string_metadata of this Numerical.  # noqa: E501
 848
 849          # noqa: E501
 850
 851        :return: The anchor_string_metadata of this Numerical.  # noqa: E501
 852        :rtype: PropertyMetadata
 853        """
 854        return self._anchor_string_metadata
 855
 856    @anchor_string_metadata.setter
 857    def anchor_string_metadata(self, anchor_string_metadata):
 858        """Sets the anchor_string_metadata of this Numerical.
 859
 860          # noqa: E501
 861
 862        :param anchor_string_metadata: The anchor_string_metadata of this Numerical.  # noqa: E501
 863        :type: PropertyMetadata
 864        """
 865
 866        self._anchor_string_metadata = anchor_string_metadata
 867
 868    @property
 869    def anchor_tab_processor_version(self):
 870        """Gets the anchor_tab_processor_version of this Numerical.  # noqa: E501
 871
 872          # noqa: E501
 873
 874        :return: The anchor_tab_processor_version of this Numerical.  # noqa: E501
 875        :rtype: str
 876        """
 877        return self._anchor_tab_processor_version
 878
 879    @anchor_tab_processor_version.setter
 880    def anchor_tab_processor_version(self, anchor_tab_processor_version):
 881        """Sets the anchor_tab_processor_version of this Numerical.
 882
 883          # noqa: E501
 884
 885        :param anchor_tab_processor_version: The anchor_tab_processor_version of this Numerical.  # noqa: E501
 886        :type: str
 887        """
 888
 889        self._anchor_tab_processor_version = anchor_tab_processor_version
 890
 891    @property
 892    def anchor_tab_processor_version_metadata(self):
 893        """Gets the anchor_tab_processor_version_metadata of this Numerical.  # noqa: E501
 894
 895          # noqa: E501
 896
 897        :return: The anchor_tab_processor_version_metadata of this Numerical.  # noqa: E501
 898        :rtype: PropertyMetadata
 899        """
 900        return self._anchor_tab_processor_version_metadata
 901
 902    @anchor_tab_processor_version_metadata.setter
 903    def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata):
 904        """Sets the anchor_tab_processor_version_metadata of this Numerical.
 905
 906          # noqa: E501
 907
 908        :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Numerical.  # noqa: E501
 909        :type: PropertyMetadata
 910        """
 911
 912        self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata
 913
 914    @property
 915    def anchor_tab_scope(self):
 916        """Gets the anchor_tab_scope of this Numerical.  # noqa: E501
 917
 918          # noqa: E501
 919
 920        :return: The anchor_tab_scope of this Numerical.  # noqa: E501
 921        :rtype: str
 922        """
 923        return self._anchor_tab_scope
 924
 925    @anchor_tab_scope.setter
 926    def anchor_tab_scope(self, anchor_tab_scope):
 927        """Sets the anchor_tab_scope of this Numerical.
 928
 929          # noqa: E501
 930
 931        :param anchor_tab_scope: The anchor_tab_scope of this Numerical.  # noqa: E501
 932        :type: str
 933        """
 934
 935        self._anchor_tab_scope = anchor_tab_scope
 936
 937    @property
 938    def anchor_units(self):
 939        """Gets the anchor_units of this Numerical.  # noqa: E501
 940
 941        Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches.  # noqa: E501
 942
 943        :return: The anchor_units of this Numerical.  # noqa: E501
 944        :rtype: str
 945        """
 946        return self._anchor_units
 947
 948    @anchor_units.setter
 949    def anchor_units(self, anchor_units):
 950        """Sets the anchor_units of this Numerical.
 951
 952        Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches.  # noqa: E501
 953
 954        :param anchor_units: The anchor_units of this Numerical.  # noqa: E501
 955        :type: str
 956        """
 957
 958        self._anchor_units = anchor_units
 959
 960    @property
 961    def anchor_units_metadata(self):
 962        """Gets the anchor_units_metadata of this Numerical.  # noqa: E501
 963
 964          # noqa: E501
 965
 966        :return: The anchor_units_metadata of this Numerical.  # noqa: E501
 967        :rtype: PropertyMetadata
 968        """
 969        return self._anchor_units_metadata
 970
 971    @anchor_units_metadata.setter
 972    def anchor_units_metadata(self, anchor_units_metadata):
 973        """Sets the anchor_units_metadata of this Numerical.
 974
 975          # noqa: E501
 976
 977        :param anchor_units_metadata: The anchor_units_metadata of this Numerical.  # noqa: E501
 978        :type: PropertyMetadata
 979        """
 980
 981        self._anchor_units_metadata = anchor_units_metadata
 982
 983    @property
 984    def anchor_x_offset(self):
 985        """Gets the anchor_x_offset of this Numerical.  # noqa: E501
 986
 987        Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString.  # noqa: E501
 988
 989        :return: The anchor_x_offset of this Numerical.  # noqa: E501
 990        :rtype: str
 991        """
 992        return self._anchor_x_offset
 993
 994    @anchor_x_offset.setter
 995    def anchor_x_offset(self, anchor_x_offset):
 996        """Sets the anchor_x_offset of this Numerical.
 997
 998        Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString.  # noqa: E501
 999
1000        :param anchor_x_offset: The anchor_x_offset of this Numerical.  # noqa: E501
1001        :type: str
1002        """
1003
1004        self._anchor_x_offset = anchor_x_offset
1005
1006    @property
1007    def anchor_x_offset_metadata(self):
1008        """Gets the anchor_x_offset_metadata of this Numerical.  # noqa: E501
1009
1010          # noqa: E501
1011
1012        :return: The anchor_x_offset_metadata of this Numerical.  # noqa: E501
1013        :rtype: PropertyMetadata
1014        """
1015        return self._anchor_x_offset_metadata
1016
1017    @anchor_x_offset_metadata.setter
1018    def anchor_x_offset_metadata(self, anchor_x_offset_metadata):
1019        """Sets the anchor_x_offset_metadata of this Numerical.
1020
1021          # noqa: E501
1022
1023        :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Numerical.  # noqa: E501
1024        :type: PropertyMetadata
1025        """
1026
1027        self._anchor_x_offset_metadata = anchor_x_offset_metadata
1028
1029    @property
1030    def anchor_y_offset(self):
1031        """Gets the anchor_y_offset of this Numerical.  # noqa: E501
1032
1033        Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString.  # noqa: E501
1034
1035        :return: The anchor_y_offset of this Numerical.  # noqa: E501
1036        :rtype: str
1037        """
1038        return self._anchor_y_offset
1039
1040    @anchor_y_offset.setter
1041    def anchor_y_offset(self, anchor_y_offset):
1042        """Sets the anchor_y_offset of this Numerical.
1043
1044        Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString.  # noqa: E501
1045
1046        :param anchor_y_offset: The anchor_y_offset of this Numerical.  # noqa: E501
1047        :type: str
1048        """
1049
1050        self._anchor_y_offset = anchor_y_offset
1051
1052    @property
1053    def anchor_y_offset_metadata(self):
1054        """Gets the anchor_y_offset_metadata of this Numerical.  # noqa: E501
1055
1056          # noqa: E501
1057
1058        :return: The anchor_y_offset_metadata of this Numerical.  # noqa: E501
1059        :rtype: PropertyMetadata
1060        """
1061        return self._anchor_y_offset_metadata
1062
1063    @anchor_y_offset_metadata.setter
1064    def anchor_y_offset_metadata(self, anchor_y_offset_metadata):
1065        """Sets the anchor_y_offset_metadata of this Numerical.
1066
1067          # noqa: E501
1068
1069        :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Numerical.  # noqa: E501
1070        :type: PropertyMetadata
1071        """
1072
1073        self._anchor_y_offset_metadata = anchor_y_offset_metadata
1074
1075    @property
1076    def bold(self):
1077        """Gets the bold of this Numerical.  # noqa: E501
1078
1079        When set to **true**, the information in the tab is bold.  # noqa: E501
1080
1081        :return: The bold of this Numerical.  # noqa: E501
1082        :rtype: str
1083        """
1084        return self._bold
1085
1086    @bold.setter
1087    def bold(self, bold):
1088        """Sets the bold of this Numerical.
1089
1090        When set to **true**, the information in the tab is bold.  # noqa: E501
1091
1092        :param bold: The bold of this Numerical.  # noqa: E501
1093        :type: str
1094        """
1095
1096        self._bold = bold
1097
1098    @property
1099    def bold_metadata(self):
1100        """Gets the bold_metadata of this Numerical.  # noqa: E501
1101
1102          # noqa: E501
1103
1104        :return: The bold_metadata of this Numerical.  # noqa: E501
1105        :rtype: PropertyMetadata
1106        """
1107        return self._bold_metadata
1108
1109    @bold_metadata.setter
1110    def bold_metadata(self, bold_metadata):
1111        """Sets the bold_metadata of this Numerical.
1112
1113          # noqa: E501
1114
1115        :param bold_metadata: The bold_metadata of this Numerical.  # noqa: E501
1116        :type: PropertyMetadata
1117        """
1118
1119        self._bold_metadata = bold_metadata
1120
1121    @property
1122    def caption(self):
1123        """Gets the caption of this Numerical.  # noqa: E501
1124
1125          # noqa: E501
1126
1127        :return: The caption of this Numerical.  # noqa: E501
1128        :rtype: str
1129        """
1130        return self._caption
1131
1132    @caption.setter
1133    def caption(self, caption):
1134        """Sets the caption of this Numerical.
1135
1136          # noqa: E501
1137
1138        :param caption: The caption of this Numerical.  # noqa: E501
1139        :type: str
1140        """
1141
1142        self._caption = caption
1143
1144    @property
1145    def caption_metadata(self):
1146        """Gets the caption_metadata of this Numerical.  # noqa: E501
1147
1148          # noqa: E501
1149
1150        :return: The caption_metadata of this Numerical.  # noqa: E501
1151        :rtype: PropertyMetadata
1152        """
1153        return self._caption_metadata
1154
1155    @caption_metadata.setter
1156    def caption_metadata(self, caption_metadata):
1157        """Sets the caption_metadata of this Numerical.
1158
1159          # noqa: E501
1160
1161        :param caption_metadata: The caption_metadata of this Numerical.  # noqa: E501
1162        :type: PropertyMetadata
1163        """
1164
1165        self._caption_metadata = caption_metadata
1166
1167    @property
1168    def conceal_value_on_document(self):
1169        """Gets the conceal_value_on_document of this Numerical.  # noqa: E501
1170
1171        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.  When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console.  This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.  # noqa: E501
1172
1173        :return: The conceal_value_on_document of this Numerical.  # noqa: E501
1174        :rtype: str
1175        """
1176        return self._conceal_value_on_document
1177
1178    @conceal_value_on_document.setter
1179    def conceal_value_on_document(self, conceal_value_on_document):
1180        """Sets the conceal_value_on_document of this Numerical.
1181
1182        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.  When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console.  This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.  # noqa: E501
1183
1184        :param conceal_value_on_document: The conceal_value_on_document of this Numerical.  # noqa: E501
1185        :type: str
1186        """
1187
1188        self._conceal_value_on_document = conceal_value_on_document
1189
1190    @property
1191    def conceal_value_on_document_metadata(self):
1192        """Gets the conceal_value_on_document_metadata of this Numerical.  # noqa: E501
1193
1194          # noqa: E501
1195
1196        :return: The conceal_value_on_document_metadata of this Numerical.  # noqa: E501
1197        :rtype: PropertyMetadata
1198        """
1199        return self._conceal_value_on_document_metadata
1200
1201    @conceal_value_on_document_metadata.setter
1202    def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata):
1203        """Sets the conceal_value_on_document_metadata of this Numerical.
1204
1205          # noqa: E501
1206
1207        :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Numerical.  # noqa: E501
1208        :type: PropertyMetadata
1209        """
1210
1211        self._conceal_value_on_document_metadata = conceal_value_on_document_metadata
1212
1213    @property
1214    def conditional_parent_label(self):
1215        """Gets the conditional_parent_label of this Numerical.  # noqa: E501
1216
1217        For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility.  # noqa: E501
1218
1219        :return: The conditional_parent_label of this Numerical.  # noqa: E501
1220        :rtype: str
1221        """
1222        return self._conditional_parent_label
1223
1224    @conditional_parent_label.setter
1225    def conditional_parent_label(self, conditional_parent_label):
1226        """Sets the conditional_parent_label of this Numerical.
1227
1228        For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility.  # noqa: E501
1229
1230        :param conditional_parent_label: The conditional_parent_label of this Numerical.  # noqa: E501
1231        :type: str
1232        """
1233
1234        self._conditional_parent_label = conditional_parent_label
1235
1236    @property
1237    def conditional_parent_label_metadata(self):
1238        """Gets the conditional_parent_label_metadata of this Numerical.  # noqa: E501
1239
1240          # noqa: E501
1241
1242        :return: The conditional_parent_label_metadata of this Numerical.  # noqa: E501
1243        :rtype: PropertyMetadata
1244        """
1245        return self._conditional_parent_label_metadata
1246
1247    @conditional_parent_label_metadata.setter
1248    def conditional_parent_label_metadata(self, conditional_parent_label_metadata):
1249        """Sets the conditional_parent_label_metadata of this Numerical.
1250
1251          # noqa: E501
1252
1253        :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Numerical.  # noqa: E501
1254        :type: PropertyMetadata
1255        """
1256
1257        self._conditional_parent_label_metadata = conditional_parent_label_metadata
1258
1259    @property
1260    def conditional_parent_value(self):
1261        """Gets the conditional_parent_value of this Numerical.  # noqa: E501
1262
1263        For conditional fields, this is the value of the parent tab that controls the tab's visibility.  If 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.   # noqa: E501
1264
1265        :return: The conditional_parent_value of this Numerical.  # noqa: E501
1266        :rtype: str
1267        """
1268        return self._conditional_parent_value
1269
1270    @conditional_parent_value.setter
1271    def conditional_parent_value(self, conditional_parent_value):
1272        """Sets the conditional_parent_value of this Numerical.
1273
1274        For conditional fields, this is the value of the parent tab that controls the tab's visibility.  If 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.   # noqa: E501
1275
1276        :param conditional_parent_value: The conditional_parent_value of this Numerical.  # noqa: E501
1277        :type: str
1278        """
1279
1280        self._conditional_parent_value = conditional_parent_value
1281
1282    @property
1283    def conditional_parent_value_metadata(self):
1284        """Gets the conditional_parent_value_metadata of this Numerical.  # noqa: E501
1285
1286          # noqa: E501
1287
1288        :return: The conditional_parent_value_metadata of this Numerical.  # noqa: E501
1289        :rtype: PropertyMetadata
1290        """
1291        return self._conditional_parent_value_metadata
1292
1293    @conditional_parent_value_metadata.setter
1294    def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
1295        """Sets the conditional_parent_value_metadata of this Numerical.
1296
1297          # noqa: E501
1298
1299        :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Numerical.  # noqa: E501
1300        :type: PropertyMetadata
1301        """
1302
1303        self._conditional_parent_value_metadata = conditional_parent_value_metadata
1304
1305    @property
1306    def connected_object_details(self):
1307        """Gets the connected_object_details of this Numerical.  # noqa: E501
1308
1309          # noqa: E501
1310
1311        :return: The connected_object_details of this Numerical.  # noqa: E501
1312        :rtype: ConnectedObjectDetails
1313        """
1314        return self._connected_object_details
1315
1316    @connected_object_details.setter
1317    def connected_object_details(self, connected_object_details):
1318        """Sets the connected_object_details of this Numerical.
1319
1320          # noqa: E501
1321
1322        :param connected_object_details: The connected_object_details of this Numerical.  # noqa: E501
1323        :type: ConnectedObjectDetails
1324        """
1325
1326        self._connected_object_details = connected_object_details
1327
1328    @property
1329    def custom_tab_id(self):
1330        """Gets the custom_tab_id of this Numerical.  # noqa: E501
1331
1332        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.  # noqa: E501
1333
1334        :return: The custom_tab_id of this Numerical.  # noqa: E501
1335        :rtype: str
1336        """
1337        return self._custom_tab_id
1338
1339    @custom_tab_id.setter
1340    def custom_tab_id(self, custom_tab_id):
1341        """Sets the custom_tab_id of this Numerical.
1342
1343        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.  # noqa: E501
1344
1345        :param custom_tab_id: The custom_tab_id of this Numerical.  # noqa: E501
1346        :type: str
1347        """
1348
1349        self._custom_tab_id = custom_tab_id
1350
1351    @property
1352    def custom_tab_id_metadata(self):
1353        """Gets the custom_tab_id_metadata of this Numerical.  # noqa: E501
1354
1355          # noqa: E501
1356
1357        :return: The custom_tab_id_metadata of this Numerical.  # noqa: E501
1358        :rtype: PropertyMetadata
1359        """
1360        return self._custom_tab_id_metadata
1361
1362    @custom_tab_id_metadata.setter
1363    def custom_tab_id_metadata(self, custom_tab_id_metadata):
1364        """Sets the custom_tab_id_metadata of this Numerical.
1365
1366          # noqa: E501
1367
1368        :param custom_tab_id_metadata: The custom_tab_id_metadata of this Numerical.  # noqa: E501
1369        :type: PropertyMetadata
1370        """
1371
1372        self._custom_tab_id_metadata = custom_tab_id_metadata
1373
1374    @property
1375    def disable_auto_size(self):
1376        """Gets the disable_auto_size of this Numerical.  # noqa: E501
1377
1378        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.  # noqa: E501
1379
1380        :return: The disable_auto_size of this Numerical.  # noqa: E501
1381        :rtype: str
1382        """
1383        return self._disable_auto_size
1384
1385    @disable_auto_size.setter
1386    def disable_auto_size(self, disable_auto_size):
1387        """Sets the disable_auto_size of this Numerical.
1388
1389        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.  # noqa: E501
1390
1391        :param disable_auto_size: The disable_auto_size of this Numerical.  # noqa: E501
1392        :type: str
1393        """
1394
1395        self._disable_auto_size = disable_auto_size
1396
1397    @property
1398    def disable_auto_size_metadata(self):
1399        """Gets the disable_auto_size_metadata of this Numerical.  # noqa: E501
1400
1401          # noqa: E501
1402
1403        :return: The disable_auto_size_metadata of this Numerical.  # noqa: E501
1404        :rtype: PropertyMetadata
1405        """
1406        return self._disable_auto_size_metadata
1407
1408    @disable_auto_size_metadata.setter
1409    def disable_auto_size_metadata(self, disable_auto_size_metadata):
1410        """Sets the disable_auto_size_metadata of this Numerical.
1411
1412          # noqa: E501
1413
1414        :param disable_auto_size_metadata: The disable_auto_size_metadata of this Numerical.  # noqa: E501
1415        :type: PropertyMetadata
1416        """
1417
1418        self._disable_auto_size_metadata = disable_auto_size_metadata
1419
1420    @property
1421    def document_id(self):
1422        """Gets the document_id of this Numerical.  # noqa: E501
1423
1424        Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.  # noqa: E501
1425
1426        :return: The document_id of this Numerical.  # noqa: E501
1427        :rtype: str
1428        """
1429        return self._document_id
1430
1431    @document_id.setter
1432    def document_id(self, document_id):
1433        """Sets the document_id of this Numerical.
1434
1435        Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.  # noqa: E501
1436
1437        :param document_id: The document_id of this Numerical.  # noqa: E501
1438        :type: str
1439        """
1440
1441        self._document_id = document_id
1442
1443    @property
1444    def document_id_metadata(self):
1445        """Gets the document_id_metadata of this Numerical.  # noqa: E501
1446
1447          # noqa: E501
1448
1449        :return: The document_id_metadata of this Numerical.  # noqa: E501
1450        :rtype: PropertyMetadata
1451        """
1452        return self._document_id_metadata
1453
1454    @document_id_metadata.setter
1455    def document_id_metadata(self, document_id_metadata):
1456        """Sets the document_id_metadata of this Numerical.
1457
1458          # noqa: E501
1459
1460        :param document_id_metadata: The document_id_metadata of this Numerical.  # noqa: E501
1461        :type: PropertyMetadata
1462        """
1463
1464        self._document_id_metadata = document_id_metadata
1465
1466    @property
1467    def error_details(self):
1468        """Gets the error_details of this Numerical.  # noqa: E501
1469
1470        Array or errors.  # noqa: E501
1471
1472        :return: The error_details of this Numerical.  # noqa: E501
1473        :rtype: ErrorDetails
1474        """
1475        return self._error_details
1476
1477    @error_details.setter
1478    def error_details(self, error_details):
1479        """Sets the error_details of this Numerical.
1480
1481        Array or errors.  # noqa: E501
1482
1483        :param error_details: The error_details of this Numerical.  # noqa: E501
1484        :type: ErrorDetails
1485        """
1486
1487        self._error_details = error_details
1488
1489    @property
1490    def extension_data(self):
1491        """Gets the extension_data of this Numerical.  # noqa: E501
1492
1493          # noqa: E501
1494
1495        :return: The extension_data of this Numerical.  # noqa: E501
1496        :rtype: ExtensionData
1497        """
1498        return self._extension_data
1499
1500    @extension_data.setter
1501    def extension_data(self, extension_data):
1502        """Sets the extension_data of this Numerical.
1503
1504          # noqa: E501
1505
1506        :param extension_data: The extension_data of this Numerical.  # noqa: E501
1507        :type: ExtensionData
1508        """
1509
1510        self._extension_data = extension_data
1511
1512    @property
1513    def font(self):
1514        """Gets the font of this Numerical.  # noqa: E501
1515
1516        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.  # noqa: E501
1517
1518        :return: The font of this Numerical.  # noqa: E501
1519        :rtype: str
1520        """
1521        return self._font
1522
1523    @font.setter
1524    def font(self, font):
1525        """Sets the font of this Numerical.
1526
1527        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.  # noqa: E501
1528
1529        :param font: The font of this Numerical.  # noqa: E501
1530        :type: str
1531        """
1532
1533        self._font = font
1534
1535    @property
1536    def font_color(self):
1537        """Gets the font_color of this Numerical.  # noqa: E501
1538
1539        The font color used for the information in the tab.  Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White.  # noqa: E501
1540
1541        :return: The font_color of this Numerical.  # noqa: E501
1542        :rtype: str
1543        """
1544        return self._font_color
1545
1546    @font_color.setter
1547    def font_color(self, font_color):
1548        """Sets the font_color of this Numerical.
1549
1550        The font color used for the information in the tab.  Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White.  # noqa: E501
1551
1552        :param font_color: The font_color of this Numerical.  # noqa: E501
1553        :type: str
1554        """
1555
1556        self._font_color = font_color
1557
1558    @property
1559    def font_color_metadata(self):
1560        """Gets the font_color_metadata of this Numerical.  # noqa: E501
1561
1562          # noqa: E501
1563
1564        :return: The font_color_metadata of this Numerical.  # noqa: E501
1565        :rtype: PropertyMetadata
1566        """
1567        return self._font_color_metadata
1568
1569    @font_color_metadata.setter
1570    def font_color_metadata(self, font_color_metadata):
1571        """Sets the font_color_metadata of this Numerical.
1572
1573          # noqa: E501
1574
1575        :param font_color_metadata: The font_color_metadata of this Numerical.  # noqa: E501
1576        :type: PropertyMetadata
1577        """
1578
1579        self._font_color_metadata = font_color_metadata
1580
1581    @property
1582    def font_metadata(self):
1583        """Gets the font_metadata of this Numerical.  # noqa: E501
1584
1585          # noqa: E501
1586
1587        :return: The font_metadata of this Numerical.  # noqa: E501
1588        :rtype: PropertyMetadata
1589        """
1590        return self._font_metadata
1591
1592    @font_metadata.setter
1593    def font_metadata(self, font_metadata):
1594        """Sets the font_metadata of this Numerical.
1595
1596          # noqa: E501
1597
1598        :param font_metadata: The font_metadata of this Numerical.  # noqa: E501
1599        :type: PropertyMetadata
1600        """
1601
1602        self._font_metadata = font_metadata
1603
1604    @property
1605    def font_size(self):
1606        """Gets the font_size of this Numerical.  # noqa: E501
1607
1608        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.  # noqa: E501
1609
1610        :return: The font_size of this Numerical.  # noqa: E501
1611        :rtype: str
1612        """
1613        return self._font_size
1614
1615    @font_size.setter
1616    def font_size(self, font_size):
1617        """Sets the font_size of this Numerical.
1618
1619        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.  # noqa: E501
1620
1621        :param font_size: The font_size of this Numerical.  # noqa: E501
1622        :type: str
1623        """
1624
1625        self._font_size = font_size
1626
1627    @property
1628    def font_size_metadata(self):
1629        """Gets the font_size_metadata of this Numerical.  # noqa: E501
1630
1631          # noqa: E501
1632
1633        :return: The font_size_metadata of this Numerical.  # noqa: E501
1634        :rtype: PropertyMetadata
1635        """
1636        return self._font_size_metadata
1637
1638    @font_size_metadata.setter
1639    def font_size_metadata(self, font_size_metadata):
1640        """Sets the font_size_metadata of this Numerical.
1641
1642          # noqa: E501
1643
1644        :param font_size_metadata: The font_size_metadata of this Numerical.  # noqa: E501
1645        :type: PropertyMetadata
1646        """
1647
1648        self._font_size_metadata = font_size_metadata
1649
1650    @property
1651    def form_order(self):
1652        """Gets the form_order of this Numerical.  # noqa: E501
1653
1654          # noqa: E501
1655
1656        :return: The form_order of this Numerical.  # noqa: E501
1657        :rtype: str
1658        """
1659        return self._form_order
1660
1661    @form_order.setter
1662    def form_order(self, form_order):
1663        """Sets the form_order of this Numerical.
1664
1665          # noqa: E501
1666
1667        :param form_order: The form_order of this Numerical.  # noqa: E501
1668        :type: str
1669        """
1670
1671        self._form_order = form_order
1672
1673    @property
1674    def form_order_metadata(self):
1675        """Gets the form_order_metadata of this Numerical.  # noqa: E501
1676
1677          # noqa: E501
1678
1679        :return: The form_order_metadata of this Numerical.  # noqa: E501
1680        :rtype: PropertyMetadata
1681        """
1682        return self._form_order_metadata
1683
1684    @form_order_metadata.setter
1685    def form_order_metadata(self, form_order_metadata):
1686        """Sets the form_order_metadata of this Numerical.
1687
1688          # noqa: E501
1689
1690        :param form_order_metadata: The form_order_metadata of this Numerical.  # noqa: E501
1691        :type: PropertyMetadata
1692        """
1693
1694        self._form_order_metadata = form_order_metadata
1695
1696    @property
1697    def form_page_label(self):
1698        """Gets the form_page_label of this Numerical.  # noqa: E501
1699
1700          # noqa: E501
1701
1702        :return: The form_page_label of this Numerical.  # noqa: E501
1703        :rtype: str
1704        """
1705        return self._form_page_label
1706
1707    @form_page_label.setter
1708    def form_page_label(self, form_page_label):
1709        """Sets the form_page_label of this Numerical.
1710
1711          # noqa: E501
1712
1713        :param form_page_label: The form_page_label of this Numerical.  # noqa: E501
1714        :type: str
1715        """
1716
1717        self._form_page_label = form_page_label
1718
1719    @property
1720    def form_page_label_metadata(self):
1721        """Gets the form_page_label_metadata of this Numerical.  # noqa: E501
1722
1723          # noqa: E501
1724
1725        :return: The form_page_label_metadata of this Numerical.  # noqa: E501
1726        :rtype: PropertyMetadata
1727        """
1728        return self._form_page_label_metadata
1729
1730    @form_page_label_metadata.setter
1731    def form_page_label_metadata(self, form_page_label_metadata):
1732        """Sets the form_page_label_metadata of this Numerical.
1733
1734          # noqa: E501
1735
1736        :param form_page_label_metadata: The form_page_label_metadata of this Numerical.  # noqa: E501
1737        :type: PropertyMetadata
1738        """
1739
1740        self._form_page_label_metadata = form_page_label_metadata
1741
1742    @property
1743    def form_page_number(self):
1744        """Gets the form_page_number of this Numerical.  # noqa: E501
1745
1746          # noqa: E501
1747
1748        :return: The form_page_number of this Numerical.  # noqa: E501
1749        :rtype: str
1750        """
1751        return self._form_page_number
1752
1753    @form_page_number.setter
1754    def form_page_number(self, form_page_number):
1755        """Sets the form_page_number of this Numerical.
1756
1757          # noqa: E501
1758
1759        :param form_page_number: The form_page_number of this Numerical.  # noqa: E501
1760        :type: str
1761        """
1762
1763        self._form_page_number = form_page_number
1764
1765    @property
1766    def form_page_number_metadata(self):
1767        """Gets the form_page_number_metadata of this Numerical.  # noqa: E501
1768
1769          # noqa: E501
1770
1771        :return: The form_page_number_metadata of this Numerical.  # noqa: E501
1772        :rtype: PropertyMetadata
1773        """
1774        return self._form_page_number_metadata
1775
1776    @form_page_number_metadata.setter
1777    def form_page_number_metadata(self, form_page_number_metadata):
1778        """Sets the form_page_number_metadata of this Numerical.
1779
1780          # noqa: E501
1781
1782        :param form_page_number_metadata: The form_page_number_metadata of this Numerical.  # noqa: E501
1783        :type: PropertyMetadata
1784        """
1785
1786        self._form_page_number_metadata = form_page_number_metadata
1787
1788    @property
1789    def height(self):
1790        """Gets the height of this Numerical.  # noqa: E501
1791
1792        Height of the tab in pixels.  # noqa: E501
1793
1794        :return: The height of this Numerical.  # noqa: E501
1795        :rtype: str
1796        """
1797        return self._height
1798
1799    @height.setter
1800    def height(self, height):
1801        """Sets the height of this Numerical.
1802
1803        Height of the tab in pixels.  # noqa: E501
1804
1805        :param height: The height of this Numerical.  # noqa: E501
1806        :type: str
1807        """
1808
1809        self._height = height
1810
1811    @property
1812    def height_metadata(self):
1813        """Gets the height_metadata of this Numerical.  # noqa: E501
1814
1815          # noqa: E501
1816
1817        :return: The height_metadata of this Numerical.  # noqa: E501
1818        :rtype: PropertyMetadata
1819        """
1820        return self._height_metadata
1821
1822    @height_metadata.setter
1823    def height_metadata(self, height_metadata):
1824        """Sets the height_metadata of this Numerical.
1825
1826          # noqa: E501
1827
1828        :param height_metadata: The height_metadata of this Numerical.  # noqa: E501
1829        :type: PropertyMetadata
1830        """
1831
1832        self._height_metadata = height_metadata
1833
1834    @property
1835    def italic(self):
1836        """Gets the italic of this Numerical.  # noqa: E501
1837
1838        When set to **true**, the information in the tab is italic.  # noqa: E501
1839
1840        :return: The italic of this Numerical.  # noqa: E501
1841        :rtype: str
1842        """
1843        return self._italic
1844
1845    @italic.setter
1846    def italic(self, italic):
1847        """Sets the italic of this Numerical.
1848
1849        When set to **true**, the information in the tab is italic.  # noqa: E501
1850
1851        :param italic: The italic of this Numerical.  # noqa: E501
1852        :type: str
1853        """
1854
1855        self._italic = italic
1856
1857    @property
1858    def italic_metadata(self):
1859        """Gets the italic_metadata of this Numerical.  # noqa: E501
1860
1861          # noqa: E501
1862
1863        :return: The italic_metadata of this Numerical.  # noqa: E501
1864        :rtype: PropertyMetadata
1865        """
1866        return self._italic_metadata
1867
1868    @italic_metadata.setter
1869    def italic_metadata(self, italic_metadata):
1870        """Sets the italic_metadata of this Numerical.
1871
1872          # noqa: E501
1873
1874        :param italic_metadata: The italic_metadata of this Numerical.  # noqa: E501
1875        :type: PropertyMetadata
1876        """
1877
1878        self._italic_metadata = italic_metadata
1879
1880    @property
1881    def locale_policy(self):
1882        """Gets the locale_policy of this Numerical.  # noqa: E501
1883
1884          # noqa: E501
1885
1886        :return: The locale_policy of this Numerical.  # noqa: E501
1887        :rtype: LocalePolicyTab
1888        """
1889        return self._locale_policy
1890
1891    @locale_policy.setter
1892    def locale_policy(self, locale_policy):
1893        """Sets the locale_policy of this Numerical.
1894
1895          # noqa: E501
1896
1897        :param locale_policy: The locale_policy of this Numerical.  # noqa: E501
1898        :type: LocalePolicyTab
1899        """
1900
1901        self._locale_policy = locale_policy
1902
1903    @property
1904    def locked(self):
1905        """Gets the locked of this Numerical.  # noqa: E501
1906
1907        When set to **true**, the signer cannot change the data of the custom tab.  # noqa: E501
1908
1909        :return: The locked of this Numerical.  # noqa: E501
1910        :rtype: str
1911        """
1912        return self._locked
1913
1914    @locked.setter
1915    def locked(self, locked):
1916        """Sets the locked of this Numerical.
1917
1918        When set to **true**, the signer cannot change the data of the custom tab.  # noqa: E501
1919
1920        :param locked: The locked of this Numerical.  # noqa: E501
1921        :type: str
1922        """
1923
1924        self._locked = locked
1925
1926    @property
1927    def locked_metadata(self):
1928        """Gets the locked_metadata of this Numerical.  # noqa: E501
1929
1930          # noqa: E501
1931
1932        :return: The locked_metadata of this Numerical.  # noqa: E501
1933        :rtype: PropertyMetadata
1934        """
1935        return self._locked_metadata
1936
1937    @locked_metadata.setter
1938    def locked_metadata(self, locked_metadata):
1939        """Sets the locked_metadata of this Numerical.
1940
1941          # noqa: E501
1942
1943        :param locked_metadata: The locked_metadata of this Numerical.  # noqa: E501
1944        :type: PropertyMetadata
1945        """
1946
1947        self._locked_metadata = locked_metadata
1948
1949    @property
1950    def max_length(self):
1951        """Gets the max_length of this Numerical.  # noqa: E501
1952
1953        An optional value that describes the maximum length of the property when the property is a string.  # noqa: E501
1954
1955        :return: The max_length of this Numerical.  # noqa: E501
1956        :rtype: str
1957        """
1958        return self._max_length
1959
1960    @max_length.setter
1961    def max_length(self, max_length):
1962        """Sets the max_length of this Numerical.
1963
1964        An optional value that describes the maximum length of the property when the property is a string.  # noqa: E501
1965
1966        :param max_length: The max_length of this Numerical.  # noqa: E501
1967        :type: str
1968        """
1969
1970        self._max_length = max_length
1971
1972    @property
1973    def max_length_metadata(self):
1974        """Gets the max_length_metadata of this Numerical.  # noqa: E501
1975
1976          # noqa: E501
1977
1978        :return: The max_length_metadata of this Numerical.  # noqa: E501
1979        :rtype: PropertyMetadata
1980        """
1981        return self._max_length_metadata
1982
1983    @max_length_metadata.setter
1984    def max_length_metadata(self, max_length_metadata):
1985        """Sets the max_length_metadata of this Numerical.
1986
1987          # noqa: E501
1988
1989        :param max_length_metadata: The max_length_metadata of this Numerical.  # noqa: E501
1990        :type: PropertyMetadata
1991        """
1992
1993        self._max_length_metadata = max_length_metadata
1994
1995    @property
1996    def max_numerical_value(self):
1997        """Gets the max_numerical_value of this Numerical.  # noqa: E501
1998
1999          # noqa: E501
2000
2001        :return: The max_numerical_value of this Numerical.  # noqa: E501
2002        :rtype: str
2003        """
2004        return self._max_numerical_value
2005
2006    @max_numerical_value.setter
2007    def max_numerical_value(self, max_numerical_value):
2008        """Sets the max_numerical_value of this Numerical.
2009
2010          # noqa: E501
2011
2012        :param max_numerical_value: The max_numerical_value of this Numerical.  # noqa: E501
2013        :type: str
2014        """
2015
2016        self._max_numerical_value = max_numerical_value
2017
2018    @property
2019    def merge_field(self):
2020        """Gets the merge_field of this Numerical.  # noqa: E501
2021
2022          # noqa: E501
2023
2024        :return: The merge_field of this Numerical.  # noqa: E501
2025        :rtype: MergeField
2026        """
2027        return self._merge_field
2028
2029    @merge_field.setter
2030    def merge_field(self, merge_field):
2031        """Sets the merge_field of this Numerical.
2032
2033          # noqa: E501
2034
2035        :param merge_field: The merge_field of this Numerical.  # noqa: E501
2036        :type: MergeField
2037        """
2038
2039        self._merge_field = merge_field
2040
2041    @property
2042    def merge_field_xml(self):
2043        """Gets the merge_field_xml of this Numerical.  # noqa: E501
2044
2045          # noqa: E501
2046
2047        :return: The merge_field_xml of this Numerical.  # noqa: E501
2048        :rtype: str
2049        """
2050        return self._merge_field_xml
2051
2052    @merge_field_xml.setter
2053    def merge_field_xml(self, merge_field_xml):
2054        """Sets the merge_field_xml of this Numerical.
2055
2056          # noqa: E501
2057
2058        :param merge_field_xml: The merge_field_xml of this Numerical.  # noqa: E501
2059        :type: str
2060        """
2061
2062        self._merge_field_xml = merge_field_xml
2063
2064    @property
2065    def min_numerical_value(self):
2066        """Gets the min_numerical_value of this Numerical.  # noqa: E501
2067
2068          # noqa: E501
2069
2070        :return: The min_numerical_value of this Numerical.  # noqa: E501
2071        :rtype: str
2072        """
2073        return self._min_numerical_value
2074
2075    @min_numerical_value.setter
2076    def min_numerical_value(self, min_numerical_value):
2077        """Sets the min_numerical_value of this Numerical.
2078
2079          # noqa: E501
2080
2081        :param min_numerical_value: The min_numerical_value of this Numerical.  # noqa: E501
2082        :type: str
2083        """
2084
2085        self._min_numerical_value = min_numerical_value
2086
2087    @property
2088    def name(self):
2089        """Gets the name of this Numerical.  # noqa: E501
2090
2091          # noqa: E501
2092
2093        :return: The name of this Numerical.  # noqa: E501
2094        :rtype: str
2095        """
2096        return self._name
2097
2098    @name.setter
2099    def name(self, name):
2100        """Sets the name of this Numerical.
2101
2102          # noqa: E501
2103
2104        :param name: The name of this Numerical.  # noqa: E501
2105        :type: str
2106        """
2107
2108        self._name = name
2109
2110    @property
2111    def name_metadata(self):
2112        """Gets the name_metadata of this Numerical.  # noqa: E501
2113
2114          # noqa: E501
2115
2116        :return: The name_metadata of this Numerical.  # noqa: E501
2117        :rtype: PropertyMetadata
2118        """
2119        return self._name_metadata
2120
2121    @name_metadata.setter
2122    def name_metadata(self, name_metadata):
2123        """Sets the name_metadata of this Numerical.
2124
2125          # noqa: E501
2126
2127        :param name_metadata: The name_metadata of this Numerical.  # noqa: E501
2128        :type: PropertyMetadata
2129        """
2130
2131        self._name_metadata = name_metadata
2132
2133    @property
2134    def numerical_value(self):
2135        """Gets the numerical_value of this Numerical.  # noqa: E501
2136
2137          # noqa: E501
2138
2139        :return: The numerical_value of this Numerical.  # noqa: E501
2140        :rtype: str
2141        """
2142        return self._numerical_value
2143
2144    @numerical_value.setter
2145    def numerical_value(self, numerical_value):
2146        """Sets the numerical_value of this Numerical.
2147
2148          # noqa: E501
2149
2150        :param numerical_value: The numerical_value of this Numerical.  # noqa: E501
2151        :type: str
2152        """
2153
2154        self._numerical_value = numerical_value
2155
2156    @property
2157    def original_numerical_value(self):
2158        """Gets the original_numerical_value of this Numerical.  # noqa: E501
2159
2160          # noqa: E501
2161
2162        :return: The original_numerical_value of this Numerical.  # noqa: E501
2163        :rtype: str
2164        """
2165        return self._original_numerical_value
2166
2167    @original_numerical_value.setter
2168    def original_numerical_value(self, original_numerical_value):
2169        """Sets the original_numerical_value of this Numerical.
2170
2171          # noqa: E501
2172
2173        :param original_numerical_value: The original_numerical_value of this Numerical.  # noqa: E501
2174        :type: str
2175        """
2176
2177        self._original_numerical_value = original_numerical_value
2178
2179    @property
2180    def original_value(self):
2181        """Gets the original_value of this Numerical.  # noqa: E501
2182
2183        The initial value of the tab when it was sent to the recipient.   # noqa: E501
2184
2185        :return: The original_value of this Numerical.  # noqa: E501
2186        :rtype: str
2187        """
2188        return self._original_value
2189
2190    @original_value.setter
2191    def original_value(self, original_value):
2192        """Sets the original_value of this Numerical.
2193
2194        The initial value of the tab when it was sent to the recipient.   # noqa: E501
2195
2196        :param original_value: The original_value of this Numerical.  # noqa: E501
2197        :type: str
2198        """
2199
2200        self._original_value = original_value
2201
2202    @property
2203    def original_value_metadata(self):
2204        """Gets the original_value_metadata of this Numerical.  # noqa: E501
2205
2206          # noqa: E501
2207
2208        :return: The original_value_metadata of this Numerical.  # noqa: E501
2209        :rtype: PropertyMetadata
2210        """
2211        return self._original_value_metadata
2212
2213    @original_value_metadata.setter
2214    def original_value_metadata(self, original_value_metadata):
2215        """Sets the original_value_metadata of this Numerical.
2216
2217          # noqa: E501
2218
2219        :param original_value_metadata: The original_value_metadata of this Numerical.  # noqa: E501
2220        :type: PropertyMetadata
2221        """
2222
2223        self._original_value_metadata = original_value_metadata
2224
2225    @property
2226    def page_number(self):
2227        """Gets the page_number of this Numerical.  # noqa: E501
2228
2229        Specifies the page number on which the tab is located.  # noqa: E501
2230
2231        :return: The page_number of this Numerical.  # noqa: E501
2232        :rtype: str
2233        """
2234        return self._page_number
2235
2236    @page_number.setter
2237    def page_number(self, page_number):
2238        """Sets the page_number of this Numerical.
2239
2240        Specifies the page number on which the tab is located.  # noqa: E501
2241
2242        :param page_number: The page_number of this Numerical.  # noqa: E501
2243        :type: str
2244        """
2245
2246        self._page_number = page_number
2247
2248    @property
2249    def page_number_metadata(self):
2250        """Gets the page_number_metadata of this Numerical.  # noqa: E501
2251
2252          # noqa: E501
2253
2254        :return: The page_number_metadata of this Numerical.  # noqa: E501
2255        :rtype: PropertyMetadata
2256        """
2257        return self._page_number_metadata
2258
2259    @page_number_metadata.setter
2260    def page_number_metadata(self, page_number_metadata):
2261        """Sets the page_number_metadata of this Numerical.
2262
2263          # noqa: E501
2264
2265        :param page_number_metadata: The page_number_metadata of this Numerical.  # noqa: E501
2266        :type: PropertyMetadata
2267        """
2268
2269        self._page_number_metadata = page_number_metadata
2270
2271    @property
2272    def recipient_id(self):
2273        """Gets the recipient_id of this Numerical.  # noqa: E501
2274
2275        Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.  # noqa: E501
2276
2277        :return: The recipient_id of this Numerical.  # noqa: E501
2278        :rtype: str
2279        """
2280        return self._recipient_id
2281
2282    @recipient_id.setter
2283    def recipient_id(self, recipient_id):
2284        """Sets the recipient_id of this Numerical.
2285
2286        Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.  # noqa: E501
2287
2288        :param recipient_id: The recipient_id of this Numerical.  # noqa: E501
2289        :type: str
2290        """
2291
2292        self._recipient_id = recipient_id
2293
2294    @property
2295    def recipient_id_guid(self):
2296        """Gets the recipient_id_guid of this Numerical.  # noqa: E501
2297
2298          # noqa: E501
2299
2300        :return: The recipient_id_guid of this Numerical.  # noqa: E501
2301        :rtype: str
2302        """
2303        return self._recipient_id_guid
2304
2305    @recipient_id_guid.setter
2306    def recipient_id_guid(self, recipient_id_guid):
2307        """Sets the recipient_id_guid of this Numerical.
2308
2309          # noqa: E501
2310
2311        :param recipient_id_guid: The recipient_id_guid of this Numerical.  # noqa: E501
2312        :type: str
2313        """
2314
2315        self._recipient_id_guid = recipient_id_guid
2316
2317    @property
2318    def recipient_id_guid_metadata(self):
2319        """Gets the recipient_id_guid_metadata of this Numerical.  # noqa: E501
2320
2321          # noqa: E501
2322
2323        :return: The recipient_id_guid_metadata of this Numerical.  # noqa: E501
2324        :rtype: PropertyMetadata
2325        """
2326        return self._recipient_id_guid_metadata
2327
2328    @recipient_id_guid_metadata.setter
2329    def recipient_id_guid_metadata(self, recipient_id_guid_metadata):
2330        """Sets the recipient_id_guid_metadata of this Numerical.
2331
2332          # noqa: E501
2333
2334        :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Numerical.  # noqa: E501
2335        :type: PropertyMetadata
2336        """
2337
2338        self._recipient_id_guid_metadata = recipient_id_guid_metadata
2339
2340    @property
2341    def recipient_id_metadata(self):
2342        """Gets the recipient_id_metadata of this Numerical.  # noqa: E501
2343
2344          # noqa: E501
2345
2346        :return: The recipient_id_metadata of this Numerical.  # noqa: E501
2347        :rtype: PropertyMetadata
2348        """
2349        return self._recipient_id_metadata
2350
2351    @recipient_id_metadata.setter
2352    def recipient_id_metadata(self, recipient_id_metadata):
2353        """Sets the recipient_id_metadata of this Numerical.
2354
2355          # noqa: E501
2356
2357        :param recipient_id_metadata: The recipient_id_metadata of this Numerical.  # noqa: E501
2358        :type: PropertyMetadata
2359        """
2360
2361        self._recipient_id_metadata = recipient_id_metadata
2362
2363    @property
2364    def require_all(self):
2365        """Gets the require_all of this Numerical.  # noqa: E501
2366
2367        When set to **true** and shared is true, information must be entered in this field to complete the envelope.   # noqa: E501
2368
2369        :return: The require_all of this Numerical.  # noqa: E501
2370        :rtype: str
2371        """
2372        return self._require_all
2373
2374    @require_all.setter
2375    def require_all(self, require_all):
2376        """Sets the require_all of this Numerical.
2377
2378        When set to **true** and shared is true, information must be entered in this field to complete the envelope.   # noqa: E501
2379
2380        :param require_all: The require_all of this Numerical.  # noqa: E501
2381        :type: str
2382        """
2383
2384        self._require_all = require_all
2385
2386    @property
2387    def require_all_metadata(self):
2388        """Gets the require_all_metadata of this Numerical.  # noqa: E501
2389
2390          # noqa: E501
2391
2392        :return: The require_all_metadata of this Numerical.  # noqa: E501
2393        :rtype: PropertyMetadata
2394        """
2395        return self._require_all_metadata
2396
2397    @require_all_metadata.setter
2398    def require_all_metadata(self, require_all_metadata):
2399        """Sets the require_all_metadata of this Numerical.
2400
2401          # noqa: E501
2402
2403        :param require_all_metadata: The require_all_metadata of this Numerical.  # noqa: E501
2404        :type: PropertyMetadata
2405        """
2406
2407        self._require_all_metadata = require_all_metadata
2408
2409    @property
2410    def required(self):
2411        """Gets the required of this Numerical.  # noqa: E501
2412
2413        When set to **true**, the signer is required to fill out this tab  # noqa: E501
2414
2415        :return: The required of this Numerical.  # noqa: E501
2416        :rtype: str
2417        """
2418        return self._required
2419
2420    @required.setter
2421    def required(self, required):
2422        """Sets the required of this Numerical.
2423
2424        When set to **true**, the signer is required to fill out this tab  # noqa: E501
2425
2426        :param required: The required of this Numerical.  # noqa: E501
2427        :type: str
2428        """
2429
2430        self._required = required
2431
2432    @property
2433    def required_metadata(self):
2434        """Gets the required_metadata of this Numerical.  # noqa: E501
2435
2436          # noqa: E501
2437
2438        :return: The required_metadata of this Numerical.  # noqa: E501
2439        :rtype: PropertyMetadata
2440        """
2441        return self._required_metadata
2442
2443    @required_metadata.setter
2444    def required_metadata(self, required_metadata):
2445        """Sets the required_metadata of this Numerical.
2446
2447          # noqa: E501
2448
2449        :param required_metadata: The required_metadata of this Numerical.  # noqa: E501
2450        :type: PropertyMetadata
2451        """
2452
2453        self._required_metadata = required_metadata
2454
2455    @property
2456    def require_initial_on_shared_change(self):
2457        """Gets the require_initial_on_shared_change of this Numerical.  # noqa: E501
2458
2459        Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.  # noqa: E501
2460
2461        :return: The require_initial_on_shared_change of this Numerical.  # noqa: E501
2462        :rtype: str
2463        """
2464        return self._require_initial_on_shared_change
2465
2466    @require_initial_on_shared_change.setter
2467    def require_initial_on_shared_change(self, require_initial_on_shared_change):
2468        """Sets the require_initial_on_shared_change of this Numerical.
2469
2470        Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.  # noqa: E501
2471
2472        :param require_initial_on_shared_change: The require_initial_on_shared_change of this Numerical.  # noqa: E501
2473        :type: str
2474        """
2475
2476        self._require_initial_on_shared_change = require_initial_on_shared_change
2477
2478    @property
2479    def require_initial_on_shared_change_metadata(self):
2480        """Gets the require_initial_on_shared_change_metadata of this Numerical.  # noqa: E501
2481
2482          # noqa: E501
2483
2484        :return: The require_initial_on_shared_change_metadata of this Numerical.  # noqa: E501
2485        :rtype: PropertyMetadata
2486        """
2487        return self._require_initial_on_shared_change_metadata
2488
2489    @require_initial_on_shared_change_metadata.setter
2490    def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata):
2491        """Sets the require_initial_on_shared_change_metadata of this Numerical.
2492
2493          # noqa: E501
2494
2495        :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Numerical.  # noqa: E501
2496        :type: PropertyMetadata
2497        """
2498
2499        self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata
2500
2501    @property
2502    def sender_required(self):
2503        """Gets the sender_required of this Numerical.  # noqa: E501
2504
2505        When set to **true**, the sender must populate the tab before an envelope can be sent using the template.   This value tab can only be changed by modifying (PUT) the template.   Tabs with a `senderRequired` value of true cannot be deleted from an envelope.  # noqa: E501
2506
2507        :return: The sender_required of this Numerical.  # noqa: E501
2508        :rtype: str
2509        """
2510        return self._sender_required
2511
2512    @sender_required.setter
2513    def sender_required(self, sender_required):
2514        """Sets the sender_required of this Numerical.
2515
2516        When set to **true**, the sender must populate the tab before an envelope can be sent using the template.   This value tab can only be changed by modifying (PUT) the template.   Tabs with a `senderRequired` value of true cannot be deleted from an envelope.  # noqa: E501
2517
2518        :param sender_required: The sender_required of this Numerical.  # noqa: E501
2519        :type: str
2520        """
2521
2522        self._sender_required = sender_required
2523
2524    @property
2525    def sender_required_metadata(self):
2526        """Gets the sender_required_metadata of this Numerical.  # noqa: E501
2527
2528          # noqa: E501
2529
2530        :return: The sender_required_metadata of this Numerical.  # noqa: E501
2531        :rtype: PropertyMetadata
2532        """
2533        return self._sender_required_metadata
2534
2535    @sender_required_metadata.setter
2536    def sender_required_metadata(self, sender_required_metadata):
2537        """Sets the sender_required_metadata of this Numerical.
2538
2539          # noqa: E501
2540
2541        :param sender_required_metadata: The sender_required_metadata of this Numerical.  # noqa: E501
2542        :type: PropertyMetadata
2543        """
2544
2545        self._sender_required_metadata = sender_required_metadata
2546
2547    @property
2548    def shared(self):
2549        """Gets the shared of this Numerical.  # noqa: E501
2550
2551        When set to **true**, this custom tab is shared.  # noqa: E501
2552
2553        :return: The shared of this Numerical.  # noqa: E501
2554        :rtype: str
2555        """
2556        return self._shared
2557
2558    @shared.setter
2559    def shared(self, shared):
2560        """Sets the shared of this Numerical.
2561
2562        When set to **true**, this custom tab is shared.  # noqa: E501
2563
2564        :param shared: The shared of this Numerical.  # noqa: E501
2565        :type: str
2566        """
2567
2568        self._shared = shared
2569
2570    @property
2571    def shared_metadata(self):
2572        """Gets the shared_metadata of this Numerical.  # noqa: E501
2573
2574          # noqa: E501
2575
2576        :return: The shared_metadata of this Numerical.  # noqa: E501
2577        :rtype: PropertyMetadata
2578        """
2579        return self._shared_metadata
2580
2581    @shared_metadata.setter
2582    def shared_metadata(self, shared_metadata):
2583        """Sets the shared_metadata of this Numerical.
2584
2585          # noqa: E501
2586
2587        :param shared_metadata: The shared_metadata of this Numerical.  # noqa: E501
2588        :type: PropertyMetadata
2589        """
2590
2591        self._shared_metadata = shared_metadata
2592
2593    @property
2594    def share_to_recipients(self):
2595        """Gets the share_to_recipients of this Numerical.  # noqa: E501
2596
2597          # noqa: E501
2598
2599        :return: The share_to_recipients of this Numerical.  # noqa: E501
2600        :rtype: str
2601        """
2602        return self._share_to_recipients
2603
2604    @share_to_recipients.setter
2605    def share_to_recipients(self, share_to_recipients):
2606        """Sets the share_to_recipients of this Numerical.
2607
2608          # noqa: E501
2609
2610        :param share_to_recipients: The share_to_recipients of this Numerical.  # noqa: E501
2611        :type: str
2612        """
2613
2614        self._share_to_recipients = share_to_recipients
2615
2616    @property
2617    def share_to_recipients_metadata(self):
2618        """Gets the share_to_recipients_metadata of this Numerical.  # noqa: E501
2619
2620          # noqa: E501
2621
2622        :return: The share_to_recipients_metadata of this Numerical.  # noqa: E501
2623        :rtype: PropertyMetadata
2624        """
2625        return self._share_to_recipients_metadata
2626
2627    @share_to_recipients_metadata.setter
2628    def share_to_recipients_metadata(self, share_to_recipients_metadata):
2629        """Sets the share_to_recipients_metadata of this Numerical.
2630
2631          # noqa: E501
2632
2633        :param share_to_recipients_metadata: The share_to_recipients_metadata of this Numerical.  # noqa: E501
2634        :type: PropertyMetadata
2635        """
2636
2637        self._share_to_recipients_metadata = share_to_recipients_metadata
2638
2639    @property
2640    def smart_contract_information(self):
2641        """Gets the smart_contract_information of this Numerical.  # noqa: E501
2642
2643          # noqa: E501
2644
2645        :return: The smart_contract_information of this Numerical.  # noqa: E501
2646        :rtype: SmartContractInformation
2647        """
2648        return self._smart_contract_information
2649
2650    @smart_contract_information.setter
2651    def smart_contract_information(self, smart_contract_information):
2652        """Sets the smart_contract_information of this Numerical.
2653
2654          # noqa: E501
2655
2656        :param smart_contract_information: The smart_contract_information of this Numerical.  # noqa: E501
2657        :type: SmartContractInformation
2658        """
2659
2660        self._smart_contract_information = smart_contract_information
2661
2662    @property
2663    def source(self):
2664        """Gets the source of this Numerical.  # noqa: E501
2665
2666          # noqa: E501
2667
2668        :return: The source of this Numerical.  # noqa: E501
2669        :rtype: str
2670        """
2671        return self._source
2672
2673    @source.setter
2674    def source(self, source):
2675        """Sets the source of this Numerical.
2676
2677          # noqa: E501
2678
2679        :param source: The source of this Numerical.  # noqa: E501
2680        :type: str
2681        """
2682
2683        self._source = source
2684
2685    @property
2686    def status(self):
2687        """Gets the status of this Numerical.  # noqa: E501
2688
2689        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.  # noqa: E501
2690
2691        :return: The status of this Numerical.  # noqa: E501
2692        :rtype: str
2693        """
2694        return self._status
2695
2696    @status.setter
2697    def status(self, status):
2698        """Sets the status of this Numerical.
2699
2700        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.  # noqa: E501
2701
2702        :param status: The status of this Numerical.  # noqa: E501
2703        :type: str
2704        """
2705
2706        self._status = status
2707
2708    @property
2709    def status_metadata(self):
2710        """Gets the status_metadata of this Numerical.  # noqa: E501
2711
2712          # noqa: E501
2713
2714        :return: The status_metadata of this Numerical.  # noqa: E501
2715        :rtype: PropertyMetadata
2716        """
2717        return self._status_metadata
2718
2719    @status_metadata.setter
2720    def status_metadata(self, status_metadata):
2721        """Sets the status_metadata of this Numerical.
2722
2723          # noqa: E501
2724
2725        :param status_metadata: The status_metadata of this Numerical.  # noqa: E501
2726        :type: PropertyMetadata
2727        """
2728
2729        self._status_metadata = status_metadata
2730
2731    @property
2732    def tab_fully_qualified_path(self):
2733        """Gets the tab_fully_qualified_path of this Numerical.  # noqa: E501
2734
2735          # noqa: E501
2736
2737        :return: The tab_fully_qualified_path of this Numerical.  # noqa: E501
2738        :rtype: str
2739        """
2740        return self._tab_fully_qualified_path
2741
2742    @tab_fully_qualified_path.setter
2743    def tab_fully_qualified_path(self, tab_fully_qualified_path):
2744        """Sets the tab_fully_qualified_path of this Numerical.
2745
2746          # noqa: E501
2747
2748        :param tab_fully_qualified_path: The tab_fully_qualified_path of this Numerical.  # noqa: E501
2749        :type: str
2750        """
2751
2752        self._tab_fully_qualified_path = tab_fully_qualified_path
2753
2754    @property
2755    def tab_group_labels(self):
2756        """Gets the tab_group_labels of this Numerical.  # noqa: E501
2757
2758          # noqa: E501
2759
2760        :return: The tab_group_labels of this Numerical.  # noqa: E501
2761        :rtype: list[str]
2762        """
2763        return self._tab_group_labels
2764
2765    @tab_group_labels.setter
2766    def tab_group_labels(self, tab_group_labels):
2767        """Sets the tab_group_labels of this Numerical.
2768
2769          # noqa: E501
2770
2771        :param tab_group_labels: The tab_group_labels of this Numerical.  # noqa: E501
2772        :type: list[str]
2773        """
2774
2775        self._tab_group_labels = tab_group_labels
2776
2777    @property
2778    def tab_group_labels_metadata(self):
2779        """Gets the tab_group_labels_metadata of this Numerical.  # noqa: E501
2780
2781          # noqa: E501
2782
2783        :return: The tab_group_labels_metadata of this Numerical.  # noqa: E501
2784        :rtype: PropertyMetadata
2785        """
2786        return self._tab_group_labels_metadata
2787
2788    @tab_group_labels_metadata.setter
2789    def tab_group_labels_metadata(self, tab_group_labels_metadata):
2790        """Sets the tab_group_labels_metadata of this Numerical.
2791
2792          # noqa: E501
2793
2794        :param tab_group_labels_metadata: The tab_group_labels_metadata of this Numerical.  # noqa: E501
2795        :type: PropertyMetadata
2796        """
2797
2798        self._tab_group_labels_metadata = tab_group_labels_metadata
2799
2800    @property
2801    def tab_id(self):
2802        """Gets the tab_id of this Numerical.  # noqa: E501
2803
2804        The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].       # noqa: E501
2805
2806        :return: The tab_id of this Numerical.  # noqa: E501
2807        :rtype: str
2808        """
2809        return self._tab_id
2810
2811    @tab_id.setter
2812    def tab_id(self, tab_id):
2813        """Sets the tab_id of this Numerical.
2814
2815        The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].       # noqa: E501
2816
2817        :param tab_id: The tab_id of this Numerical.  # noqa: E501
2818        :type: str
2819        """
2820
2821        self._tab_id = tab_id
2822
2823    @property
2824    def tab_id_metadata(self):
2825        """Gets the tab_id_metadata of this Numerical.  # noqa: E501
2826
2827          # noqa: E501
2828
2829        :return: The tab_id_metadata of this Numerical.  # noqa: E501
2830        :rtype: PropertyMetadata
2831        """
2832        return self._tab_id_metadata
2833
2834    @tab_id_metadata.setter
2835    def tab_id_metadata(self, tab_id_metadata):
2836        """Sets the tab_id_metadata of this Numerical.
2837
2838          # noqa: E501
2839
2840        :param tab_id_metadata: The tab_id_metadata of this Numerical.  # noqa: E501
2841        :type: PropertyMetadata
2842        """
2843
2844        self._tab_id_metadata = tab_id_metadata
2845
2846    @property
2847    def tab_label(self):
2848        """Gets the tab_label of this Numerical.  # noqa: E501
2849
2850        The label string associated with the tab.  # noqa: E501
2851
2852        :return: The tab_label of this Numerical.  # noqa: E501
2853        :rtype: str
2854        """
2855        return self._tab_label
2856
2857    @tab_label.setter
2858    def tab_label(self, tab_label):
2859        """Sets the tab_label of this Numerical.
2860
2861        The label string associated with the tab.  # noqa: E501
2862
2863        :param tab_label: The tab_label of this Numerical.  # noqa: E501
2864        :type: str
2865        """
2866
2867        self._tab_label = tab_label
2868
2869    @property
2870    def tab_label_metadata(self):
2871        """Gets the tab_label_metadata of this Numerical.  # noqa: E501
2872
2873          # noqa: E501
2874
2875        :return: The tab_label_metadata of this Numerical.  # noqa: E501
2876        :rtype: PropertyMetadata
2877        """
2878        return self._tab_label_metadata
2879
2880    @tab_label_metadata.setter
2881    def tab_label_metadata(self, tab_label_metadata):
2882        """Sets the tab_label_metadata of this Numerical.
2883
2884          # noqa: E501
2885
2886        :param tab_label_metadata: The tab_label_metadata of this Numerical.  # noqa: E501
2887        :type: PropertyMetadata
2888        """
2889
2890        self._tab_label_metadata = tab_label_metadata
2891
2892    @property
2893    def tab_order(self):
2894        """Gets the tab_order of this Numerical.  # noqa: E501
2895
2896          # noqa: E501
2897
2898        :return: The tab_order of this Numerical.  # noqa: E501
2899        :rtype: str
2900        """
2901        return self._tab_order
2902
2903    @tab_order.setter
2904    def tab_order(self, tab_order):
2905        """Sets the tab_order of this Numerical.
2906
2907          # noqa: E501
2908
2909        :param tab_order: The tab_order of this Numerical.  # noqa: E501
2910        :type: str
2911        """
2912
2913        self._tab_order = tab_order
2914
2915    @property
2916    def tab_order_metadata(self):
2917        """Gets the tab_order_metadata of this Numerical.  # noqa: E501
2918
2919          # noqa: E501
2920
2921        :return: The tab_order_metadata of this Numerical.  # noqa: E501
2922        :rtype: PropertyMetadata
2923        """
2924        return self._tab_order_metadata
2925
2926    @tab_order_metadata.setter
2927    def tab_order_metadata(self, tab_order_metadata):
2928        """Sets the tab_order_metadata of this Numerical.
2929
2930          # noqa: E501
2931
2932        :param tab_order_metadata: The tab_order_metadata of this Numerical.  # noqa: E501
2933        :type: PropertyMetadata
2934        """
2935
2936        self._tab_order_metadata = tab_order_metadata
2937
2938    @property
2939    def tab_type(self):
2940        """Gets the tab_type of this Numerical.  # noqa: E501
2941
2942          # noqa: E501
2943
2944        :return: The tab_type of this Numerical.  # noqa: E501
2945        :rtype: str
2946        """
2947        return self._tab_type
2948
2949    @tab_type.setter
2950    def tab_type(self, tab_type):
2951        """Sets the tab_type of this Numerical.
2952
2953          # noqa: E501
2954
2955        :param tab_type: The tab_type of this Numerical.  # noqa: E501
2956        :type: str
2957        """
2958
2959        self._tab_type = tab_type
2960
2961    @property
2962    def tab_type_metadata(self):
2963        """Gets the tab_type_metadata of this Numerical.  # noqa: E501
2964
2965          # noqa: E501
2966
2967        :return: The tab_type_metadata of this Numerical.  # noqa: E501
2968        :rtype: PropertyMetadata
2969        """
2970        return self._tab_type_metadata
2971
2972    @tab_type_metadata.setter
2973    def tab_type_metadata(self, tab_type_metadata):
2974        """Sets the tab_type_metadata of this Numerical.
2975
2976          # noqa: E501
2977
2978        :param tab_type_metadata: The tab_type_metadata of this Numerical.  # noqa: E501
2979        :type: PropertyMetadata
2980        """
2981
2982        self._tab_type_metadata = tab_type_metadata
2983
2984    @property
2985    def template_locked(self):
2986        """Gets the template_locked of this Numerical.  # noqa: E501
2987
2988        When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients.   # noqa: E501
2989
2990        :return: The template_locked of this Numerical.  # noqa: E501
2991        :rtype: str
2992        """
2993        return self._template_locked
2994
2995    @template_locked.setter
2996    def template_locked(self, template_locked):
2997        """Sets the template_locked of this Numerical.
2998
2999        When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients.   # noqa: E501
3000
3001        :param template_locked: The template_locked of this Numerical.  # noqa: E501
3002        :type: str
3003        """
3004
3005        self._template_locked = template_locked
3006
3007    @property
3008    def template_locked_metadata(self):
3009        """Gets the template_locked_metadata of this Numerical.  # noqa: E501
3010
3011          # noqa: E501
3012
3013        :return: The template_locked_metadata of this Numerical.  # noqa: E501
3014        :rtype: PropertyMetadata
3015        """
3016        return self._template_locked_metadata
3017
3018    @template_locked_metadata.setter
3019    def template_locked_metadata(self, template_locked_metadata):
3020        """Sets the template_locked_metadata of this Numerical.
3021
3022          # noqa: E501
3023
3024        :param template_locked_metadata: The template_locked_metadata of this Numerical.  # noqa: E501
3025        :type: PropertyMetadata
3026        """
3027
3028        self._template_locked_metadata = template_locked_metadata
3029
3030    @property
3031    def template_required(self):
3032        """Gets the template_required of this Numerical.  # noqa: E501
3033
3034        When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.  # noqa: E501
3035
3036        :return: The template_required of this Numerical.  # noqa: E501
3037        :rtype: str
3038        """
3039        return self._template_required
3040
3041    @template_required.setter
3042    def template_required(self, template_required):
3043        """Sets the template_required of this Numerical.
3044
3045        When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.  # noqa: E501
3046
3047        :param template_required: The template_required of this Numerical.  # noqa: E501
3048        :type: str
3049        """
3050
3051        self._template_required = template_required
3052
3053    @property
3054    def template_required_metadata(self):
3055        """Gets the template_required_metadata of this Numerical.  # noqa: E501
3056
3057          # noqa: E501
3058
3059        :return: The template_required_metadata of this Numerical.  # noqa: E501
3060        :rtype: PropertyMetadata
3061        """
3062        return self._template_required_metadata
3063
3064    @template_required_metadata.setter
3065    def template_required_metadata(self, template_required_metadata):
3066        """Sets the template_required_metadata of this Numerical.
3067
3068          # noqa: E501
3069
3070        :param template_required_metadata: The template_required_metadata of this Numerical.  # noqa: E501
3071        :type: PropertyMetadata
3072        """
3073
3074        self._template_required_metadata = template_required_metadata
3075
3076    @property
3077    def tooltip(self):
3078        """Gets the tooltip of this Numerical.  # noqa: E501
3079
3080          # noqa: E501
3081
3082        :return: The tooltip of this Numerical.  # noqa: E501
3083        :rtype: str
3084        """
3085        return self._tooltip
3086
3087    @tooltip.setter
3088    def tooltip(self, tooltip):
3089        """Sets the tooltip of this Numerical.
3090
3091          # noqa: E501
3092
3093        :param tooltip: The tooltip of this Numerical.  # noqa: E501
3094        :type: str
3095        """
3096
3097        self._tooltip = tooltip
3098
3099    @property
3100    def tool_tip_metadata(self):
3101        """Gets the tool_tip_metadata of this Numerical.  # noqa: E501
3102
3103          # noqa: E501
3104
3105        :return: The tool_tip_metadata of this Numerical.  # noqa: E501
3106        :rtype: PropertyMetadata
3107        """
3108        return self._tool_tip_metadata
3109
3110    @tool_tip_metadata.setter
3111    def tool_tip_metadata(self, tool_tip_metadata):
3112        """Sets the tool_tip_metadata of this Numerical.
3113
3114          # noqa: E501
3115
3116        :param tool_tip_metadata: The tool_tip_metadata of this Numerical.  # noqa: E501
3117        :type: PropertyMetadata
3118        """
3119
3120        self._tool_tip_metadata = tool_tip_metadata
3121
3122    @property
3123    def underline(self):
3124        """Gets the underline of this Numerical.  # noqa: E501
3125
3126        When set to **true**, the information in the tab is underlined.  # noqa: E501
3127
3128        :return: The underline of this Numerical.  # noqa: E501
3129        :rtype: str
3130        """
3131        return self._underline
3132
3133    @underline.setter
3134    def underline(self, underline):
3135        """Sets the underline of this Numerical.
3136
3137        When set to **true**, the information in the tab is underlined.  # noqa: E501
3138
3139        :param underline: The underline of this Numerical.  # noqa: E501
3140        :type: str
3141        """
3142
3143        self._underline = underline
3144
3145    @property
3146    def underline_metadata(self):
3147        """Gets the underline_metadata of this Numerical.  # noqa: E501
3148
3149          # noqa: E501
3150
3151        :return: The underline_metadata of this Numerical.  # noqa: E501
3152        :rtype: PropertyMetadata
3153        """
3154        return self._underline_metadata
3155
3156    @underline_metadata.setter
3157    def underline_metadata(self, underline_metadata):
3158        """Sets the underline_metadata of this Numerical.
3159
3160          # noqa: E501
3161
3162        :param underline_metadata: The underline_metadata of this Numerical.  # noqa: E501
3163        :type: PropertyMetadata
3164        """
3165
3166        self._underline_metadata = underline_metadata
3167
3168    @property
3169    def validation_type(self):
3170        """Gets the validation_type of this Numerical.  # noqa: E501
3171
3172          # noqa: E501
3173
3174        :return: The validation_type of this Numerical.  # noqa: E501
3175        :rtype: str
3176        """
3177        return self._validation_type
3178
3179    @validation_type.setter
3180    def validation_type(self, validation_type):
3181        """Sets the validation_type of this Numerical.
3182
3183          # noqa: E501
3184
3185        :param validation_type: The validation_type of this Numerical.  # noqa: E501
3186        :type: str
3187        """
3188
3189        self._validation_type = validation_type
3190
3191    @property
3192    def value(self):
3193        """Gets the value of this Numerical.  # noqa: E501
3194
3195        Specifies the value of the tab.   # noqa: E501
3196
3197        :return: The value of this Numerical.  # noqa: E501
3198        :rtype: str
3199        """
3200        return self._value
3201
3202    @value.setter
3203    def value(self, value):
3204        """Sets the value of this Numerical.
3205
3206        Specifies the value of the tab.   # noqa: E501
3207
3208        :param value: The value of this Numerical.  # noqa: E501
3209        :type: str
3210        """
3211
3212        self._value = value
3213
3214    @property
3215    def value_metadata(self):
3216        """Gets the value_metadata of this Numerical.  # noqa: E501
3217
3218          # noqa: E501
3219
3220        :return: The value_metadata of this Numerical.  # noqa: E501
3221        :rtype: PropertyMetadata
3222        """
3223        return self._value_metadata
3224
3225    @value_metadata.setter
3226    def value_metadata(self, value_metadata):
3227        """Sets the value_metadata of this Numerical.
3228
3229          # noqa: E501
3230
3231        :param value_metadata: The value_metadata of this Numerical.  # noqa: E501
3232        :type: PropertyMetadata
3233        """
3234
3235        self._value_metadata = value_metadata
3236
3237    @property
3238    def warning_details(self):
3239        """Gets the warning_details of this Numerical.  # noqa: E501
3240
3241          # noqa: E501
3242
3243        :return: The warning_details of this Numerical.  # noqa: E501
3244        :rtype: ErrorDetails
3245        """
3246        return self._warning_details
3247
3248    @warning_details.setter
3249    def warning_details(self, warning_details):
3250        """Sets the warning_details of this Numerical.
3251
3252          # noqa: E501
3253
3254        :param warning_details: The warning_details of this Numerical.  # noqa: E501
3255        :type: ErrorDetails
3256        """
3257
3258        self._warning_details = warning_details
3259
3260    @property
3261    def width(self):
3262        """Gets the width of this Numerical.  # noqa: E501
3263
3264        Width of the tab in pixels.  # noqa: E501
3265
3266        :return: The width of this Numerical.  # noqa: E501
3267        :rtype: str
3268        """
3269        return self._width
3270
3271    @width.setter
3272    def width(self, width):
3273        """Sets the width of this Numerical.
3274
3275        Width of the tab in pixels.  # noqa: E501
3276
3277        :param width: The width of this Numerical.  # noqa: E501
3278        :type: str
3279        """
3280
3281        self._width = width
3282
3283    @property
3284    def width_metadata(self):
3285        """Gets the width_metadata of this Numerical.  # noqa: E501
3286
3287          # noqa: E501
3288
3289        :return: The width_metadata of this Numerical.  # noqa: E501
3290        :rtype: PropertyMetadata
3291        """
3292        return self._width_metadata
3293
3294    @width_metadata.setter
3295    def width_metadata(self, width_metadata):
3296        """Sets the width_metadata of this Numerical.
3297
3298          # noqa: E501
3299
3300        :param width_metadata: The width_metadata of this Numerical.  # noqa: E501
3301        :type: PropertyMetadata
3302        """
3303
3304        self._width_metadata = width_metadata
3305
3306    @property
3307    def x_position(self):
3308        """Gets the x_position of this Numerical.  # noqa: E501
3309
3310        This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position.  # noqa: E501
3311
3312        :return: The x_position of this Numerical.  # noqa: E501
3313        :rtype: str
3314        """
3315        return self._x_position
3316
3317    @x_position.setter
3318    def x_position(self, x_position):
3319        """Sets the x_position of this Numerical.
3320
3321        This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position.  # noqa: E501
3322
3323        :param x_position: The x_position of this Numerical.  # noqa: E501
3324        :type: str
3325        """
3326
3327        self._x_position = x_position
3328
3329    @property
3330    def x_position_metadata(self):
3331        """Gets the x_position_metadata of this Numerical.  # noqa: E501
3332
3333          # noqa: E501
3334
3335        :return: The x_position_metadata of this Numerical.  # noqa: E501
3336        :rtype: PropertyMetadata
3337        """
3338        return self._x_position_metadata
3339
3340    @x_position_metadata.setter
3341    def x_position_metadata(self, x_position_metadata):
3342        """Sets the x_position_metadata of this Numerical.
3343
3344          # noqa: E501
3345
3346        :param x_position_metadata: The x_position_metadata of this Numerical.  # noqa: E501
3347        :type: PropertyMetadata
3348        """
3349
3350        self._x_position_metadata = x_position_metadata
3351
3352    @property
3353    def y_position(self):
3354        """Gets the y_position of this Numerical.  # noqa: E501
3355
3356        This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position.  # noqa: E501
3357
3358        :return: The y_position of this Numerical.  # noqa: E501
3359        :rtype: str
3360        """
3361        return self._y_position
3362
3363    @y_position.setter
3364    def y_position(self, y_position):
3365        """Sets the y_position of this Numerical.
3366
3367        This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position.  # noqa: E501
3368
3369        :param y_position: The y_position of this Numerical.  # noqa: E501
3370        :type: str
3371        """
3372
3373        self._y_position = y_position
3374
3375    @property
3376    def y_position_metadata(self):
3377        """Gets the y_position_metadata of this Numerical.  # noqa: E501
3378
3379          # noqa: E501
3380
3381        :return: The y_position_metadata of this Numerical.  # noqa: E501
3382        :rtype: PropertyMetadata
3383        """
3384        return self._y_position_metadata
3385
3386    @y_position_metadata.setter
3387    def y_position_metadata(self, y_position_metadata):
3388        """Sets the y_position_metadata of this Numerical.
3389
3390          # noqa: E501
3391
3392        :param y_position_metadata: The y_position_metadata of this Numerical.  # noqa: E501
3393        :type: PropertyMetadata
3394        """
3395
3396        self._y_position_metadata = y_position_metadata
3397
3398    def to_dict(self):
3399        """Returns the model properties as a dict"""
3400        result = {}
3401
3402        for attr, _ in six.iteritems(self.swagger_types):
3403            value = getattr(self, attr)
3404            if isinstance(value, list):
3405                result[attr] = list(map(
3406                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
3407                    value
3408                ))
3409            elif hasattr(value, "to_dict"):
3410                result[attr] = value.to_dict()
3411            elif isinstance(value, dict):
3412                result[attr] = dict(map(
3413                    lambda item: (item[0], item[1].to_dict())
3414                    if hasattr(item[1], "to_dict") else item,
3415                    value.items()
3416                ))
3417            else:
3418                result[attr] = value
3419        if issubclass(Numerical, dict):
3420            for key, value in self.items():
3421                result[key] = value
3422
3423        return result
3424
3425    def to_str(self):
3426        """Returns the string representation of the model"""
3427        return pprint.pformat(self.to_dict())
3428
3429    def __repr__(self):
3430        """For `print` and `pprint`"""
3431        return self.to_str()
3432
3433    def __eq__(self, other):
3434        """Returns true if both objects are equal"""
3435        if not isinstance(other, Numerical):
3436            return False
3437
3438        return self.to_dict() == other.to_dict()
3439
3440    def __ne__(self, other):
3441        """Returns true if both objects are not equal"""
3442        if not isinstance(other, Numerical):
3443            return True
3444
3445        return self.to_dict() != other.to_dict()
class Numerical:
  23class Numerical(object):
  24    """NOTE: This class is auto generated by the swagger code generator program.
  25
  26    Do not edit the class manually.
  27    """
  28
  29    """
  30    Attributes:
  31      swagger_types (dict): The key is attribute name
  32                            and the value is attribute type.
  33      attribute_map (dict): The key is attribute name
  34                            and the value is json key in definition.
  35    """
  36    swagger_types = {
  37        'agreement_attribute': 'str',
  38        'agreement_attribute_locked': 'str',
  39        'anchor_allow_white_space_in_characters': 'str',
  40        'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata',
  41        'anchor_case_sensitive': 'str',
  42        'anchor_case_sensitive_metadata': 'PropertyMetadata',
  43        'anchor_horizontal_alignment': 'str',
  44        'anchor_horizontal_alignment_metadata': 'PropertyMetadata',
  45        'anchor_ignore_if_not_present': 'str',
  46        'anchor_ignore_if_not_present_metadata': 'PropertyMetadata',
  47        'anchor_match_whole_word': 'str',
  48        'anchor_match_whole_word_metadata': 'PropertyMetadata',
  49        'anchor_string': 'str',
  50        'anchor_string_metadata': 'PropertyMetadata',
  51        'anchor_tab_processor_version': 'str',
  52        'anchor_tab_processor_version_metadata': 'PropertyMetadata',
  53        'anchor_tab_scope': 'str',
  54        'anchor_units': 'str',
  55        'anchor_units_metadata': 'PropertyMetadata',
  56        'anchor_x_offset': 'str',
  57        'anchor_x_offset_metadata': 'PropertyMetadata',
  58        'anchor_y_offset': 'str',
  59        'anchor_y_offset_metadata': 'PropertyMetadata',
  60        'bold': 'str',
  61        'bold_metadata': 'PropertyMetadata',
  62        'caption': 'str',
  63        'caption_metadata': 'PropertyMetadata',
  64        'conceal_value_on_document': 'str',
  65        'conceal_value_on_document_metadata': 'PropertyMetadata',
  66        'conditional_parent_label': 'str',
  67        'conditional_parent_label_metadata': 'PropertyMetadata',
  68        'conditional_parent_value': 'str',
  69        'conditional_parent_value_metadata': 'PropertyMetadata',
  70        'connected_object_details': 'ConnectedObjectDetails',
  71        'custom_tab_id': 'str',
  72        'custom_tab_id_metadata': 'PropertyMetadata',
  73        'disable_auto_size': 'str',
  74        'disable_auto_size_metadata': 'PropertyMetadata',
  75        'document_id': 'str',
  76        'document_id_metadata': 'PropertyMetadata',
  77        'error_details': 'ErrorDetails',
  78        'extension_data': 'ExtensionData',
  79        'font': 'str',
  80        'font_color': 'str',
  81        'font_color_metadata': 'PropertyMetadata',
  82        'font_metadata': 'PropertyMetadata',
  83        'font_size': 'str',
  84        'font_size_metadata': 'PropertyMetadata',
  85        'form_order': 'str',
  86        'form_order_metadata': 'PropertyMetadata',
  87        'form_page_label': 'str',
  88        'form_page_label_metadata': 'PropertyMetadata',
  89        'form_page_number': 'str',
  90        'form_page_number_metadata': 'PropertyMetadata',
  91        'height': 'str',
  92        'height_metadata': 'PropertyMetadata',
  93        'italic': 'str',
  94        'italic_metadata': 'PropertyMetadata',
  95        'locale_policy': 'LocalePolicyTab',
  96        'locked': 'str',
  97        'locked_metadata': 'PropertyMetadata',
  98        'max_length': 'str',
  99        'max_length_metadata': 'PropertyMetadata',
 100        'max_numerical_value': 'str',
 101        'merge_field': 'MergeField',
 102        'merge_field_xml': 'str',
 103        'min_numerical_value': 'str',
 104        'name': 'str',
 105        'name_metadata': 'PropertyMetadata',
 106        'numerical_value': 'str',
 107        'original_numerical_value': 'str',
 108        'original_value': 'str',
 109        'original_value_metadata': 'PropertyMetadata',
 110        'page_number': 'str',
 111        'page_number_metadata': 'PropertyMetadata',
 112        'recipient_id': 'str',
 113        'recipient_id_guid': 'str',
 114        'recipient_id_guid_metadata': 'PropertyMetadata',
 115        'recipient_id_metadata': 'PropertyMetadata',
 116        'require_all': 'str',
 117        'require_all_metadata': 'PropertyMetadata',
 118        'required': 'str',
 119        'required_metadata': 'PropertyMetadata',
 120        'require_initial_on_shared_change': 'str',
 121        'require_initial_on_shared_change_metadata': 'PropertyMetadata',
 122        'sender_required': 'str',
 123        'sender_required_metadata': 'PropertyMetadata',
 124        'shared': 'str',
 125        'shared_metadata': 'PropertyMetadata',
 126        'share_to_recipients': 'str',
 127        'share_to_recipients_metadata': 'PropertyMetadata',
 128        'smart_contract_information': 'SmartContractInformation',
 129        'source': 'str',
 130        'status': 'str',
 131        'status_metadata': 'PropertyMetadata',
 132        'tab_fully_qualified_path': 'str',
 133        'tab_group_labels': 'list[str]',
 134        'tab_group_labels_metadata': 'PropertyMetadata',
 135        'tab_id': 'str',
 136        'tab_id_metadata': 'PropertyMetadata',
 137        'tab_label': 'str',
 138        'tab_label_metadata': 'PropertyMetadata',
 139        'tab_order': 'str',
 140        'tab_order_metadata': 'PropertyMetadata',
 141        'tab_type': 'str',
 142        'tab_type_metadata': 'PropertyMetadata',
 143        'template_locked': 'str',
 144        'template_locked_metadata': 'PropertyMetadata',
 145        'template_required': 'str',
 146        'template_required_metadata': 'PropertyMetadata',
 147        'tooltip': 'str',
 148        'tool_tip_metadata': 'PropertyMetadata',
 149        'underline': 'str',
 150        'underline_metadata': 'PropertyMetadata',
 151        'validation_type': 'str',
 152        'value': 'str',
 153        'value_metadata': 'PropertyMetadata',
 154        'warning_details': 'ErrorDetails',
 155        'width': 'str',
 156        'width_metadata': 'PropertyMetadata',
 157        'x_position': 'str',
 158        'x_position_metadata': 'PropertyMetadata',
 159        'y_position': 'str',
 160        'y_position_metadata': 'PropertyMetadata'
 161    }
 162
 163    attribute_map = {
 164        'agreement_attribute': 'agreementAttribute',
 165        'agreement_attribute_locked': 'agreementAttributeLocked',
 166        'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters',
 167        'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata',
 168        'anchor_case_sensitive': 'anchorCaseSensitive',
 169        'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata',
 170        'anchor_horizontal_alignment': 'anchorHorizontalAlignment',
 171        'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata',
 172        'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent',
 173        'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata',
 174        'anchor_match_whole_word': 'anchorMatchWholeWord',
 175        'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata',
 176        'anchor_string': 'anchorString',
 177        'anchor_string_metadata': 'anchorStringMetadata',
 178        'anchor_tab_processor_version': 'anchorTabProcessorVersion',
 179        'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata',
 180        'anchor_tab_scope': 'anchorTabScope',
 181        'anchor_units': 'anchorUnits',
 182        'anchor_units_metadata': 'anchorUnitsMetadata',
 183        'anchor_x_offset': 'anchorXOffset',
 184        'anchor_x_offset_metadata': 'anchorXOffsetMetadata',
 185        'anchor_y_offset': 'anchorYOffset',
 186        'anchor_y_offset_metadata': 'anchorYOffsetMetadata',
 187        'bold': 'bold',
 188        'bold_metadata': 'boldMetadata',
 189        'caption': 'caption',
 190        'caption_metadata': 'captionMetadata',
 191        'conceal_value_on_document': 'concealValueOnDocument',
 192        'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata',
 193        'conditional_parent_label': 'conditionalParentLabel',
 194        'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
 195        'conditional_parent_value': 'conditionalParentValue',
 196        'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
 197        'connected_object_details': 'connectedObjectDetails',
 198        'custom_tab_id': 'customTabId',
 199        'custom_tab_id_metadata': 'customTabIdMetadata',
 200        'disable_auto_size': 'disableAutoSize',
 201        'disable_auto_size_metadata': 'disableAutoSizeMetadata',
 202        'document_id': 'documentId',
 203        'document_id_metadata': 'documentIdMetadata',
 204        'error_details': 'errorDetails',
 205        'extension_data': 'extensionData',
 206        'font': 'font',
 207        'font_color': 'fontColor',
 208        'font_color_metadata': 'fontColorMetadata',
 209        'font_metadata': 'fontMetadata',
 210        'font_size': 'fontSize',
 211        'font_size_metadata': 'fontSizeMetadata',
 212        'form_order': 'formOrder',
 213        'form_order_metadata': 'formOrderMetadata',
 214        'form_page_label': 'formPageLabel',
 215        'form_page_label_metadata': 'formPageLabelMetadata',
 216        'form_page_number': 'formPageNumber',
 217        'form_page_number_metadata': 'formPageNumberMetadata',
 218        'height': 'height',
 219        'height_metadata': 'heightMetadata',
 220        'italic': 'italic',
 221        'italic_metadata': 'italicMetadata',
 222        'locale_policy': 'localePolicy',
 223        'locked': 'locked',
 224        'locked_metadata': 'lockedMetadata',
 225        'max_length': 'maxLength',
 226        'max_length_metadata': 'maxLengthMetadata',
 227        'max_numerical_value': 'maxNumericalValue',
 228        'merge_field': 'mergeField',
 229        'merge_field_xml': 'mergeFieldXml',
 230        'min_numerical_value': 'minNumericalValue',
 231        'name': 'name',
 232        'name_metadata': 'nameMetadata',
 233        'numerical_value': 'numericalValue',
 234        'original_numerical_value': 'originalNumericalValue',
 235        'original_value': 'originalValue',
 236        'original_value_metadata': 'originalValueMetadata',
 237        'page_number': 'pageNumber',
 238        'page_number_metadata': 'pageNumberMetadata',
 239        'recipient_id': 'recipientId',
 240        'recipient_id_guid': 'recipientIdGuid',
 241        'recipient_id_guid_metadata': 'recipientIdGuidMetadata',
 242        'recipient_id_metadata': 'recipientIdMetadata',
 243        'require_all': 'requireAll',
 244        'require_all_metadata': 'requireAllMetadata',
 245        'required': 'required',
 246        'required_metadata': 'requiredMetadata',
 247        'require_initial_on_shared_change': 'requireInitialOnSharedChange',
 248        'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata',
 249        'sender_required': 'senderRequired',
 250        'sender_required_metadata': 'senderRequiredMetadata',
 251        'shared': 'shared',
 252        'shared_metadata': 'sharedMetadata',
 253        'share_to_recipients': 'shareToRecipients',
 254        'share_to_recipients_metadata': 'shareToRecipientsMetadata',
 255        'smart_contract_information': 'smartContractInformation',
 256        'source': 'source',
 257        'status': 'status',
 258        'status_metadata': 'statusMetadata',
 259        'tab_fully_qualified_path': 'tabFullyQualifiedPath',
 260        'tab_group_labels': 'tabGroupLabels',
 261        'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
 262        'tab_id': 'tabId',
 263        'tab_id_metadata': 'tabIdMetadata',
 264        'tab_label': 'tabLabel',
 265        'tab_label_metadata': 'tabLabelMetadata',
 266        'tab_order': 'tabOrder',
 267        'tab_order_metadata': 'tabOrderMetadata',
 268        'tab_type': 'tabType',
 269        'tab_type_metadata': 'tabTypeMetadata',
 270        'template_locked': 'templateLocked',
 271        'template_locked_metadata': 'templateLockedMetadata',
 272        'template_required': 'templateRequired',
 273        'template_required_metadata': 'templateRequiredMetadata',
 274        'tooltip': 'tooltip',
 275        'tool_tip_metadata': 'toolTipMetadata',
 276        'underline': 'underline',
 277        'underline_metadata': 'underlineMetadata',
 278        'validation_type': 'validationType',
 279        'value': 'value',
 280        'value_metadata': 'valueMetadata',
 281        'warning_details': 'warningDetails',
 282        'width': 'width',
 283        'width_metadata': 'widthMetadata',
 284        'x_position': 'xPosition',
 285        'x_position_metadata': 'xPositionMetadata',
 286        'y_position': 'yPosition',
 287        'y_position_metadata': 'yPositionMetadata'
 288    }
 289
 290    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
 291        """Numerical - a model defined in Swagger"""  # noqa: E501
 292        if _configuration is None:
 293            _configuration = Configuration()
 294        self._configuration = _configuration
 295
 296        self._agreement_attribute = None
 297        self._agreement_attribute_locked = None
 298        self._anchor_allow_white_space_in_characters = None
 299        self._anchor_allow_white_space_in_characters_metadata = None
 300        self._anchor_case_sensitive = None
 301        self._anchor_case_sensitive_metadata = None
 302        self._anchor_horizontal_alignment = None
 303        self._anchor_horizontal_alignment_metadata = None
 304        self._anchor_ignore_if_not_present = None
 305        self._anchor_ignore_if_not_present_metadata = None
 306        self._anchor_match_whole_word = None
 307        self._anchor_match_whole_word_metadata = None
 308        self._anchor_string = None
 309        self._anchor_string_metadata = None
 310        self._anchor_tab_processor_version = None
 311        self._anchor_tab_processor_version_metadata = None
 312        self._anchor_tab_scope = None
 313        self._anchor_units = None
 314        self._anchor_units_metadata = None
 315        self._anchor_x_offset = None
 316        self._anchor_x_offset_metadata = None
 317        self._anchor_y_offset = None
 318        self._anchor_y_offset_metadata = None
 319        self._bold = None
 320        self._bold_metadata = None
 321        self._caption = None
 322        self._caption_metadata = None
 323        self._conceal_value_on_document = None
 324        self._conceal_value_on_document_metadata = None
 325        self._conditional_parent_label = None
 326        self._conditional_parent_label_metadata = None
 327        self._conditional_parent_value = None
 328        self._conditional_parent_value_metadata = None
 329        self._connected_object_details = None
 330        self._custom_tab_id = None
 331        self._custom_tab_id_metadata = None
 332        self._disable_auto_size = None
 333        self._disable_auto_size_metadata = None
 334        self._document_id = None
 335        self._document_id_metadata = None
 336        self._error_details = None
 337        self._extension_data = None
 338        self._font = None
 339        self._font_color = None
 340        self._font_color_metadata = None
 341        self._font_metadata = None
 342        self._font_size = None
 343        self._font_size_metadata = None
 344        self._form_order = None
 345        self._form_order_metadata = None
 346        self._form_page_label = None
 347        self._form_page_label_metadata = None
 348        self._form_page_number = None
 349        self._form_page_number_metadata = None
 350        self._height = None
 351        self._height_metadata = None
 352        self._italic = None
 353        self._italic_metadata = None
 354        self._locale_policy = None
 355        self._locked = None
 356        self._locked_metadata = None
 357        self._max_length = None
 358        self._max_length_metadata = None
 359        self._max_numerical_value = None
 360        self._merge_field = None
 361        self._merge_field_xml = None
 362        self._min_numerical_value = None
 363        self._name = None
 364        self._name_metadata = None
 365        self._numerical_value = None
 366        self._original_numerical_value = None
 367        self._original_value = None
 368        self._original_value_metadata = None
 369        self._page_number = None
 370        self._page_number_metadata = None
 371        self._recipient_id = None
 372        self._recipient_id_guid = None
 373        self._recipient_id_guid_metadata = None
 374        self._recipient_id_metadata = None
 375        self._require_all = None
 376        self._require_all_metadata = None
 377        self._required = None
 378        self._required_metadata = None
 379        self._require_initial_on_shared_change = None
 380        self._require_initial_on_shared_change_metadata = None
 381        self._sender_required = None
 382        self._sender_required_metadata = None
 383        self._shared = None
 384        self._shared_metadata = None
 385        self._share_to_recipients = None
 386        self._share_to_recipients_metadata = None
 387        self._smart_contract_information = None
 388        self._source = None
 389        self._status = None
 390        self._status_metadata = None
 391        self._tab_fully_qualified_path = None
 392        self._tab_group_labels = None
 393        self._tab_group_labels_metadata = None
 394        self._tab_id = None
 395        self._tab_id_metadata = None
 396        self._tab_label = None
 397        self._tab_label_metadata = None
 398        self._tab_order = None
 399        self._tab_order_metadata = None
 400        self._tab_type = None
 401        self._tab_type_metadata = None
 402        self._template_locked = None
 403        self._template_locked_metadata = None
 404        self._template_required = None
 405        self._template_required_metadata = None
 406        self._tooltip = None
 407        self._tool_tip_metadata = None
 408        self._underline = None
 409        self._underline_metadata = None
 410        self._validation_type = None
 411        self._value = None
 412        self._value_metadata = None
 413        self._warning_details = None
 414        self._width = None
 415        self._width_metadata = None
 416        self._x_position = None
 417        self._x_position_metadata = None
 418        self._y_position = None
 419        self._y_position_metadata = None
 420        self.discriminator = None
 421
 422        setattr(self, "_{}".format('agreement_attribute'), kwargs.get('agreement_attribute', None))
 423        setattr(self, "_{}".format('agreement_attribute_locked'), kwargs.get('agreement_attribute_locked', None))
 424        setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None))
 425        setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None))
 426        setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None))
 427        setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None))
 428        setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None))
 429        setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None))
 430        setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None))
 431        setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None))
 432        setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None))
 433        setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None))
 434        setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None))
 435        setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None))
 436        setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None))
 437        setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None))
 438        setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None))
 439        setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None))
 440        setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None))
 441        setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None))
 442        setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None))
 443        setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None))
 444        setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None))
 445        setattr(self, "_{}".format('bold'), kwargs.get('bold', None))
 446        setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None))
 447        setattr(self, "_{}".format('caption'), kwargs.get('caption', None))
 448        setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None))
 449        setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None))
 450        setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None))
 451        setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None))
 452        setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
 453        setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
 454        setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
 455        setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
 456        setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
 457        setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
 458        setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
 459        setattr(self, "_{}".format('disable_auto_size_metadata'), kwargs.get('disable_auto_size_metadata', None))
 460        setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
 461        setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None))
 462        setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None))
 463        setattr(self, "_{}".format('extension_data'), kwargs.get('extension_data', None))
 464        setattr(self, "_{}".format('font'), kwargs.get('font', None))
 465        setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None))
 466        setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None))
 467        setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None))
 468        setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None))
 469        setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None))
 470        setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None))
 471        setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None))
 472        setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None))
 473        setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None))
 474        setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None))
 475        setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None))
 476        setattr(self, "_{}".format('height'), kwargs.get('height', None))
 477        setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None))
 478        setattr(self, "_{}".format('italic'), kwargs.get('italic', None))
 479        setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None))
 480        setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None))
 481        setattr(self, "_{}".format('locked'), kwargs.get('locked', None))
 482        setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None))
 483        setattr(self, "_{}".format('max_length'), kwargs.get('max_length', None))
 484        setattr(self, "_{}".format('max_length_metadata'), kwargs.get('max_length_metadata', None))
 485        setattr(self, "_{}".format('max_numerical_value'), kwargs.get('max_numerical_value', None))
 486        setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None))
 487        setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None))
 488        setattr(self, "_{}".format('min_numerical_value'), kwargs.get('min_numerical_value', None))
 489        setattr(self, "_{}".format('name'), kwargs.get('name', None))
 490        setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None))
 491        setattr(self, "_{}".format('numerical_value'), kwargs.get('numerical_value', None))
 492        setattr(self, "_{}".format('original_numerical_value'), kwargs.get('original_numerical_value', None))
 493        setattr(self, "_{}".format('original_value'), kwargs.get('original_value', None))
 494        setattr(self, "_{}".format('original_value_metadata'), kwargs.get('original_value_metadata', None))
 495        setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None))
 496        setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None))
 497        setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None))
 498        setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None))
 499        setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None))
 500        setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None))
 501        setattr(self, "_{}".format('require_all'), kwargs.get('require_all', None))
 502        setattr(self, "_{}".format('require_all_metadata'), kwargs.get('require_all_metadata', None))
 503        setattr(self, "_{}".format('required'), kwargs.get('required', None))
 504        setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None))
 505        setattr(self, "_{}".format('require_initial_on_shared_change'), kwargs.get('require_initial_on_shared_change', None))
 506        setattr(self, "_{}".format('require_initial_on_shared_change_metadata'), kwargs.get('require_initial_on_shared_change_metadata', None))
 507        setattr(self, "_{}".format('sender_required'), kwargs.get('sender_required', None))
 508        setattr(self, "_{}".format('sender_required_metadata'), kwargs.get('sender_required_metadata', None))
 509        setattr(self, "_{}".format('shared'), kwargs.get('shared', None))
 510        setattr(self, "_{}".format('shared_metadata'), kwargs.get('shared_metadata', None))
 511        setattr(self, "_{}".format('share_to_recipients'), kwargs.get('share_to_recipients', None))
 512        setattr(self, "_{}".format('share_to_recipients_metadata'), kwargs.get('share_to_recipients_metadata', None))
 513        setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None))
 514        setattr(self, "_{}".format('source'), kwargs.get('source', None))
 515        setattr(self, "_{}".format('status'), kwargs.get('status', None))
 516        setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
 517        setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
 518        setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
 519        setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
 520        setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
 521        setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None))
 522        setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None))
 523        setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None))
 524        setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None))
 525        setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None))
 526        setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None))
 527        setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None))
 528        setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None))
 529        setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None))
 530        setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
 531        setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None))
 532        setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None))
 533        setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
 534        setattr(self, "_{}".format('underline'), kwargs.get('underline', None))
 535        setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
 536        setattr(self, "_{}".format('validation_type'), kwargs.get('validation_type', None))
 537        setattr(self, "_{}".format('value'), kwargs.get('value', None))
 538        setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
 539        setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
 540        setattr(self, "_{}".format('width'), kwargs.get('width', None))
 541        setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
 542        setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
 543        setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None))
 544        setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None))
 545        setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None))
 546
 547    @property
 548    def agreement_attribute(self):
 549        """Gets the agreement_attribute of this Numerical.  # noqa: E501
 550
 551          # noqa: E501
 552
 553        :return: The agreement_attribute of this Numerical.  # noqa: E501
 554        :rtype: str
 555        """
 556        return self._agreement_attribute
 557
 558    @agreement_attribute.setter
 559    def agreement_attribute(self, agreement_attribute):
 560        """Sets the agreement_attribute of this Numerical.
 561
 562          # noqa: E501
 563
 564        :param agreement_attribute: The agreement_attribute of this Numerical.  # noqa: E501
 565        :type: str
 566        """
 567
 568        self._agreement_attribute = agreement_attribute
 569
 570    @property
 571    def agreement_attribute_locked(self):
 572        """Gets the agreement_attribute_locked of this Numerical.  # noqa: E501
 573
 574          # noqa: E501
 575
 576        :return: The agreement_attribute_locked of this Numerical.  # noqa: E501
 577        :rtype: str
 578        """
 579        return self._agreement_attribute_locked
 580
 581    @agreement_attribute_locked.setter
 582    def agreement_attribute_locked(self, agreement_attribute_locked):
 583        """Sets the agreement_attribute_locked of this Numerical.
 584
 585          # noqa: E501
 586
 587        :param agreement_attribute_locked: The agreement_attribute_locked of this Numerical.  # noqa: E501
 588        :type: str
 589        """
 590
 591        self._agreement_attribute_locked = agreement_attribute_locked
 592
 593    @property
 594    def anchor_allow_white_space_in_characters(self):
 595        """Gets the anchor_allow_white_space_in_characters of this Numerical.  # noqa: E501
 596
 597          # noqa: E501
 598
 599        :return: The anchor_allow_white_space_in_characters of this Numerical.  # noqa: E501
 600        :rtype: str
 601        """
 602        return self._anchor_allow_white_space_in_characters
 603
 604    @anchor_allow_white_space_in_characters.setter
 605    def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters):
 606        """Sets the anchor_allow_white_space_in_characters of this Numerical.
 607
 608          # noqa: E501
 609
 610        :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Numerical.  # noqa: E501
 611        :type: str
 612        """
 613
 614        self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters
 615
 616    @property
 617    def anchor_allow_white_space_in_characters_metadata(self):
 618        """Gets the anchor_allow_white_space_in_characters_metadata of this Numerical.  # noqa: E501
 619
 620          # noqa: E501
 621
 622        :return: The anchor_allow_white_space_in_characters_metadata of this Numerical.  # noqa: E501
 623        :rtype: PropertyMetadata
 624        """
 625        return self._anchor_allow_white_space_in_characters_metadata
 626
 627    @anchor_allow_white_space_in_characters_metadata.setter
 628    def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata):
 629        """Sets the anchor_allow_white_space_in_characters_metadata of this Numerical.
 630
 631          # noqa: E501
 632
 633        :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Numerical.  # noqa: E501
 634        :type: PropertyMetadata
 635        """
 636
 637        self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata
 638
 639    @property
 640    def anchor_case_sensitive(self):
 641        """Gets the anchor_case_sensitive of this Numerical.  # noqa: E501
 642
 643        When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**.  # noqa: E501
 644
 645        :return: The anchor_case_sensitive of this Numerical.  # noqa: E501
 646        :rtype: str
 647        """
 648        return self._anchor_case_sensitive
 649
 650    @anchor_case_sensitive.setter
 651    def anchor_case_sensitive(self, anchor_case_sensitive):
 652        """Sets the anchor_case_sensitive of this Numerical.
 653
 654        When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**.  # noqa: E501
 655
 656        :param anchor_case_sensitive: The anchor_case_sensitive of this Numerical.  # noqa: E501
 657        :type: str
 658        """
 659
 660        self._anchor_case_sensitive = anchor_case_sensitive
 661
 662    @property
 663    def anchor_case_sensitive_metadata(self):
 664        """Gets the anchor_case_sensitive_metadata of this Numerical.  # noqa: E501
 665
 666          # noqa: E501
 667
 668        :return: The anchor_case_sensitive_metadata of this Numerical.  # noqa: E501
 669        :rtype: PropertyMetadata
 670        """
 671        return self._anchor_case_sensitive_metadata
 672
 673    @anchor_case_sensitive_metadata.setter
 674    def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata):
 675        """Sets the anchor_case_sensitive_metadata of this Numerical.
 676
 677          # noqa: E501
 678
 679        :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Numerical.  # noqa: E501
 680        :type: PropertyMetadata
 681        """
 682
 683        self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata
 684
 685    @property
 686    def anchor_horizontal_alignment(self):
 687        """Gets the anchor_horizontal_alignment of this Numerical.  # noqa: E501
 688
 689        Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**.  # noqa: E501
 690
 691        :return: The anchor_horizontal_alignment of this Numerical.  # noqa: E501
 692        :rtype: str
 693        """
 694        return self._anchor_horizontal_alignment
 695
 696    @anchor_horizontal_alignment.setter
 697    def anchor_horizontal_alignment(self, anchor_horizontal_alignment):
 698        """Sets the anchor_horizontal_alignment of this Numerical.
 699
 700        Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**.  # noqa: E501
 701
 702        :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Numerical.  # noqa: E501
 703        :type: str
 704        """
 705
 706        self._anchor_horizontal_alignment = anchor_horizontal_alignment
 707
 708    @property
 709    def anchor_horizontal_alignment_metadata(self):
 710        """Gets the anchor_horizontal_alignment_metadata of this Numerical.  # noqa: E501
 711
 712          # noqa: E501
 713
 714        :return: The anchor_horizontal_alignment_metadata of this Numerical.  # noqa: E501
 715        :rtype: PropertyMetadata
 716        """
 717        return self._anchor_horizontal_alignment_metadata
 718
 719    @anchor_horizontal_alignment_metadata.setter
 720    def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata):
 721        """Sets the anchor_horizontal_alignment_metadata of this Numerical.
 722
 723          # noqa: E501
 724
 725        :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Numerical.  # noqa: E501
 726        :type: PropertyMetadata
 727        """
 728
 729        self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata
 730
 731    @property
 732    def anchor_ignore_if_not_present(self):
 733        """Gets the anchor_ignore_if_not_present of this Numerical.  # noqa: E501
 734
 735        When set to **true**, this tab is ignored if anchorString is not found in the document.  # noqa: E501
 736
 737        :return: The anchor_ignore_if_not_present of this Numerical.  # noqa: E501
 738        :rtype: str
 739        """
 740        return self._anchor_ignore_if_not_present
 741
 742    @anchor_ignore_if_not_present.setter
 743    def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present):
 744        """Sets the anchor_ignore_if_not_present of this Numerical.
 745
 746        When set to **true**, this tab is ignored if anchorString is not found in the document.  # noqa: E501
 747
 748        :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Numerical.  # noqa: E501
 749        :type: str
 750        """
 751
 752        self._anchor_ignore_if_not_present = anchor_ignore_if_not_present
 753
 754    @property
 755    def anchor_ignore_if_not_present_metadata(self):
 756        """Gets the anchor_ignore_if_not_present_metadata of this Numerical.  # noqa: E501
 757
 758          # noqa: E501
 759
 760        :return: The anchor_ignore_if_not_present_metadata of this Numerical.  # noqa: E501
 761        :rtype: PropertyMetadata
 762        """
 763        return self._anchor_ignore_if_not_present_metadata
 764
 765    @anchor_ignore_if_not_present_metadata.setter
 766    def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata):
 767        """Sets the anchor_ignore_if_not_present_metadata of this Numerical.
 768
 769          # noqa: E501
 770
 771        :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Numerical.  # noqa: E501
 772        :type: PropertyMetadata
 773        """
 774
 775        self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata
 776
 777    @property
 778    def anchor_match_whole_word(self):
 779        """Gets the anchor_match_whole_word of this Numerical.  # noqa: E501
 780
 781        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**.  # noqa: E501
 782
 783        :return: The anchor_match_whole_word of this Numerical.  # noqa: E501
 784        :rtype: str
 785        """
 786        return self._anchor_match_whole_word
 787
 788    @anchor_match_whole_word.setter
 789    def anchor_match_whole_word(self, anchor_match_whole_word):
 790        """Sets the anchor_match_whole_word of this Numerical.
 791
 792        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**.  # noqa: E501
 793
 794        :param anchor_match_whole_word: The anchor_match_whole_word of this Numerical.  # noqa: E501
 795        :type: str
 796        """
 797
 798        self._anchor_match_whole_word = anchor_match_whole_word
 799
 800    @property
 801    def anchor_match_whole_word_metadata(self):
 802        """Gets the anchor_match_whole_word_metadata of this Numerical.  # noqa: E501
 803
 804          # noqa: E501
 805
 806        :return: The anchor_match_whole_word_metadata of this Numerical.  # noqa: E501
 807        :rtype: PropertyMetadata
 808        """
 809        return self._anchor_match_whole_word_metadata
 810
 811    @anchor_match_whole_word_metadata.setter
 812    def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata):
 813        """Sets the anchor_match_whole_word_metadata of this Numerical.
 814
 815          # noqa: E501
 816
 817        :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Numerical.  # noqa: E501
 818        :type: PropertyMetadata
 819        """
 820
 821        self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata
 822
 823    @property
 824    def anchor_string(self):
 825        """Gets the anchor_string of this Numerical.  # noqa: E501
 826
 827        Anchor text information for a radio button.  # noqa: E501
 828
 829        :return: The anchor_string of this Numerical.  # noqa: E501
 830        :rtype: str
 831        """
 832        return self._anchor_string
 833
 834    @anchor_string.setter
 835    def anchor_string(self, anchor_string):
 836        """Sets the anchor_string of this Numerical.
 837
 838        Anchor text information for a radio button.  # noqa: E501
 839
 840        :param anchor_string: The anchor_string of this Numerical.  # noqa: E501
 841        :type: str
 842        """
 843
 844        self._anchor_string = anchor_string
 845
 846    @property
 847    def anchor_string_metadata(self):
 848        """Gets the anchor_string_metadata of this Numerical.  # noqa: E501
 849
 850          # noqa: E501
 851
 852        :return: The anchor_string_metadata of this Numerical.  # noqa: E501
 853        :rtype: PropertyMetadata
 854        """
 855        return self._anchor_string_metadata
 856
 857    @anchor_string_metadata.setter
 858    def anchor_string_metadata(self, anchor_string_metadata):
 859        """Sets the anchor_string_metadata of this Numerical.
 860
 861          # noqa: E501
 862
 863        :param anchor_string_metadata: The anchor_string_metadata of this Numerical.  # noqa: E501
 864        :type: PropertyMetadata
 865        """
 866
 867        self._anchor_string_metadata = anchor_string_metadata
 868
 869    @property
 870    def anchor_tab_processor_version(self):
 871        """Gets the anchor_tab_processor_version of this Numerical.  # noqa: E501
 872
 873          # noqa: E501
 874
 875        :return: The anchor_tab_processor_version of this Numerical.  # noqa: E501
 876        :rtype: str
 877        """
 878        return self._anchor_tab_processor_version
 879
 880    @anchor_tab_processor_version.setter
 881    def anchor_tab_processor_version(self, anchor_tab_processor_version):
 882        """Sets the anchor_tab_processor_version of this Numerical.
 883
 884          # noqa: E501
 885
 886        :param anchor_tab_processor_version: The anchor_tab_processor_version of this Numerical.  # noqa: E501
 887        :type: str
 888        """
 889
 890        self._anchor_tab_processor_version = anchor_tab_processor_version
 891
 892    @property
 893    def anchor_tab_processor_version_metadata(self):
 894        """Gets the anchor_tab_processor_version_metadata of this Numerical.  # noqa: E501
 895
 896          # noqa: E501
 897
 898        :return: The anchor_tab_processor_version_metadata of this Numerical.  # noqa: E501
 899        :rtype: PropertyMetadata
 900        """
 901        return self._anchor_tab_processor_version_metadata
 902
 903    @anchor_tab_processor_version_metadata.setter
 904    def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata):
 905        """Sets the anchor_tab_processor_version_metadata of this Numerical.
 906
 907          # noqa: E501
 908
 909        :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Numerical.  # noqa: E501
 910        :type: PropertyMetadata
 911        """
 912
 913        self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata
 914
 915    @property
 916    def anchor_tab_scope(self):
 917        """Gets the anchor_tab_scope of this Numerical.  # noqa: E501
 918
 919          # noqa: E501
 920
 921        :return: The anchor_tab_scope of this Numerical.  # noqa: E501
 922        :rtype: str
 923        """
 924        return self._anchor_tab_scope
 925
 926    @anchor_tab_scope.setter
 927    def anchor_tab_scope(self, anchor_tab_scope):
 928        """Sets the anchor_tab_scope of this Numerical.
 929
 930          # noqa: E501
 931
 932        :param anchor_tab_scope: The anchor_tab_scope of this Numerical.  # noqa: E501
 933        :type: str
 934        """
 935
 936        self._anchor_tab_scope = anchor_tab_scope
 937
 938    @property
 939    def anchor_units(self):
 940        """Gets the anchor_units of this Numerical.  # noqa: E501
 941
 942        Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches.  # noqa: E501
 943
 944        :return: The anchor_units of this Numerical.  # noqa: E501
 945        :rtype: str
 946        """
 947        return self._anchor_units
 948
 949    @anchor_units.setter
 950    def anchor_units(self, anchor_units):
 951        """Sets the anchor_units of this Numerical.
 952
 953        Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches.  # noqa: E501
 954
 955        :param anchor_units: The anchor_units of this Numerical.  # noqa: E501
 956        :type: str
 957        """
 958
 959        self._anchor_units = anchor_units
 960
 961    @property
 962    def anchor_units_metadata(self):
 963        """Gets the anchor_units_metadata of this Numerical.  # noqa: E501
 964
 965          # noqa: E501
 966
 967        :return: The anchor_units_metadata of this Numerical.  # noqa: E501
 968        :rtype: PropertyMetadata
 969        """
 970        return self._anchor_units_metadata
 971
 972    @anchor_units_metadata.setter
 973    def anchor_units_metadata(self, anchor_units_metadata):
 974        """Sets the anchor_units_metadata of this Numerical.
 975
 976          # noqa: E501
 977
 978        :param anchor_units_metadata: The anchor_units_metadata of this Numerical.  # noqa: E501
 979        :type: PropertyMetadata
 980        """
 981
 982        self._anchor_units_metadata = anchor_units_metadata
 983
 984    @property
 985    def anchor_x_offset(self):
 986        """Gets the anchor_x_offset of this Numerical.  # noqa: E501
 987
 988        Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString.  # noqa: E501
 989
 990        :return: The anchor_x_offset of this Numerical.  # noqa: E501
 991        :rtype: str
 992        """
 993        return self._anchor_x_offset
 994
 995    @anchor_x_offset.setter
 996    def anchor_x_offset(self, anchor_x_offset):
 997        """Sets the anchor_x_offset of this Numerical.
 998
 999        Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString.  # noqa: E501
1000
1001        :param anchor_x_offset: The anchor_x_offset of this Numerical.  # noqa: E501
1002        :type: str
1003        """
1004
1005        self._anchor_x_offset = anchor_x_offset
1006
1007    @property
1008    def anchor_x_offset_metadata(self):
1009        """Gets the anchor_x_offset_metadata of this Numerical.  # noqa: E501
1010
1011          # noqa: E501
1012
1013        :return: The anchor_x_offset_metadata of this Numerical.  # noqa: E501
1014        :rtype: PropertyMetadata
1015        """
1016        return self._anchor_x_offset_metadata
1017
1018    @anchor_x_offset_metadata.setter
1019    def anchor_x_offset_metadata(self, anchor_x_offset_metadata):
1020        """Sets the anchor_x_offset_metadata of this Numerical.
1021
1022          # noqa: E501
1023
1024        :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Numerical.  # noqa: E501
1025        :type: PropertyMetadata
1026        """
1027
1028        self._anchor_x_offset_metadata = anchor_x_offset_metadata
1029
1030    @property
1031    def anchor_y_offset(self):
1032        """Gets the anchor_y_offset of this Numerical.  # noqa: E501
1033
1034        Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString.  # noqa: E501
1035
1036        :return: The anchor_y_offset of this Numerical.  # noqa: E501
1037        :rtype: str
1038        """
1039        return self._anchor_y_offset
1040
1041    @anchor_y_offset.setter
1042    def anchor_y_offset(self, anchor_y_offset):
1043        """Sets the anchor_y_offset of this Numerical.
1044
1045        Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString.  # noqa: E501
1046
1047        :param anchor_y_offset: The anchor_y_offset of this Numerical.  # noqa: E501
1048        :type: str
1049        """
1050
1051        self._anchor_y_offset = anchor_y_offset
1052
1053    @property
1054    def anchor_y_offset_metadata(self):
1055        """Gets the anchor_y_offset_metadata of this Numerical.  # noqa: E501
1056
1057          # noqa: E501
1058
1059        :return: The anchor_y_offset_metadata of this Numerical.  # noqa: E501
1060        :rtype: PropertyMetadata
1061        """
1062        return self._anchor_y_offset_metadata
1063
1064    @anchor_y_offset_metadata.setter
1065    def anchor_y_offset_metadata(self, anchor_y_offset_metadata):
1066        """Sets the anchor_y_offset_metadata of this Numerical.
1067
1068          # noqa: E501
1069
1070        :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Numerical.  # noqa: E501
1071        :type: PropertyMetadata
1072        """
1073
1074        self._anchor_y_offset_metadata = anchor_y_offset_metadata
1075
1076    @property
1077    def bold(self):
1078        """Gets the bold of this Numerical.  # noqa: E501
1079
1080        When set to **true**, the information in the tab is bold.  # noqa: E501
1081
1082        :return: The bold of this Numerical.  # noqa: E501
1083        :rtype: str
1084        """
1085        return self._bold
1086
1087    @bold.setter
1088    def bold(self, bold):
1089        """Sets the bold of this Numerical.
1090
1091        When set to **true**, the information in the tab is bold.  # noqa: E501
1092
1093        :param bold: The bold of this Numerical.  # noqa: E501
1094        :type: str
1095        """
1096
1097        self._bold = bold
1098
1099    @property
1100    def bold_metadata(self):
1101        """Gets the bold_metadata of this Numerical.  # noqa: E501
1102
1103          # noqa: E501
1104
1105        :return: The bold_metadata of this Numerical.  # noqa: E501
1106        :rtype: PropertyMetadata
1107        """
1108        return self._bold_metadata
1109
1110    @bold_metadata.setter
1111    def bold_metadata(self, bold_metadata):
1112        """Sets the bold_metadata of this Numerical.
1113
1114          # noqa: E501
1115
1116        :param bold_metadata: The bold_metadata of this Numerical.  # noqa: E501
1117        :type: PropertyMetadata
1118        """
1119
1120        self._bold_metadata = bold_metadata
1121
1122    @property
1123    def caption(self):
1124        """Gets the caption of this Numerical.  # noqa: E501
1125
1126          # noqa: E501
1127
1128        :return: The caption of this Numerical.  # noqa: E501
1129        :rtype: str
1130        """
1131        return self._caption
1132
1133    @caption.setter
1134    def caption(self, caption):
1135        """Sets the caption of this Numerical.
1136
1137          # noqa: E501
1138
1139        :param caption: The caption of this Numerical.  # noqa: E501
1140        :type: str
1141        """
1142
1143        self._caption = caption
1144
1145    @property
1146    def caption_metadata(self):
1147        """Gets the caption_metadata of this Numerical.  # noqa: E501
1148
1149          # noqa: E501
1150
1151        :return: The caption_metadata of this Numerical.  # noqa: E501
1152        :rtype: PropertyMetadata
1153        """
1154        return self._caption_metadata
1155
1156    @caption_metadata.setter
1157    def caption_metadata(self, caption_metadata):
1158        """Sets the caption_metadata of this Numerical.
1159
1160          # noqa: E501
1161
1162        :param caption_metadata: The caption_metadata of this Numerical.  # noqa: E501
1163        :type: PropertyMetadata
1164        """
1165
1166        self._caption_metadata = caption_metadata
1167
1168    @property
1169    def conceal_value_on_document(self):
1170        """Gets the conceal_value_on_document of this Numerical.  # noqa: E501
1171
1172        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.  When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console.  This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.  # noqa: E501
1173
1174        :return: The conceal_value_on_document of this Numerical.  # noqa: E501
1175        :rtype: str
1176        """
1177        return self._conceal_value_on_document
1178
1179    @conceal_value_on_document.setter
1180    def conceal_value_on_document(self, conceal_value_on_document):
1181        """Sets the conceal_value_on_document of this Numerical.
1182
1183        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.  When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console.  This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.  # noqa: E501
1184
1185        :param conceal_value_on_document: The conceal_value_on_document of this Numerical.  # noqa: E501
1186        :type: str
1187        """
1188
1189        self._conceal_value_on_document = conceal_value_on_document
1190
1191    @property
1192    def conceal_value_on_document_metadata(self):
1193        """Gets the conceal_value_on_document_metadata of this Numerical.  # noqa: E501
1194
1195          # noqa: E501
1196
1197        :return: The conceal_value_on_document_metadata of this Numerical.  # noqa: E501
1198        :rtype: PropertyMetadata
1199        """
1200        return self._conceal_value_on_document_metadata
1201
1202    @conceal_value_on_document_metadata.setter
1203    def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata):
1204        """Sets the conceal_value_on_document_metadata of this Numerical.
1205
1206          # noqa: E501
1207
1208        :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Numerical.  # noqa: E501
1209        :type: PropertyMetadata
1210        """
1211
1212        self._conceal_value_on_document_metadata = conceal_value_on_document_metadata
1213
1214    @property
1215    def conditional_parent_label(self):
1216        """Gets the conditional_parent_label of this Numerical.  # noqa: E501
1217
1218        For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility.  # noqa: E501
1219
1220        :return: The conditional_parent_label of this Numerical.  # noqa: E501
1221        :rtype: str
1222        """
1223        return self._conditional_parent_label
1224
1225    @conditional_parent_label.setter
1226    def conditional_parent_label(self, conditional_parent_label):
1227        """Sets the conditional_parent_label of this Numerical.
1228
1229        For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility.  # noqa: E501
1230
1231        :param conditional_parent_label: The conditional_parent_label of this Numerical.  # noqa: E501
1232        :type: str
1233        """
1234
1235        self._conditional_parent_label = conditional_parent_label
1236
1237    @property
1238    def conditional_parent_label_metadata(self):
1239        """Gets the conditional_parent_label_metadata of this Numerical.  # noqa: E501
1240
1241          # noqa: E501
1242
1243        :return: The conditional_parent_label_metadata of this Numerical.  # noqa: E501
1244        :rtype: PropertyMetadata
1245        """
1246        return self._conditional_parent_label_metadata
1247
1248    @conditional_parent_label_metadata.setter
1249    def conditional_parent_label_metadata(self, conditional_parent_label_metadata):
1250        """Sets the conditional_parent_label_metadata of this Numerical.
1251
1252          # noqa: E501
1253
1254        :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Numerical.  # noqa: E501
1255        :type: PropertyMetadata
1256        """
1257
1258        self._conditional_parent_label_metadata = conditional_parent_label_metadata
1259
1260    @property
1261    def conditional_parent_value(self):
1262        """Gets the conditional_parent_value of this Numerical.  # noqa: E501
1263
1264        For conditional fields, this is the value of the parent tab that controls the tab's visibility.  If 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.   # noqa: E501
1265
1266        :return: The conditional_parent_value of this Numerical.  # noqa: E501
1267        :rtype: str
1268        """
1269        return self._conditional_parent_value
1270
1271    @conditional_parent_value.setter
1272    def conditional_parent_value(self, conditional_parent_value):
1273        """Sets the conditional_parent_value of this Numerical.
1274
1275        For conditional fields, this is the value of the parent tab that controls the tab's visibility.  If 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.   # noqa: E501
1276
1277        :param conditional_parent_value: The conditional_parent_value of this Numerical.  # noqa: E501
1278        :type: str
1279        """
1280
1281        self._conditional_parent_value = conditional_parent_value
1282
1283    @property
1284    def conditional_parent_value_metadata(self):
1285        """Gets the conditional_parent_value_metadata of this Numerical.  # noqa: E501
1286
1287          # noqa: E501
1288
1289        :return: The conditional_parent_value_metadata of this Numerical.  # noqa: E501
1290        :rtype: PropertyMetadata
1291        """
1292        return self._conditional_parent_value_metadata
1293
1294    @conditional_parent_value_metadata.setter
1295    def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
1296        """Sets the conditional_parent_value_metadata of this Numerical.
1297
1298          # noqa: E501
1299
1300        :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Numerical.  # noqa: E501
1301        :type: PropertyMetadata
1302        """
1303
1304        self._conditional_parent_value_metadata = conditional_parent_value_metadata
1305
1306    @property
1307    def connected_object_details(self):
1308        """Gets the connected_object_details of this Numerical.  # noqa: E501
1309
1310          # noqa: E501
1311
1312        :return: The connected_object_details of this Numerical.  # noqa: E501
1313        :rtype: ConnectedObjectDetails
1314        """
1315        return self._connected_object_details
1316
1317    @connected_object_details.setter
1318    def connected_object_details(self, connected_object_details):
1319        """Sets the connected_object_details of this Numerical.
1320
1321          # noqa: E501
1322
1323        :param connected_object_details: The connected_object_details of this Numerical.  # noqa: E501
1324        :type: ConnectedObjectDetails
1325        """
1326
1327        self._connected_object_details = connected_object_details
1328
1329    @property
1330    def custom_tab_id(self):
1331        """Gets the custom_tab_id of this Numerical.  # noqa: E501
1332
1333        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.  # noqa: E501
1334
1335        :return: The custom_tab_id of this Numerical.  # noqa: E501
1336        :rtype: str
1337        """
1338        return self._custom_tab_id
1339
1340    @custom_tab_id.setter
1341    def custom_tab_id(self, custom_tab_id):
1342        """Sets the custom_tab_id of this Numerical.
1343
1344        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.  # noqa: E501
1345
1346        :param custom_tab_id: The custom_tab_id of this Numerical.  # noqa: E501
1347        :type: str
1348        """
1349
1350        self._custom_tab_id = custom_tab_id
1351
1352    @property
1353    def custom_tab_id_metadata(self):
1354        """Gets the custom_tab_id_metadata of this Numerical.  # noqa: E501
1355
1356          # noqa: E501
1357
1358        :return: The custom_tab_id_metadata of this Numerical.  # noqa: E501
1359        :rtype: PropertyMetadata
1360        """
1361        return self._custom_tab_id_metadata
1362
1363    @custom_tab_id_metadata.setter
1364    def custom_tab_id_metadata(self, custom_tab_id_metadata):
1365        """Sets the custom_tab_id_metadata of this Numerical.
1366
1367          # noqa: E501
1368
1369        :param custom_tab_id_metadata: The custom_tab_id_metadata of this Numerical.  # noqa: E501
1370        :type: PropertyMetadata
1371        """
1372
1373        self._custom_tab_id_metadata = custom_tab_id_metadata
1374
1375    @property
1376    def disable_auto_size(self):
1377        """Gets the disable_auto_size of this Numerical.  # noqa: E501
1378
1379        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.  # noqa: E501
1380
1381        :return: The disable_auto_size of this Numerical.  # noqa: E501
1382        :rtype: str
1383        """
1384        return self._disable_auto_size
1385
1386    @disable_auto_size.setter
1387    def disable_auto_size(self, disable_auto_size):
1388        """Sets the disable_auto_size of this Numerical.
1389
1390        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.  # noqa: E501
1391
1392        :param disable_auto_size: The disable_auto_size of this Numerical.  # noqa: E501
1393        :type: str
1394        """
1395
1396        self._disable_auto_size = disable_auto_size
1397
1398    @property
1399    def disable_auto_size_metadata(self):
1400        """Gets the disable_auto_size_metadata of this Numerical.  # noqa: E501
1401
1402          # noqa: E501
1403
1404        :return: The disable_auto_size_metadata of this Numerical.  # noqa: E501
1405        :rtype: PropertyMetadata
1406        """
1407        return self._disable_auto_size_metadata
1408
1409    @disable_auto_size_metadata.setter
1410    def disable_auto_size_metadata(self, disable_auto_size_metadata):
1411        """Sets the disable_auto_size_metadata of this Numerical.
1412
1413          # noqa: E501
1414
1415        :param disable_auto_size_metadata: The disable_auto_size_metadata of this Numerical.  # noqa: E501
1416        :type: PropertyMetadata
1417        """
1418
1419        self._disable_auto_size_metadata = disable_auto_size_metadata
1420
1421    @property
1422    def document_id(self):
1423        """Gets the document_id of this Numerical.  # noqa: E501
1424
1425        Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.  # noqa: E501
1426
1427        :return: The document_id of this Numerical.  # noqa: E501
1428        :rtype: str
1429        """
1430        return self._document_id
1431
1432    @document_id.setter
1433    def document_id(self, document_id):
1434        """Sets the document_id of this Numerical.
1435
1436        Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.  # noqa: E501
1437
1438        :param document_id: The document_id of this Numerical.  # noqa: E501
1439        :type: str
1440        """
1441
1442        self._document_id = document_id
1443
1444    @property
1445    def document_id_metadata(self):
1446        """Gets the document_id_metadata of this Numerical.  # noqa: E501
1447
1448          # noqa: E501
1449
1450        :return: The document_id_metadata of this Numerical.  # noqa: E501
1451        :rtype: PropertyMetadata
1452        """
1453        return self._document_id_metadata
1454
1455    @document_id_metadata.setter
1456    def document_id_metadata(self, document_id_metadata):
1457        """Sets the document_id_metadata of this Numerical.
1458
1459          # noqa: E501
1460
1461        :param document_id_metadata: The document_id_metadata of this Numerical.  # noqa: E501
1462        :type: PropertyMetadata
1463        """
1464
1465        self._document_id_metadata = document_id_metadata
1466
1467    @property
1468    def error_details(self):
1469        """Gets the error_details of this Numerical.  # noqa: E501
1470
1471        Array or errors.  # noqa: E501
1472
1473        :return: The error_details of this Numerical.  # noqa: E501
1474        :rtype: ErrorDetails
1475        """
1476        return self._error_details
1477
1478    @error_details.setter
1479    def error_details(self, error_details):
1480        """Sets the error_details of this Numerical.
1481
1482        Array or errors.  # noqa: E501
1483
1484        :param error_details: The error_details of this Numerical.  # noqa: E501
1485        :type: ErrorDetails
1486        """
1487
1488        self._error_details = error_details
1489
1490    @property
1491    def extension_data(self):
1492        """Gets the extension_data of this Numerical.  # noqa: E501
1493
1494          # noqa: E501
1495
1496        :return: The extension_data of this Numerical.  # noqa: E501
1497        :rtype: ExtensionData
1498        """
1499        return self._extension_data
1500
1501    @extension_data.setter
1502    def extension_data(self, extension_data):
1503        """Sets the extension_data of this Numerical.
1504
1505          # noqa: E501
1506
1507        :param extension_data: The extension_data of this Numerical.  # noqa: E501
1508        :type: ExtensionData
1509        """
1510
1511        self._extension_data = extension_data
1512
1513    @property
1514    def font(self):
1515        """Gets the font of this Numerical.  # noqa: E501
1516
1517        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.  # noqa: E501
1518
1519        :return: The font of this Numerical.  # noqa: E501
1520        :rtype: str
1521        """
1522        return self._font
1523
1524    @font.setter
1525    def font(self, font):
1526        """Sets the font of this Numerical.
1527
1528        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.  # noqa: E501
1529
1530        :param font: The font of this Numerical.  # noqa: E501
1531        :type: str
1532        """
1533
1534        self._font = font
1535
1536    @property
1537    def font_color(self):
1538        """Gets the font_color of this Numerical.  # noqa: E501
1539
1540        The font color used for the information in the tab.  Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White.  # noqa: E501
1541
1542        :return: The font_color of this Numerical.  # noqa: E501
1543        :rtype: str
1544        """
1545        return self._font_color
1546
1547    @font_color.setter
1548    def font_color(self, font_color):
1549        """Sets the font_color of this Numerical.
1550
1551        The font color used for the information in the tab.  Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White.  # noqa: E501
1552
1553        :param font_color: The font_color of this Numerical.  # noqa: E501
1554        :type: str
1555        """
1556
1557        self._font_color = font_color
1558
1559    @property
1560    def font_color_metadata(self):
1561        """Gets the font_color_metadata of this Numerical.  # noqa: E501
1562
1563          # noqa: E501
1564
1565        :return: The font_color_metadata of this Numerical.  # noqa: E501
1566        :rtype: PropertyMetadata
1567        """
1568        return self._font_color_metadata
1569
1570    @font_color_metadata.setter
1571    def font_color_metadata(self, font_color_metadata):
1572        """Sets the font_color_metadata of this Numerical.
1573
1574          # noqa: E501
1575
1576        :param font_color_metadata: The font_color_metadata of this Numerical.  # noqa: E501
1577        :type: PropertyMetadata
1578        """
1579
1580        self._font_color_metadata = font_color_metadata
1581
1582    @property
1583    def font_metadata(self):
1584        """Gets the font_metadata of this Numerical.  # noqa: E501
1585
1586          # noqa: E501
1587
1588        :return: The font_metadata of this Numerical.  # noqa: E501
1589        :rtype: PropertyMetadata
1590        """
1591        return self._font_metadata
1592
1593    @font_metadata.setter
1594    def font_metadata(self, font_metadata):
1595        """Sets the font_metadata of this Numerical.
1596
1597          # noqa: E501
1598
1599        :param font_metadata: The font_metadata of this Numerical.  # noqa: E501
1600        :type: PropertyMetadata
1601        """
1602
1603        self._font_metadata = font_metadata
1604
1605    @property
1606    def font_size(self):
1607        """Gets the font_size of this Numerical.  # noqa: E501
1608
1609        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.  # noqa: E501
1610
1611        :return: The font_size of this Numerical.  # noqa: E501
1612        :rtype: str
1613        """
1614        return self._font_size
1615
1616    @font_size.setter
1617    def font_size(self, font_size):
1618        """Sets the font_size of this Numerical.
1619
1620        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.  # noqa: E501
1621
1622        :param font_size: The font_size of this Numerical.  # noqa: E501
1623        :type: str
1624        """
1625
1626        self._font_size = font_size
1627
1628    @property
1629    def font_size_metadata(self):
1630        """Gets the font_size_metadata of this Numerical.  # noqa: E501
1631
1632          # noqa: E501
1633
1634        :return: The font_size_metadata of this Numerical.  # noqa: E501
1635        :rtype: PropertyMetadata
1636        """
1637        return self._font_size_metadata
1638
1639    @font_size_metadata.setter
1640    def font_size_metadata(self, font_size_metadata):
1641        """Sets the font_size_metadata of this Numerical.
1642
1643          # noqa: E501
1644
1645        :param font_size_metadata: The font_size_metadata of this Numerical.  # noqa: E501
1646        :type: PropertyMetadata
1647        """
1648
1649        self._font_size_metadata = font_size_metadata
1650
1651    @property
1652    def form_order(self):
1653        """Gets the form_order of this Numerical.  # noqa: E501
1654
1655          # noqa: E501
1656
1657        :return: The form_order of this Numerical.  # noqa: E501
1658        :rtype: str
1659        """
1660        return self._form_order
1661
1662    @form_order.setter
1663    def form_order(self, form_order):
1664        """Sets the form_order of this Numerical.
1665
1666          # noqa: E501
1667
1668        :param form_order: The form_order of this Numerical.  # noqa: E501
1669        :type: str
1670        """
1671
1672        self._form_order = form_order
1673
1674    @property
1675    def form_order_metadata(self):
1676        """Gets the form_order_metadata of this Numerical.  # noqa: E501
1677
1678          # noqa: E501
1679
1680        :return: The form_order_metadata of this Numerical.  # noqa: E501
1681        :rtype: PropertyMetadata
1682        """
1683        return self._form_order_metadata
1684
1685    @form_order_metadata.setter
1686    def form_order_metadata(self, form_order_metadata):
1687        """Sets the form_order_metadata of this Numerical.
1688
1689          # noqa: E501
1690
1691        :param form_order_metadata: The form_order_metadata of this Numerical.  # noqa: E501
1692        :type: PropertyMetadata
1693        """
1694
1695        self._form_order_metadata = form_order_metadata
1696
1697    @property
1698    def form_page_label(self):
1699        """Gets the form_page_label of this Numerical.  # noqa: E501
1700
1701          # noqa: E501
1702
1703        :return: The form_page_label of this Numerical.  # noqa: E501
1704        :rtype: str
1705        """
1706        return self._form_page_label
1707
1708    @form_page_label.setter
1709    def form_page_label(self, form_page_label):
1710        """Sets the form_page_label of this Numerical.
1711
1712          # noqa: E501
1713
1714        :param form_page_label: The form_page_label of this Numerical.  # noqa: E501
1715        :type: str
1716        """
1717
1718        self._form_page_label = form_page_label
1719
1720    @property
1721    def form_page_label_metadata(self):
1722        """Gets the form_page_label_metadata of this Numerical.  # noqa: E501
1723
1724          # noqa: E501
1725
1726        :return: The form_page_label_metadata of this Numerical.  # noqa: E501
1727        :rtype: PropertyMetadata
1728        """
1729        return self._form_page_label_metadata
1730
1731    @form_page_label_metadata.setter
1732    def form_page_label_metadata(self, form_page_label_metadata):
1733        """Sets the form_page_label_metadata of this Numerical.
1734
1735          # noqa: E501
1736
1737        :param form_page_label_metadata: The form_page_label_metadata of this Numerical.  # noqa: E501
1738        :type: PropertyMetadata
1739        """
1740
1741        self._form_page_label_metadata = form_page_label_metadata
1742
1743    @property
1744    def form_page_number(self):
1745        """Gets the form_page_number of this Numerical.  # noqa: E501
1746
1747          # noqa: E501
1748
1749        :return: The form_page_number of this Numerical.  # noqa: E501
1750        :rtype: str
1751        """
1752        return self._form_page_number
1753
1754    @form_page_number.setter
1755    def form_page_number(self, form_page_number):
1756        """Sets the form_page_number of this Numerical.
1757
1758          # noqa: E501
1759
1760        :param form_page_number: The form_page_number of this Numerical.  # noqa: E501
1761        :type: str
1762        """
1763
1764        self._form_page_number = form_page_number
1765
1766    @property
1767    def form_page_number_metadata(self):
1768        """Gets the form_page_number_metadata of this Numerical.  # noqa: E501
1769
1770          # noqa: E501
1771
1772        :return: The form_page_number_metadata of this Numerical.  # noqa: E501
1773        :rtype: PropertyMetadata
1774        """
1775        return self._form_page_number_metadata
1776
1777    @form_page_number_metadata.setter
1778    def form_page_number_metadata(self, form_page_number_metadata):
1779        """Sets the form_page_number_metadata of this Numerical.
1780
1781          # noqa: E501
1782
1783        :param form_page_number_metadata: The form_page_number_metadata of this Numerical.  # noqa: E501
1784        :type: PropertyMetadata
1785        """
1786
1787        self._form_page_number_metadata = form_page_number_metadata
1788
1789    @property
1790    def height(self):
1791        """Gets the height of this Numerical.  # noqa: E501
1792
1793        Height of the tab in pixels.  # noqa: E501
1794
1795        :return: The height of this Numerical.  # noqa: E501
1796        :rtype: str
1797        """
1798        return self._height
1799
1800    @height.setter
1801    def height(self, height):
1802        """Sets the height of this Numerical.
1803
1804        Height of the tab in pixels.  # noqa: E501
1805
1806        :param height: The height of this Numerical.  # noqa: E501
1807        :type: str
1808        """
1809
1810        self._height = height
1811
1812    @property
1813    def height_metadata(self):
1814        """Gets the height_metadata of this Numerical.  # noqa: E501
1815
1816          # noqa: E501
1817
1818        :return: The height_metadata of this Numerical.  # noqa: E501
1819        :rtype: PropertyMetadata
1820        """
1821        return self._height_metadata
1822
1823    @height_metadata.setter
1824    def height_metadata(self, height_metadata):
1825        """Sets the height_metadata of this Numerical.
1826
1827          # noqa: E501
1828
1829        :param height_metadata: The height_metadata of this Numerical.  # noqa: E501
1830        :type: PropertyMetadata
1831        """
1832
1833        self._height_metadata = height_metadata
1834
1835    @property
1836    def italic(self):
1837        """Gets the italic of this Numerical.  # noqa: E501
1838
1839        When set to **true**, the information in the tab is italic.  # noqa: E501
1840
1841        :return: The italic of this Numerical.  # noqa: E501
1842        :rtype: str
1843        """
1844        return self._italic
1845
1846    @italic.setter
1847    def italic(self, italic):
1848        """Sets the italic of this Numerical.
1849
1850        When set to **true**, the information in the tab is italic.  # noqa: E501
1851
1852        :param italic: The italic of this Numerical.  # noqa: E501
1853        :type: str
1854        """
1855
1856        self._italic = italic
1857
1858    @property
1859    def italic_metadata(self):
1860        """Gets the italic_metadata of this Numerical.  # noqa: E501
1861
1862          # noqa: E501
1863
1864        :return: The italic_metadata of this Numerical.  # noqa: E501
1865        :rtype: PropertyMetadata
1866        """
1867        return self._italic_metadata
1868
1869    @italic_metadata.setter
1870    def italic_metadata(self, italic_metadata):
1871        """Sets the italic_metadata of this Numerical.
1872
1873          # noqa: E501
1874
1875        :param italic_metadata: The italic_metadata of this Numerical.  # noqa: E501
1876        :type: PropertyMetadata
1877        """
1878
1879        self._italic_metadata = italic_metadata
1880
1881    @property
1882    def locale_policy(self):
1883        """Gets the locale_policy of this Numerical.  # noqa: E501
1884
1885          # noqa: E501
1886
1887        :return: The locale_policy of this Numerical.  # noqa: E501
1888        :rtype: LocalePolicyTab
1889        """
1890        return self._locale_policy
1891
1892    @locale_policy.setter
1893    def locale_policy(self, locale_policy):
1894        """Sets the locale_policy of this Numerical.
1895
1896          # noqa: E501
1897
1898        :param locale_policy: The locale_policy of this Numerical.  # noqa: E501
1899        :type: LocalePolicyTab
1900        """
1901
1902        self._locale_policy = locale_policy
1903
1904    @property
1905    def locked(self):
1906        """Gets the locked of this Numerical.  # noqa: E501
1907
1908        When set to **true**, the signer cannot change the data of the custom tab.  # noqa: E501
1909
1910        :return: The locked of this Numerical.  # noqa: E501
1911        :rtype: str
1912        """
1913        return self._locked
1914
1915    @locked.setter
1916    def locked(self, locked):
1917        """Sets the locked of this Numerical.
1918
1919        When set to **true**, the signer cannot change the data of the custom tab.  # noqa: E501
1920
1921        :param locked: The locked of this Numerical.  # noqa: E501
1922        :type: str
1923        """
1924
1925        self._locked = locked
1926
1927    @property
1928    def locked_metadata(self):
1929        """Gets the locked_metadata of this Numerical.  # noqa: E501
1930
1931          # noqa: E501
1932
1933        :return: The locked_metadata of this Numerical.  # noqa: E501
1934        :rtype: PropertyMetadata
1935        """
1936        return self._locked_metadata
1937
1938    @locked_metadata.setter
1939    def locked_metadata(self, locked_metadata):
1940        """Sets the locked_metadata of this Numerical.
1941
1942          # noqa: E501
1943
1944        :param locked_metadata: The locked_metadata of this Numerical.  # noqa: E501
1945        :type: PropertyMetadata
1946        """
1947
1948        self._locked_metadata = locked_metadata
1949
1950    @property
1951    def max_length(self):
1952        """Gets the max_length of this Numerical.  # noqa: E501
1953
1954        An optional value that describes the maximum length of the property when the property is a string.  # noqa: E501
1955
1956        :return: The max_length of this Numerical.  # noqa: E501
1957        :rtype: str
1958        """
1959        return self._max_length
1960
1961    @max_length.setter
1962    def max_length(self, max_length):
1963        """Sets the max_length of this Numerical.
1964
1965        An optional value that describes the maximum length of the property when the property is a string.  # noqa: E501
1966
1967        :param max_length: The max_length of this Numerical.  # noqa: E501
1968        :type: str
1969        """
1970
1971        self._max_length = max_length
1972
1973    @property
1974    def max_length_metadata(self):
1975        """Gets the max_length_metadata of this Numerical.  # noqa: E501
1976
1977          # noqa: E501
1978
1979        :return: The max_length_metadata of this Numerical.  # noqa: E501
1980        :rtype: PropertyMetadata
1981        """
1982        return self._max_length_metadata
1983
1984    @max_length_metadata.setter
1985    def max_length_metadata(self, max_length_metadata):
1986        """Sets the max_length_metadata of this Numerical.
1987
1988          # noqa: E501
1989
1990        :param max_length_metadata: The max_length_metadata of this Numerical.  # noqa: E501
1991        :type: PropertyMetadata
1992        """
1993
1994        self._max_length_metadata = max_length_metadata
1995
1996    @property
1997    def max_numerical_value(self):
1998        """Gets the max_numerical_value of this Numerical.  # noqa: E501
1999
2000          # noqa: E501
2001
2002        :return: The max_numerical_value of this Numerical.  # noqa: E501
2003        :rtype: str
2004        """
2005        return self._max_numerical_value
2006
2007    @max_numerical_value.setter
2008    def max_numerical_value(self, max_numerical_value):
2009        """Sets the max_numerical_value of this Numerical.
2010
2011          # noqa: E501
2012
2013        :param max_numerical_value: The max_numerical_value of this Numerical.  # noqa: E501
2014        :type: str
2015        """
2016
2017        self._max_numerical_value = max_numerical_value
2018
2019    @property
2020    def merge_field(self):
2021        """Gets the merge_field of this Numerical.  # noqa: E501
2022
2023          # noqa: E501
2024
2025        :return: The merge_field of this Numerical.  # noqa: E501
2026        :rtype: MergeField
2027        """
2028        return self._merge_field
2029
2030    @merge_field.setter
2031    def merge_field(self, merge_field):
2032        """Sets the merge_field of this Numerical.
2033
2034          # noqa: E501
2035
2036        :param merge_field: The merge_field of this Numerical.  # noqa: E501
2037        :type: MergeField
2038        """
2039
2040        self._merge_field = merge_field
2041
2042    @property
2043    def merge_field_xml(self):
2044        """Gets the merge_field_xml of this Numerical.  # noqa: E501
2045
2046          # noqa: E501
2047
2048        :return: The merge_field_xml of this Numerical.  # noqa: E501
2049        :rtype: str
2050        """
2051        return self._merge_field_xml
2052
2053    @merge_field_xml.setter
2054    def merge_field_xml(self, merge_field_xml):
2055        """Sets the merge_field_xml of this Numerical.
2056
2057          # noqa: E501
2058
2059        :param merge_field_xml: The merge_field_xml of this Numerical.  # noqa: E501
2060        :type: str
2061        """
2062
2063        self._merge_field_xml = merge_field_xml
2064
2065    @property
2066    def min_numerical_value(self):
2067        """Gets the min_numerical_value of this Numerical.  # noqa: E501
2068
2069          # noqa: E501
2070
2071        :return: The min_numerical_value of this Numerical.  # noqa: E501
2072        :rtype: str
2073        """
2074        return self._min_numerical_value
2075
2076    @min_numerical_value.setter
2077    def min_numerical_value(self, min_numerical_value):
2078        """Sets the min_numerical_value of this Numerical.
2079
2080          # noqa: E501
2081
2082        :param min_numerical_value: The min_numerical_value of this Numerical.  # noqa: E501
2083        :type: str
2084        """
2085
2086        self._min_numerical_value = min_numerical_value
2087
2088    @property
2089    def name(self):
2090        """Gets the name of this Numerical.  # noqa: E501
2091
2092          # noqa: E501
2093
2094        :return: The name of this Numerical.  # noqa: E501
2095        :rtype: str
2096        """
2097        return self._name
2098
2099    @name.setter
2100    def name(self, name):
2101        """Sets the name of this Numerical.
2102
2103          # noqa: E501
2104
2105        :param name: The name of this Numerical.  # noqa: E501
2106        :type: str
2107        """
2108
2109        self._name = name
2110
2111    @property
2112    def name_metadata(self):
2113        """Gets the name_metadata of this Numerical.  # noqa: E501
2114
2115          # noqa: E501
2116
2117        :return: The name_metadata of this Numerical.  # noqa: E501
2118        :rtype: PropertyMetadata
2119        """
2120        return self._name_metadata
2121
2122    @name_metadata.setter
2123    def name_metadata(self, name_metadata):
2124        """Sets the name_metadata of this Numerical.
2125
2126          # noqa: E501
2127
2128        :param name_metadata: The name_metadata of this Numerical.  # noqa: E501
2129        :type: PropertyMetadata
2130        """
2131
2132        self._name_metadata = name_metadata
2133
2134    @property
2135    def numerical_value(self):
2136        """Gets the numerical_value of this Numerical.  # noqa: E501
2137
2138          # noqa: E501
2139
2140        :return: The numerical_value of this Numerical.  # noqa: E501
2141        :rtype: str
2142        """
2143        return self._numerical_value
2144
2145    @numerical_value.setter
2146    def numerical_value(self, numerical_value):
2147        """Sets the numerical_value of this Numerical.
2148
2149          # noqa: E501
2150
2151        :param numerical_value: The numerical_value of this Numerical.  # noqa: E501
2152        :type: str
2153        """
2154
2155        self._numerical_value = numerical_value
2156
2157    @property
2158    def original_numerical_value(self):
2159        """Gets the original_numerical_value of this Numerical.  # noqa: E501
2160
2161          # noqa: E501
2162
2163        :return: The original_numerical_value of this Numerical.  # noqa: E501
2164        :rtype: str
2165        """
2166        return self._original_numerical_value
2167
2168    @original_numerical_value.setter
2169    def original_numerical_value(self, original_numerical_value):
2170        """Sets the original_numerical_value of this Numerical.
2171
2172          # noqa: E501
2173
2174        :param original_numerical_value: The original_numerical_value of this Numerical.  # noqa: E501
2175        :type: str
2176        """
2177
2178        self._original_numerical_value = original_numerical_value
2179
2180    @property
2181    def original_value(self):
2182        """Gets the original_value of this Numerical.  # noqa: E501
2183
2184        The initial value of the tab when it was sent to the recipient.   # noqa: E501
2185
2186        :return: The original_value of this Numerical.  # noqa: E501
2187        :rtype: str
2188        """
2189        return self._original_value
2190
2191    @original_value.setter
2192    def original_value(self, original_value):
2193        """Sets the original_value of this Numerical.
2194
2195        The initial value of the tab when it was sent to the recipient.   # noqa: E501
2196
2197        :param original_value: The original_value of this Numerical.  # noqa: E501
2198        :type: str
2199        """
2200
2201        self._original_value = original_value
2202
2203    @property
2204    def original_value_metadata(self):
2205        """Gets the original_value_metadata of this Numerical.  # noqa: E501
2206
2207          # noqa: E501
2208
2209        :return: The original_value_metadata of this Numerical.  # noqa: E501
2210        :rtype: PropertyMetadata
2211        """
2212        return self._original_value_metadata
2213
2214    @original_value_metadata.setter
2215    def original_value_metadata(self, original_value_metadata):
2216        """Sets the original_value_metadata of this Numerical.
2217
2218          # noqa: E501
2219
2220        :param original_value_metadata: The original_value_metadata of this Numerical.  # noqa: E501
2221        :type: PropertyMetadata
2222        """
2223
2224        self._original_value_metadata = original_value_metadata
2225
2226    @property
2227    def page_number(self):
2228        """Gets the page_number of this Numerical.  # noqa: E501
2229
2230        Specifies the page number on which the tab is located.  # noqa: E501
2231
2232        :return: The page_number of this Numerical.  # noqa: E501
2233        :rtype: str
2234        """
2235        return self._page_number
2236
2237    @page_number.setter
2238    def page_number(self, page_number):
2239        """Sets the page_number of this Numerical.
2240
2241        Specifies the page number on which the tab is located.  # noqa: E501
2242
2243        :param page_number: The page_number of this Numerical.  # noqa: E501
2244        :type: str
2245        """
2246
2247        self._page_number = page_number
2248
2249    @property
2250    def page_number_metadata(self):
2251        """Gets the page_number_metadata of this Numerical.  # noqa: E501
2252
2253          # noqa: E501
2254
2255        :return: The page_number_metadata of this Numerical.  # noqa: E501
2256        :rtype: PropertyMetadata
2257        """
2258        return self._page_number_metadata
2259
2260    @page_number_metadata.setter
2261    def page_number_metadata(self, page_number_metadata):
2262        """Sets the page_number_metadata of this Numerical.
2263
2264          # noqa: E501
2265
2266        :param page_number_metadata: The page_number_metadata of this Numerical.  # noqa: E501
2267        :type: PropertyMetadata
2268        """
2269
2270        self._page_number_metadata = page_number_metadata
2271
2272    @property
2273    def recipient_id(self):
2274        """Gets the recipient_id of this Numerical.  # noqa: E501
2275
2276        Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.  # noqa: E501
2277
2278        :return: The recipient_id of this Numerical.  # noqa: E501
2279        :rtype: str
2280        """
2281        return self._recipient_id
2282
2283    @recipient_id.setter
2284    def recipient_id(self, recipient_id):
2285        """Sets the recipient_id of this Numerical.
2286
2287        Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.  # noqa: E501
2288
2289        :param recipient_id: The recipient_id of this Numerical.  # noqa: E501
2290        :type: str
2291        """
2292
2293        self._recipient_id = recipient_id
2294
2295    @property
2296    def recipient_id_guid(self):
2297        """Gets the recipient_id_guid of this Numerical.  # noqa: E501
2298
2299          # noqa: E501
2300
2301        :return: The recipient_id_guid of this Numerical.  # noqa: E501
2302        :rtype: str
2303        """
2304        return self._recipient_id_guid
2305
2306    @recipient_id_guid.setter
2307    def recipient_id_guid(self, recipient_id_guid):
2308        """Sets the recipient_id_guid of this Numerical.
2309
2310          # noqa: E501
2311
2312        :param recipient_id_guid: The recipient_id_guid of this Numerical.  # noqa: E501
2313        :type: str
2314        """
2315
2316        self._recipient_id_guid = recipient_id_guid
2317
2318    @property
2319    def recipient_id_guid_metadata(self):
2320        """Gets the recipient_id_guid_metadata of this Numerical.  # noqa: E501
2321
2322          # noqa: E501
2323
2324        :return: The recipient_id_guid_metadata of this Numerical.  # noqa: E501
2325        :rtype: PropertyMetadata
2326        """
2327        return self._recipient_id_guid_metadata
2328
2329    @recipient_id_guid_metadata.setter
2330    def recipient_id_guid_metadata(self, recipient_id_guid_metadata):
2331        """Sets the recipient_id_guid_metadata of this Numerical.
2332
2333          # noqa: E501
2334
2335        :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Numerical.  # noqa: E501
2336        :type: PropertyMetadata
2337        """
2338
2339        self._recipient_id_guid_metadata = recipient_id_guid_metadata
2340
2341    @property
2342    def recipient_id_metadata(self):
2343        """Gets the recipient_id_metadata of this Numerical.  # noqa: E501
2344
2345          # noqa: E501
2346
2347        :return: The recipient_id_metadata of this Numerical.  # noqa: E501
2348        :rtype: PropertyMetadata
2349        """
2350        return self._recipient_id_metadata
2351
2352    @recipient_id_metadata.setter
2353    def recipient_id_metadata(self, recipient_id_metadata):
2354        """Sets the recipient_id_metadata of this Numerical.
2355
2356          # noqa: E501
2357
2358        :param recipient_id_metadata: The recipient_id_metadata of this Numerical.  # noqa: E501
2359        :type: PropertyMetadata
2360        """
2361
2362        self._recipient_id_metadata = recipient_id_metadata
2363
2364    @property
2365    def require_all(self):
2366        """Gets the require_all of this Numerical.  # noqa: E501
2367
2368        When set to **true** and shared is true, information must be entered in this field to complete the envelope.   # noqa: E501
2369
2370        :return: The require_all of this Numerical.  # noqa: E501
2371        :rtype: str
2372        """
2373        return self._require_all
2374
2375    @require_all.setter
2376    def require_all(self, require_all):
2377        """Sets the require_all of this Numerical.
2378
2379        When set to **true** and shared is true, information must be entered in this field to complete the envelope.   # noqa: E501
2380
2381        :param require_all: The require_all of this Numerical.  # noqa: E501
2382        :type: str
2383        """
2384
2385        self._require_all = require_all
2386
2387    @property
2388    def require_all_metadata(self):
2389        """Gets the require_all_metadata of this Numerical.  # noqa: E501
2390
2391          # noqa: E501
2392
2393        :return: The require_all_metadata of this Numerical.  # noqa: E501
2394        :rtype: PropertyMetadata
2395        """
2396        return self._require_all_metadata
2397
2398    @require_all_metadata.setter
2399    def require_all_metadata(self, require_all_metadata):
2400        """Sets the require_all_metadata of this Numerical.
2401
2402          # noqa: E501
2403
2404        :param require_all_metadata: The require_all_metadata of this Numerical.  # noqa: E501
2405        :type: PropertyMetadata
2406        """
2407
2408        self._require_all_metadata = require_all_metadata
2409
2410    @property
2411    def required(self):
2412        """Gets the required of this Numerical.  # noqa: E501
2413
2414        When set to **true**, the signer is required to fill out this tab  # noqa: E501
2415
2416        :return: The required of this Numerical.  # noqa: E501
2417        :rtype: str
2418        """
2419        return self._required
2420
2421    @required.setter
2422    def required(self, required):
2423        """Sets the required of this Numerical.
2424
2425        When set to **true**, the signer is required to fill out this tab  # noqa: E501
2426
2427        :param required: The required of this Numerical.  # noqa: E501
2428        :type: str
2429        """
2430
2431        self._required = required
2432
2433    @property
2434    def required_metadata(self):
2435        """Gets the required_metadata of this Numerical.  # noqa: E501
2436
2437          # noqa: E501
2438
2439        :return: The required_metadata of this Numerical.  # noqa: E501
2440        :rtype: PropertyMetadata
2441        """
2442        return self._required_metadata
2443
2444    @required_metadata.setter
2445    def required_metadata(self, required_metadata):
2446        """Sets the required_metadata of this Numerical.
2447
2448          # noqa: E501
2449
2450        :param required_metadata: The required_metadata of this Numerical.  # noqa: E501
2451        :type: PropertyMetadata
2452        """
2453
2454        self._required_metadata = required_metadata
2455
2456    @property
2457    def require_initial_on_shared_change(self):
2458        """Gets the require_initial_on_shared_change of this Numerical.  # noqa: E501
2459
2460        Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.  # noqa: E501
2461
2462        :return: The require_initial_on_shared_change of this Numerical.  # noqa: E501
2463        :rtype: str
2464        """
2465        return self._require_initial_on_shared_change
2466
2467    @require_initial_on_shared_change.setter
2468    def require_initial_on_shared_change(self, require_initial_on_shared_change):
2469        """Sets the require_initial_on_shared_change of this Numerical.
2470
2471        Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.  # noqa: E501
2472
2473        :param require_initial_on_shared_change: The require_initial_on_shared_change of this Numerical.  # noqa: E501
2474        :type: str
2475        """
2476
2477        self._require_initial_on_shared_change = require_initial_on_shared_change
2478
2479    @property
2480    def require_initial_on_shared_change_metadata(self):
2481        """Gets the require_initial_on_shared_change_metadata of this Numerical.  # noqa: E501
2482
2483          # noqa: E501
2484
2485        :return: The require_initial_on_shared_change_metadata of this Numerical.  # noqa: E501
2486        :rtype: PropertyMetadata
2487        """
2488        return self._require_initial_on_shared_change_metadata
2489
2490    @require_initial_on_shared_change_metadata.setter
2491    def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata):
2492        """Sets the require_initial_on_shared_change_metadata of this Numerical.
2493
2494          # noqa: E501
2495
2496        :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Numerical.  # noqa: E501
2497        :type: PropertyMetadata
2498        """
2499
2500        self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata
2501
2502    @property
2503    def sender_required(self):
2504        """Gets the sender_required of this Numerical.  # noqa: E501
2505
2506        When set to **true**, the sender must populate the tab before an envelope can be sent using the template.   This value tab can only be changed by modifying (PUT) the template.   Tabs with a `senderRequired` value of true cannot be deleted from an envelope.  # noqa: E501
2507
2508        :return: The sender_required of this Numerical.  # noqa: E501
2509        :rtype: str
2510        """
2511        return self._sender_required
2512
2513    @sender_required.setter
2514    def sender_required(self, sender_required):
2515        """Sets the sender_required of this Numerical.
2516
2517        When set to **true**, the sender must populate the tab before an envelope can be sent using the template.   This value tab can only be changed by modifying (PUT) the template.   Tabs with a `senderRequired` value of true cannot be deleted from an envelope.  # noqa: E501
2518
2519        :param sender_required: The sender_required of this Numerical.  # noqa: E501
2520        :type: str
2521        """
2522
2523        self._sender_required = sender_required
2524
2525    @property
2526    def sender_required_metadata(self):
2527        """Gets the sender_required_metadata of this Numerical.  # noqa: E501
2528
2529          # noqa: E501
2530
2531        :return: The sender_required_metadata of this Numerical.  # noqa: E501
2532        :rtype: PropertyMetadata
2533        """
2534        return self._sender_required_metadata
2535
2536    @sender_required_metadata.setter
2537    def sender_required_metadata(self, sender_required_metadata):
2538        """Sets the sender_required_metadata of this Numerical.
2539
2540          # noqa: E501
2541
2542        :param sender_required_metadata: The sender_required_metadata of this Numerical.  # noqa: E501
2543        :type: PropertyMetadata
2544        """
2545
2546        self._sender_required_metadata = sender_required_metadata
2547
2548    @property
2549    def shared(self):
2550        """Gets the shared of this Numerical.  # noqa: E501
2551
2552        When set to **true**, this custom tab is shared.  # noqa: E501
2553
2554        :return: The shared of this Numerical.  # noqa: E501
2555        :rtype: str
2556        """
2557        return self._shared
2558
2559    @shared.setter
2560    def shared(self, shared):
2561        """Sets the shared of this Numerical.
2562
2563        When set to **true**, this custom tab is shared.  # noqa: E501
2564
2565        :param shared: The shared of this Numerical.  # noqa: E501
2566        :type: str
2567        """
2568
2569        self._shared = shared
2570
2571    @property
2572    def shared_metadata(self):
2573        """Gets the shared_metadata of this Numerical.  # noqa: E501
2574
2575          # noqa: E501
2576
2577        :return: The shared_metadata of this Numerical.  # noqa: E501
2578        :rtype: PropertyMetadata
2579        """
2580        return self._shared_metadata
2581
2582    @shared_metadata.setter
2583    def shared_metadata(self, shared_metadata):
2584        """Sets the shared_metadata of this Numerical.
2585
2586          # noqa: E501
2587
2588        :param shared_metadata: The shared_metadata of this Numerical.  # noqa: E501
2589        :type: PropertyMetadata
2590        """
2591
2592        self._shared_metadata = shared_metadata
2593
2594    @property
2595    def share_to_recipients(self):
2596        """Gets the share_to_recipients of this Numerical.  # noqa: E501
2597
2598          # noqa: E501
2599
2600        :return: The share_to_recipients of this Numerical.  # noqa: E501
2601        :rtype: str
2602        """
2603        return self._share_to_recipients
2604
2605    @share_to_recipients.setter
2606    def share_to_recipients(self, share_to_recipients):
2607        """Sets the share_to_recipients of this Numerical.
2608
2609          # noqa: E501
2610
2611        :param share_to_recipients: The share_to_recipients of this Numerical.  # noqa: E501
2612        :type: str
2613        """
2614
2615        self._share_to_recipients = share_to_recipients
2616
2617    @property
2618    def share_to_recipients_metadata(self):
2619        """Gets the share_to_recipients_metadata of this Numerical.  # noqa: E501
2620
2621          # noqa: E501
2622
2623        :return: The share_to_recipients_metadata of this Numerical.  # noqa: E501
2624        :rtype: PropertyMetadata
2625        """
2626        return self._share_to_recipients_metadata
2627
2628    @share_to_recipients_metadata.setter
2629    def share_to_recipients_metadata(self, share_to_recipients_metadata):
2630        """Sets the share_to_recipients_metadata of this Numerical.
2631
2632          # noqa: E501
2633
2634        :param share_to_recipients_metadata: The share_to_recipients_metadata of this Numerical.  # noqa: E501
2635        :type: PropertyMetadata
2636        """
2637
2638        self._share_to_recipients_metadata = share_to_recipients_metadata
2639
2640    @property
2641    def smart_contract_information(self):
2642        """Gets the smart_contract_information of this Numerical.  # noqa: E501
2643
2644          # noqa: E501
2645
2646        :return: The smart_contract_information of this Numerical.  # noqa: E501
2647        :rtype: SmartContractInformation
2648        """
2649        return self._smart_contract_information
2650
2651    @smart_contract_information.setter
2652    def smart_contract_information(self, smart_contract_information):
2653        """Sets the smart_contract_information of this Numerical.
2654
2655          # noqa: E501
2656
2657        :param smart_contract_information: The smart_contract_information of this Numerical.  # noqa: E501
2658        :type: SmartContractInformation
2659        """
2660
2661        self._smart_contract_information = smart_contract_information
2662
2663    @property
2664    def source(self):
2665        """Gets the source of this Numerical.  # noqa: E501
2666
2667          # noqa: E501
2668
2669        :return: The source of this Numerical.  # noqa: E501
2670        :rtype: str
2671        """
2672        return self._source
2673
2674    @source.setter
2675    def source(self, source):
2676        """Sets the source of this Numerical.
2677
2678          # noqa: E501
2679
2680        :param source: The source of this Numerical.  # noqa: E501
2681        :type: str
2682        """
2683
2684        self._source = source
2685
2686    @property
2687    def status(self):
2688        """Gets the status of this Numerical.  # noqa: E501
2689
2690        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.  # noqa: E501
2691
2692        :return: The status of this Numerical.  # noqa: E501
2693        :rtype: str
2694        """
2695        return self._status
2696
2697    @status.setter
2698    def status(self, status):
2699        """Sets the status of this Numerical.
2700
2701        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.  # noqa: E501
2702
2703        :param status: The status of this Numerical.  # noqa: E501
2704        :type: str
2705        """
2706
2707        self._status = status
2708
2709    @property
2710    def status_metadata(self):
2711        """Gets the status_metadata of this Numerical.  # noqa: E501
2712
2713          # noqa: E501
2714
2715        :return: The status_metadata of this Numerical.  # noqa: E501
2716        :rtype: PropertyMetadata
2717        """
2718        return self._status_metadata
2719
2720    @status_metadata.setter
2721    def status_metadata(self, status_metadata):
2722        """Sets the status_metadata of this Numerical.
2723
2724          # noqa: E501
2725
2726        :param status_metadata: The status_metadata of this Numerical.  # noqa: E501
2727        :type: PropertyMetadata
2728        """
2729
2730        self._status_metadata = status_metadata
2731
2732    @property
2733    def tab_fully_qualified_path(self):
2734        """Gets the tab_fully_qualified_path of this Numerical.  # noqa: E501
2735
2736          # noqa: E501
2737
2738        :return: The tab_fully_qualified_path of this Numerical.  # noqa: E501
2739        :rtype: str
2740        """
2741        return self._tab_fully_qualified_path
2742
2743    @tab_fully_qualified_path.setter
2744    def tab_fully_qualified_path(self, tab_fully_qualified_path):
2745        """Sets the tab_fully_qualified_path of this Numerical.
2746
2747          # noqa: E501
2748
2749        :param tab_fully_qualified_path: The tab_fully_qualified_path of this Numerical.  # noqa: E501
2750        :type: str
2751        """
2752
2753        self._tab_fully_qualified_path = tab_fully_qualified_path
2754
2755    @property
2756    def tab_group_labels(self):
2757        """Gets the tab_group_labels of this Numerical.  # noqa: E501
2758
2759          # noqa: E501
2760
2761        :return: The tab_group_labels of this Numerical.  # noqa: E501
2762        :rtype: list[str]
2763        """
2764        return self._tab_group_labels
2765
2766    @tab_group_labels.setter
2767    def tab_group_labels(self, tab_group_labels):
2768        """Sets the tab_group_labels of this Numerical.
2769
2770          # noqa: E501
2771
2772        :param tab_group_labels: The tab_group_labels of this Numerical.  # noqa: E501
2773        :type: list[str]
2774        """
2775
2776        self._tab_group_labels = tab_group_labels
2777
2778    @property
2779    def tab_group_labels_metadata(self):
2780        """Gets the tab_group_labels_metadata of this Numerical.  # noqa: E501
2781
2782          # noqa: E501
2783
2784        :return: The tab_group_labels_metadata of this Numerical.  # noqa: E501
2785        :rtype: PropertyMetadata
2786        """
2787        return self._tab_group_labels_metadata
2788
2789    @tab_group_labels_metadata.setter
2790    def tab_group_labels_metadata(self, tab_group_labels_metadata):
2791        """Sets the tab_group_labels_metadata of this Numerical.
2792
2793          # noqa: E501
2794
2795        :param tab_group_labels_metadata: The tab_group_labels_metadata of this Numerical.  # noqa: E501
2796        :type: PropertyMetadata
2797        """
2798
2799        self._tab_group_labels_metadata = tab_group_labels_metadata
2800
2801    @property
2802    def tab_id(self):
2803        """Gets the tab_id of this Numerical.  # noqa: E501
2804
2805        The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].       # noqa: E501
2806
2807        :return: The tab_id of this Numerical.  # noqa: E501
2808        :rtype: str
2809        """
2810        return self._tab_id
2811
2812    @tab_id.setter
2813    def tab_id(self, tab_id):
2814        """Sets the tab_id of this Numerical.
2815
2816        The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].       # noqa: E501
2817
2818        :param tab_id: The tab_id of this Numerical.  # noqa: E501
2819        :type: str
2820        """
2821
2822        self._tab_id = tab_id
2823
2824    @property
2825    def tab_id_metadata(self):
2826        """Gets the tab_id_metadata of this Numerical.  # noqa: E501
2827
2828          # noqa: E501
2829
2830        :return: The tab_id_metadata of this Numerical.  # noqa: E501
2831        :rtype: PropertyMetadata
2832        """
2833        return self._tab_id_metadata
2834
2835    @tab_id_metadata.setter
2836    def tab_id_metadata(self, tab_id_metadata):
2837        """Sets the tab_id_metadata of this Numerical.
2838
2839          # noqa: E501
2840
2841        :param tab_id_metadata: The tab_id_metadata of this Numerical.  # noqa: E501
2842        :type: PropertyMetadata
2843        """
2844
2845        self._tab_id_metadata = tab_id_metadata
2846
2847    @property
2848    def tab_label(self):
2849        """Gets the tab_label of this Numerical.  # noqa: E501
2850
2851        The label string associated with the tab.  # noqa: E501
2852
2853        :return: The tab_label of this Numerical.  # noqa: E501
2854        :rtype: str
2855        """
2856        return self._tab_label
2857
2858    @tab_label.setter
2859    def tab_label(self, tab_label):
2860        """Sets the tab_label of this Numerical.
2861
2862        The label string associated with the tab.  # noqa: E501
2863
2864        :param tab_label: The tab_label of this Numerical.  # noqa: E501
2865        :type: str
2866        """
2867
2868        self._tab_label = tab_label
2869
2870    @property
2871    def tab_label_metadata(self):
2872        """Gets the tab_label_metadata of this Numerical.  # noqa: E501
2873
2874          # noqa: E501
2875
2876        :return: The tab_label_metadata of this Numerical.  # noqa: E501
2877        :rtype: PropertyMetadata
2878        """
2879        return self._tab_label_metadata
2880
2881    @tab_label_metadata.setter
2882    def tab_label_metadata(self, tab_label_metadata):
2883        """Sets the tab_label_metadata of this Numerical.
2884
2885          # noqa: E501
2886
2887        :param tab_label_metadata: The tab_label_metadata of this Numerical.  # noqa: E501
2888        :type: PropertyMetadata
2889        """
2890
2891        self._tab_label_metadata = tab_label_metadata
2892
2893    @property
2894    def tab_order(self):
2895        """Gets the tab_order of this Numerical.  # noqa: E501
2896
2897          # noqa: E501
2898
2899        :return: The tab_order of this Numerical.  # noqa: E501
2900        :rtype: str
2901        """
2902        return self._tab_order
2903
2904    @tab_order.setter
2905    def tab_order(self, tab_order):
2906        """Sets the tab_order of this Numerical.
2907
2908          # noqa: E501
2909
2910        :param tab_order: The tab_order of this Numerical.  # noqa: E501
2911        :type: str
2912        """
2913
2914        self._tab_order = tab_order
2915
2916    @property
2917    def tab_order_metadata(self):
2918        """Gets the tab_order_metadata of this Numerical.  # noqa: E501
2919
2920          # noqa: E501
2921
2922        :return: The tab_order_metadata of this Numerical.  # noqa: E501
2923        :rtype: PropertyMetadata
2924        """
2925        return self._tab_order_metadata
2926
2927    @tab_order_metadata.setter
2928    def tab_order_metadata(self, tab_order_metadata):
2929        """Sets the tab_order_metadata of this Numerical.
2930
2931          # noqa: E501
2932
2933        :param tab_order_metadata: The tab_order_metadata of this Numerical.  # noqa: E501
2934        :type: PropertyMetadata
2935        """
2936
2937        self._tab_order_metadata = tab_order_metadata
2938
2939    @property
2940    def tab_type(self):
2941        """Gets the tab_type of this Numerical.  # noqa: E501
2942
2943          # noqa: E501
2944
2945        :return: The tab_type of this Numerical.  # noqa: E501
2946        :rtype: str
2947        """
2948        return self._tab_type
2949
2950    @tab_type.setter
2951    def tab_type(self, tab_type):
2952        """Sets the tab_type of this Numerical.
2953
2954          # noqa: E501
2955
2956        :param tab_type: The tab_type of this Numerical.  # noqa: E501
2957        :type: str
2958        """
2959
2960        self._tab_type = tab_type
2961
2962    @property
2963    def tab_type_metadata(self):
2964        """Gets the tab_type_metadata of this Numerical.  # noqa: E501
2965
2966          # noqa: E501
2967
2968        :return: The tab_type_metadata of this Numerical.  # noqa: E501
2969        :rtype: PropertyMetadata
2970        """
2971        return self._tab_type_metadata
2972
2973    @tab_type_metadata.setter
2974    def tab_type_metadata(self, tab_type_metadata):
2975        """Sets the tab_type_metadata of this Numerical.
2976
2977          # noqa: E501
2978
2979        :param tab_type_metadata: The tab_type_metadata of this Numerical.  # noqa: E501
2980        :type: PropertyMetadata
2981        """
2982
2983        self._tab_type_metadata = tab_type_metadata
2984
2985    @property
2986    def template_locked(self):
2987        """Gets the template_locked of this Numerical.  # noqa: E501
2988
2989        When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients.   # noqa: E501
2990
2991        :return: The template_locked of this Numerical.  # noqa: E501
2992        :rtype: str
2993        """
2994        return self._template_locked
2995
2996    @template_locked.setter
2997    def template_locked(self, template_locked):
2998        """Sets the template_locked of this Numerical.
2999
3000        When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients.   # noqa: E501
3001
3002        :param template_locked: The template_locked of this Numerical.  # noqa: E501
3003        :type: str
3004        """
3005
3006        self._template_locked = template_locked
3007
3008    @property
3009    def template_locked_metadata(self):
3010        """Gets the template_locked_metadata of this Numerical.  # noqa: E501
3011
3012          # noqa: E501
3013
3014        :return: The template_locked_metadata of this Numerical.  # noqa: E501
3015        :rtype: PropertyMetadata
3016        """
3017        return self._template_locked_metadata
3018
3019    @template_locked_metadata.setter
3020    def template_locked_metadata(self, template_locked_metadata):
3021        """Sets the template_locked_metadata of this Numerical.
3022
3023          # noqa: E501
3024
3025        :param template_locked_metadata: The template_locked_metadata of this Numerical.  # noqa: E501
3026        :type: PropertyMetadata
3027        """
3028
3029        self._template_locked_metadata = template_locked_metadata
3030
3031    @property
3032    def template_required(self):
3033        """Gets the template_required of this Numerical.  # noqa: E501
3034
3035        When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.  # noqa: E501
3036
3037        :return: The template_required of this Numerical.  # noqa: E501
3038        :rtype: str
3039        """
3040        return self._template_required
3041
3042    @template_required.setter
3043    def template_required(self, template_required):
3044        """Sets the template_required of this Numerical.
3045
3046        When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.  # noqa: E501
3047
3048        :param template_required: The template_required of this Numerical.  # noqa: E501
3049        :type: str
3050        """
3051
3052        self._template_required = template_required
3053
3054    @property
3055    def template_required_metadata(self):
3056        """Gets the template_required_metadata of this Numerical.  # noqa: E501
3057
3058          # noqa: E501
3059
3060        :return: The template_required_metadata of this Numerical.  # noqa: E501
3061        :rtype: PropertyMetadata
3062        """
3063        return self._template_required_metadata
3064
3065    @template_required_metadata.setter
3066    def template_required_metadata(self, template_required_metadata):
3067        """Sets the template_required_metadata of this Numerical.
3068
3069          # noqa: E501
3070
3071        :param template_required_metadata: The template_required_metadata of this Numerical.  # noqa: E501
3072        :type: PropertyMetadata
3073        """
3074
3075        self._template_required_metadata = template_required_metadata
3076
3077    @property
3078    def tooltip(self):
3079        """Gets the tooltip of this Numerical.  # noqa: E501
3080
3081          # noqa: E501
3082
3083        :return: The tooltip of this Numerical.  # noqa: E501
3084        :rtype: str
3085        """
3086        return self._tooltip
3087
3088    @tooltip.setter
3089    def tooltip(self, tooltip):
3090        """Sets the tooltip of this Numerical.
3091
3092          # noqa: E501
3093
3094        :param tooltip: The tooltip of this Numerical.  # noqa: E501
3095        :type: str
3096        """
3097
3098        self._tooltip = tooltip
3099
3100    @property
3101    def tool_tip_metadata(self):
3102        """Gets the tool_tip_metadata of this Numerical.  # noqa: E501
3103
3104          # noqa: E501
3105
3106        :return: The tool_tip_metadata of this Numerical.  # noqa: E501
3107        :rtype: PropertyMetadata
3108        """
3109        return self._tool_tip_metadata
3110
3111    @tool_tip_metadata.setter
3112    def tool_tip_metadata(self, tool_tip_metadata):
3113        """Sets the tool_tip_metadata of this Numerical.
3114
3115          # noqa: E501
3116
3117        :param tool_tip_metadata: The tool_tip_metadata of this Numerical.  # noqa: E501
3118        :type: PropertyMetadata
3119        """
3120
3121        self._tool_tip_metadata = tool_tip_metadata
3122
3123    @property
3124    def underline(self):
3125        """Gets the underline of this Numerical.  # noqa: E501
3126
3127        When set to **true**, the information in the tab is underlined.  # noqa: E501
3128
3129        :return: The underline of this Numerical.  # noqa: E501
3130        :rtype: str
3131        """
3132        return self._underline
3133
3134    @underline.setter
3135    def underline(self, underline):
3136        """Sets the underline of this Numerical.
3137
3138        When set to **true**, the information in the tab is underlined.  # noqa: E501
3139
3140        :param underline: The underline of this Numerical.  # noqa: E501
3141        :type: str
3142        """
3143
3144        self._underline = underline
3145
3146    @property
3147    def underline_metadata(self):
3148        """Gets the underline_metadata of this Numerical.  # noqa: E501
3149
3150          # noqa: E501
3151
3152        :return: The underline_metadata of this Numerical.  # noqa: E501
3153        :rtype: PropertyMetadata
3154        """
3155        return self._underline_metadata
3156
3157    @underline_metadata.setter
3158    def underline_metadata(self, underline_metadata):
3159        """Sets the underline_metadata of this Numerical.
3160
3161          # noqa: E501
3162
3163        :param underline_metadata: The underline_metadata of this Numerical.  # noqa: E501
3164        :type: PropertyMetadata
3165        """
3166
3167        self._underline_metadata = underline_metadata
3168
3169    @property
3170    def validation_type(self):
3171        """Gets the validation_type of this Numerical.  # noqa: E501
3172
3173          # noqa: E501
3174
3175        :return: The validation_type of this Numerical.  # noqa: E501
3176        :rtype: str
3177        """
3178        return self._validation_type
3179
3180    @validation_type.setter
3181    def validation_type(self, validation_type):
3182        """Sets the validation_type of this Numerical.
3183
3184          # noqa: E501
3185
3186        :param validation_type: The validation_type of this Numerical.  # noqa: E501
3187        :type: str
3188        """
3189
3190        self._validation_type = validation_type
3191
3192    @property
3193    def value(self):
3194        """Gets the value of this Numerical.  # noqa: E501
3195
3196        Specifies the value of the tab.   # noqa: E501
3197
3198        :return: The value of this Numerical.  # noqa: E501
3199        :rtype: str
3200        """
3201        return self._value
3202
3203    @value.setter
3204    def value(self, value):
3205        """Sets the value of this Numerical.
3206
3207        Specifies the value of the tab.   # noqa: E501
3208
3209        :param value: The value of this Numerical.  # noqa: E501
3210        :type: str
3211        """
3212
3213        self._value = value
3214
3215    @property
3216    def value_metadata(self):
3217        """Gets the value_metadata of this Numerical.  # noqa: E501
3218
3219          # noqa: E501
3220
3221        :return: The value_metadata of this Numerical.  # noqa: E501
3222        :rtype: PropertyMetadata
3223        """
3224        return self._value_metadata
3225
3226    @value_metadata.setter
3227    def value_metadata(self, value_metadata):
3228        """Sets the value_metadata of this Numerical.
3229
3230          # noqa: E501
3231
3232        :param value_metadata: The value_metadata of this Numerical.  # noqa: E501
3233        :type: PropertyMetadata
3234        """
3235
3236        self._value_metadata = value_metadata
3237
3238    @property
3239    def warning_details(self):
3240        """Gets the warning_details of this Numerical.  # noqa: E501
3241
3242          # noqa: E501
3243
3244        :return: The warning_details of this Numerical.  # noqa: E501
3245        :rtype: ErrorDetails
3246        """
3247        return self._warning_details
3248
3249    @warning_details.setter
3250    def warning_details(self, warning_details):
3251        """Sets the warning_details of this Numerical.
3252
3253          # noqa: E501
3254
3255        :param warning_details: The warning_details of this Numerical.  # noqa: E501
3256        :type: ErrorDetails
3257        """
3258
3259        self._warning_details = warning_details
3260
3261    @property
3262    def width(self):
3263        """Gets the width of this Numerical.  # noqa: E501
3264
3265        Width of the tab in pixels.  # noqa: E501
3266
3267        :return: The width of this Numerical.  # noqa: E501
3268        :rtype: str
3269        """
3270        return self._width
3271
3272    @width.setter
3273    def width(self, width):
3274        """Sets the width of this Numerical.
3275
3276        Width of the tab in pixels.  # noqa: E501
3277
3278        :param width: The width of this Numerical.  # noqa: E501
3279        :type: str
3280        """
3281
3282        self._width = width
3283
3284    @property
3285    def width_metadata(self):
3286        """Gets the width_metadata of this Numerical.  # noqa: E501
3287
3288          # noqa: E501
3289
3290        :return: The width_metadata of this Numerical.  # noqa: E501
3291        :rtype: PropertyMetadata
3292        """
3293        return self._width_metadata
3294
3295    @width_metadata.setter
3296    def width_metadata(self, width_metadata):
3297        """Sets the width_metadata of this Numerical.
3298
3299          # noqa: E501
3300
3301        :param width_metadata: The width_metadata of this Numerical.  # noqa: E501
3302        :type: PropertyMetadata
3303        """
3304
3305        self._width_metadata = width_metadata
3306
3307    @property
3308    def x_position(self):
3309        """Gets the x_position of this Numerical.  # noqa: E501
3310
3311        This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position.  # noqa: E501
3312
3313        :return: The x_position of this Numerical.  # noqa: E501
3314        :rtype: str
3315        """
3316        return self._x_position
3317
3318    @x_position.setter
3319    def x_position(self, x_position):
3320        """Sets the x_position of this Numerical.
3321
3322        This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position.  # noqa: E501
3323
3324        :param x_position: The x_position of this Numerical.  # noqa: E501
3325        :type: str
3326        """
3327
3328        self._x_position = x_position
3329
3330    @property
3331    def x_position_metadata(self):
3332        """Gets the x_position_metadata of this Numerical.  # noqa: E501
3333
3334          # noqa: E501
3335
3336        :return: The x_position_metadata of this Numerical.  # noqa: E501
3337        :rtype: PropertyMetadata
3338        """
3339        return self._x_position_metadata
3340
3341    @x_position_metadata.setter
3342    def x_position_metadata(self, x_position_metadata):
3343        """Sets the x_position_metadata of this Numerical.
3344
3345          # noqa: E501
3346
3347        :param x_position_metadata: The x_position_metadata of this Numerical.  # noqa: E501
3348        :type: PropertyMetadata
3349        """
3350
3351        self._x_position_metadata = x_position_metadata
3352
3353    @property
3354    def y_position(self):
3355        """Gets the y_position of this Numerical.  # noqa: E501
3356
3357        This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position.  # noqa: E501
3358
3359        :return: The y_position of this Numerical.  # noqa: E501
3360        :rtype: str
3361        """
3362        return self._y_position
3363
3364    @y_position.setter
3365    def y_position(self, y_position):
3366        """Sets the y_position of this Numerical.
3367
3368        This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position.  # noqa: E501
3369
3370        :param y_position: The y_position of this Numerical.  # noqa: E501
3371        :type: str
3372        """
3373
3374        self._y_position = y_position
3375
3376    @property
3377    def y_position_metadata(self):
3378        """Gets the y_position_metadata of this Numerical.  # noqa: E501
3379
3380          # noqa: E501
3381
3382        :return: The y_position_metadata of this Numerical.  # noqa: E501
3383        :rtype: PropertyMetadata
3384        """
3385        return self._y_position_metadata
3386
3387    @y_position_metadata.setter
3388    def y_position_metadata(self, y_position_metadata):
3389        """Sets the y_position_metadata of this Numerical.
3390
3391          # noqa: E501
3392
3393        :param y_position_metadata: The y_position_metadata of this Numerical.  # noqa: E501
3394        :type: PropertyMetadata
3395        """
3396
3397        self._y_position_metadata = y_position_metadata
3398
3399    def to_dict(self):
3400        """Returns the model properties as a dict"""
3401        result = {}
3402
3403        for attr, _ in six.iteritems(self.swagger_types):
3404            value = getattr(self, attr)
3405            if isinstance(value, list):
3406                result[attr] = list(map(
3407                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
3408                    value
3409                ))
3410            elif hasattr(value, "to_dict"):
3411                result[attr] = value.to_dict()
3412            elif isinstance(value, dict):
3413                result[attr] = dict(map(
3414                    lambda item: (item[0], item[1].to_dict())
3415                    if hasattr(item[1], "to_dict") else item,
3416                    value.items()
3417                ))
3418            else:
3419                result[attr] = value
3420        if issubclass(Numerical, dict):
3421            for key, value in self.items():
3422                result[key] = value
3423
3424        return result
3425
3426    def to_str(self):
3427        """Returns the string representation of the model"""
3428        return pprint.pformat(self.to_dict())
3429
3430    def __repr__(self):
3431        """For `print` and `pprint`"""
3432        return self.to_str()
3433
3434    def __eq__(self, other):
3435        """Returns true if both objects are equal"""
3436        if not isinstance(other, Numerical):
3437            return False
3438
3439        return self.to_dict() == other.to_dict()
3440
3441    def __ne__(self, other):
3442        """Returns true if both objects are not equal"""
3443        if not isinstance(other, Numerical):
3444            return True
3445
3446        return self.to_dict() != other.to_dict()

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

Numerical(_configuration=None, **kwargs)
290    def __init__(self, _configuration=None, **kwargs):  # noqa: E501
291        """Numerical - a model defined in Swagger"""  # noqa: E501
292        if _configuration is None:
293            _configuration = Configuration()
294        self._configuration = _configuration
295
296        self._agreement_attribute = None
297        self._agreement_attribute_locked = None
298        self._anchor_allow_white_space_in_characters = None
299        self._anchor_allow_white_space_in_characters_metadata = None
300        self._anchor_case_sensitive = None
301        self._anchor_case_sensitive_metadata = None
302        self._anchor_horizontal_alignment = None
303        self._anchor_horizontal_alignment_metadata = None
304        self._anchor_ignore_if_not_present = None
305        self._anchor_ignore_if_not_present_metadata = None
306        self._anchor_match_whole_word = None
307        self._anchor_match_whole_word_metadata = None
308        self._anchor_string = None
309        self._anchor_string_metadata = None
310        self._anchor_tab_processor_version = None
311        self._anchor_tab_processor_version_metadata = None
312        self._anchor_tab_scope = None
313        self._anchor_units = None
314        self._anchor_units_metadata = None
315        self._anchor_x_offset = None
316        self._anchor_x_offset_metadata = None
317        self._anchor_y_offset = None
318        self._anchor_y_offset_metadata = None
319        self._bold = None
320        self._bold_metadata = None
321        self._caption = None
322        self._caption_metadata = None
323        self._conceal_value_on_document = None
324        self._conceal_value_on_document_metadata = None
325        self._conditional_parent_label = None
326        self._conditional_parent_label_metadata = None
327        self._conditional_parent_value = None
328        self._conditional_parent_value_metadata = None
329        self._connected_object_details = None
330        self._custom_tab_id = None
331        self._custom_tab_id_metadata = None
332        self._disable_auto_size = None
333        self._disable_auto_size_metadata = None
334        self._document_id = None
335        self._document_id_metadata = None
336        self._error_details = None
337        self._extension_data = None
338        self._font = None
339        self._font_color = None
340        self._font_color_metadata = None
341        self._font_metadata = None
342        self._font_size = None
343        self._font_size_metadata = None
344        self._form_order = None
345        self._form_order_metadata = None
346        self._form_page_label = None
347        self._form_page_label_metadata = None
348        self._form_page_number = None
349        self._form_page_number_metadata = None
350        self._height = None
351        self._height_metadata = None
352        self._italic = None
353        self._italic_metadata = None
354        self._locale_policy = None
355        self._locked = None
356        self._locked_metadata = None
357        self._max_length = None
358        self._max_length_metadata = None
359        self._max_numerical_value = None
360        self._merge_field = None
361        self._merge_field_xml = None
362        self._min_numerical_value = None
363        self._name = None
364        self._name_metadata = None
365        self._numerical_value = None
366        self._original_numerical_value = None
367        self._original_value = None
368        self._original_value_metadata = None
369        self._page_number = None
370        self._page_number_metadata = None
371        self._recipient_id = None
372        self._recipient_id_guid = None
373        self._recipient_id_guid_metadata = None
374        self._recipient_id_metadata = None
375        self._require_all = None
376        self._require_all_metadata = None
377        self._required = None
378        self._required_metadata = None
379        self._require_initial_on_shared_change = None
380        self._require_initial_on_shared_change_metadata = None
381        self._sender_required = None
382        self._sender_required_metadata = None
383        self._shared = None
384        self._shared_metadata = None
385        self._share_to_recipients = None
386        self._share_to_recipients_metadata = None
387        self._smart_contract_information = None
388        self._source = None
389        self._status = None
390        self._status_metadata = None
391        self._tab_fully_qualified_path = None
392        self._tab_group_labels = None
393        self._tab_group_labels_metadata = None
394        self._tab_id = None
395        self._tab_id_metadata = None
396        self._tab_label = None
397        self._tab_label_metadata = None
398        self._tab_order = None
399        self._tab_order_metadata = None
400        self._tab_type = None
401        self._tab_type_metadata = None
402        self._template_locked = None
403        self._template_locked_metadata = None
404        self._template_required = None
405        self._template_required_metadata = None
406        self._tooltip = None
407        self._tool_tip_metadata = None
408        self._underline = None
409        self._underline_metadata = None
410        self._validation_type = None
411        self._value = None
412        self._value_metadata = None
413        self._warning_details = None
414        self._width = None
415        self._width_metadata = None
416        self._x_position = None
417        self._x_position_metadata = None
418        self._y_position = None
419        self._y_position_metadata = None
420        self.discriminator = None
421
422        setattr(self, "_{}".format('agreement_attribute'), kwargs.get('agreement_attribute', None))
423        setattr(self, "_{}".format('agreement_attribute_locked'), kwargs.get('agreement_attribute_locked', None))
424        setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None))
425        setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None))
426        setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None))
427        setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None))
428        setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None))
429        setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None))
430        setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None))
431        setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None))
432        setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None))
433        setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None))
434        setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None))
435        setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None))
436        setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None))
437        setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None))
438        setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None))
439        setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None))
440        setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None))
441        setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None))
442        setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None))
443        setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None))
444        setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None))
445        setattr(self, "_{}".format('bold'), kwargs.get('bold', None))
446        setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None))
447        setattr(self, "_{}".format('caption'), kwargs.get('caption', None))
448        setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None))
449        setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None))
450        setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None))
451        setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None))
452        setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
453        setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
454        setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
455        setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
456        setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
457        setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
458        setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
459        setattr(self, "_{}".format('disable_auto_size_metadata'), kwargs.get('disable_auto_size_metadata', None))
460        setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
461        setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None))
462        setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None))
463        setattr(self, "_{}".format('extension_data'), kwargs.get('extension_data', None))
464        setattr(self, "_{}".format('font'), kwargs.get('font', None))
465        setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None))
466        setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None))
467        setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None))
468        setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None))
469        setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None))
470        setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None))
471        setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None))
472        setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None))
473        setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None))
474        setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None))
475        setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None))
476        setattr(self, "_{}".format('height'), kwargs.get('height', None))
477        setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None))
478        setattr(self, "_{}".format('italic'), kwargs.get('italic', None))
479        setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None))
480        setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None))
481        setattr(self, "_{}".format('locked'), kwargs.get('locked', None))
482        setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None))
483        setattr(self, "_{}".format('max_length'), kwargs.get('max_length', None))
484        setattr(self, "_{}".format('max_length_metadata'), kwargs.get('max_length_metadata', None))
485        setattr(self, "_{}".format('max_numerical_value'), kwargs.get('max_numerical_value', None))
486        setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None))
487        setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None))
488        setattr(self, "_{}".format('min_numerical_value'), kwargs.get('min_numerical_value', None))
489        setattr(self, "_{}".format('name'), kwargs.get('name', None))
490        setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None))
491        setattr(self, "_{}".format('numerical_value'), kwargs.get('numerical_value', None))
492        setattr(self, "_{}".format('original_numerical_value'), kwargs.get('original_numerical_value', None))
493        setattr(self, "_{}".format('original_value'), kwargs.get('original_value', None))
494        setattr(self, "_{}".format('original_value_metadata'), kwargs.get('original_value_metadata', None))
495        setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None))
496        setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None))
497        setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None))
498        setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None))
499        setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None))
500        setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None))
501        setattr(self, "_{}".format('require_all'), kwargs.get('require_all', None))
502        setattr(self, "_{}".format('require_all_metadata'), kwargs.get('require_all_metadata', None))
503        setattr(self, "_{}".format('required'), kwargs.get('required', None))
504        setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None))
505        setattr(self, "_{}".format('require_initial_on_shared_change'), kwargs.get('require_initial_on_shared_change', None))
506        setattr(self, "_{}".format('require_initial_on_shared_change_metadata'), kwargs.get('require_initial_on_shared_change_metadata', None))
507        setattr(self, "_{}".format('sender_required'), kwargs.get('sender_required', None))
508        setattr(self, "_{}".format('sender_required_metadata'), kwargs.get('sender_required_metadata', None))
509        setattr(self, "_{}".format('shared'), kwargs.get('shared', None))
510        setattr(self, "_{}".format('shared_metadata'), kwargs.get('shared_metadata', None))
511        setattr(self, "_{}".format('share_to_recipients'), kwargs.get('share_to_recipients', None))
512        setattr(self, "_{}".format('share_to_recipients_metadata'), kwargs.get('share_to_recipients_metadata', None))
513        setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None))
514        setattr(self, "_{}".format('source'), kwargs.get('source', None))
515        setattr(self, "_{}".format('status'), kwargs.get('status', None))
516        setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
517        setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
518        setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
519        setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
520        setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
521        setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None))
522        setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None))
523        setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None))
524        setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None))
525        setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None))
526        setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None))
527        setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None))
528        setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None))
529        setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None))
530        setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
531        setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None))
532        setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None))
533        setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
534        setattr(self, "_{}".format('underline'), kwargs.get('underline', None))
535        setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
536        setattr(self, "_{}".format('validation_type'), kwargs.get('validation_type', None))
537        setattr(self, "_{}".format('value'), kwargs.get('value', None))
538        setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
539        setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
540        setattr(self, "_{}".format('width'), kwargs.get('width', None))
541        setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
542        setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
543        setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None))
544        setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None))
545        setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None))

Numerical - a model defined in Swagger

swagger_types = {'agreement_attribute': 'str', 'agreement_attribute_locked': 'str', 'anchor_allow_white_space_in_characters': 'str', 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', 'anchor_case_sensitive': 'str', 'anchor_case_sensitive_metadata': 'PropertyMetadata', 'anchor_horizontal_alignment': 'str', 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', 'anchor_ignore_if_not_present': 'str', 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', 'anchor_match_whole_word': 'str', 'anchor_match_whole_word_metadata': 'PropertyMetadata', 'anchor_string': 'str', 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', 'anchor_x_offset_metadata': 'PropertyMetadata', 'anchor_y_offset': 'str', 'anchor_y_offset_metadata': 'PropertyMetadata', 'bold': 'str', 'bold_metadata': 'PropertyMetadata', 'caption': 'str', 'caption_metadata': 'PropertyMetadata', 'conceal_value_on_document': 'str', 'conceal_value_on_document_metadata': 'PropertyMetadata', 'conditional_parent_label': 'str', 'conditional_parent_label_metadata': 'PropertyMetadata', 'conditional_parent_value': 'str', 'conditional_parent_value_metadata': 'PropertyMetadata', 'connected_object_details': 'ConnectedObjectDetails', 'custom_tab_id': 'str', 'custom_tab_id_metadata': 'PropertyMetadata', 'disable_auto_size': 'str', 'disable_auto_size_metadata': 'PropertyMetadata', 'document_id': 'str', 'document_id_metadata': 'PropertyMetadata', 'error_details': 'ErrorDetails', 'extension_data': 'ExtensionData', 'font': 'str', 'font_color': 'str', 'font_color_metadata': 'PropertyMetadata', 'font_metadata': 'PropertyMetadata', 'font_size': 'str', 'font_size_metadata': 'PropertyMetadata', 'form_order': 'str', 'form_order_metadata': 'PropertyMetadata', 'form_page_label': 'str', 'form_page_label_metadata': 'PropertyMetadata', 'form_page_number': 'str', 'form_page_number_metadata': 'PropertyMetadata', 'height': 'str', 'height_metadata': 'PropertyMetadata', 'italic': 'str', 'italic_metadata': 'PropertyMetadata', 'locale_policy': 'LocalePolicyTab', 'locked': 'str', 'locked_metadata': 'PropertyMetadata', 'max_length': 'str', 'max_length_metadata': 'PropertyMetadata', 'max_numerical_value': 'str', 'merge_field': 'MergeField', 'merge_field_xml': 'str', 'min_numerical_value': 'str', 'name': 'str', 'name_metadata': 'PropertyMetadata', 'numerical_value': 'str', 'original_numerical_value': 'str', 'original_value': 'str', 'original_value_metadata': 'PropertyMetadata', 'page_number': 'str', 'page_number_metadata': 'PropertyMetadata', 'recipient_id': 'str', 'recipient_id_guid': 'str', 'recipient_id_guid_metadata': 'PropertyMetadata', 'recipient_id_metadata': 'PropertyMetadata', 'require_all': 'str', 'require_all_metadata': 'PropertyMetadata', 'required': 'str', 'required_metadata': 'PropertyMetadata', 'require_initial_on_shared_change': 'str', 'require_initial_on_shared_change_metadata': 'PropertyMetadata', 'sender_required': 'str', 'sender_required_metadata': 'PropertyMetadata', 'shared': 'str', 'shared_metadata': 'PropertyMetadata', 'share_to_recipients': 'str', 'share_to_recipients_metadata': 'PropertyMetadata', 'smart_contract_information': 'SmartContractInformation', 'source': 'str', 'status': 'str', 'status_metadata': 'PropertyMetadata', 'tab_fully_qualified_path': 'str', 'tab_group_labels': 'list[str]', 'tab_group_labels_metadata': 'PropertyMetadata', 'tab_id': 'str', 'tab_id_metadata': 'PropertyMetadata', 'tab_label': 'str', 'tab_label_metadata': 'PropertyMetadata', 'tab_order': 'str', 'tab_order_metadata': 'PropertyMetadata', 'tab_type': 'str', 'tab_type_metadata': 'PropertyMetadata', 'template_locked': 'str', 'template_locked_metadata': 'PropertyMetadata', 'template_required': 'str', 'template_required_metadata': 'PropertyMetadata', 'tooltip': 'str', 'tool_tip_metadata': 'PropertyMetadata', 'underline': 'str', 'underline_metadata': 'PropertyMetadata', 'validation_type': 'str', 'value': 'str', 'value_metadata': 'PropertyMetadata', 'warning_details': 'ErrorDetails', 'width': 'str', 'width_metadata': 'PropertyMetadata', 'x_position': 'str', 'x_position_metadata': 'PropertyMetadata', 'y_position': 'str', 'y_position_metadata': 'PropertyMetadata'}
attribute_map = {'agreement_attribute': 'agreementAttribute', 'agreement_attribute_locked': 'agreementAttributeLocked', 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 'anchor_case_sensitive': 'anchorCaseSensitive', 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 'anchor_match_whole_word': 'anchorMatchWholeWord', 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 'anchor_string': 'anchorString', 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 'anchor_y_offset': 'anchorYOffset', 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 'bold': 'bold', 'bold_metadata': 'boldMetadata', 'caption': 'caption', 'caption_metadata': 'captionMetadata', 'conceal_value_on_document': 'concealValueOnDocument', 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 'conditional_parent_label': 'conditionalParentLabel', 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 'conditional_parent_value': 'conditionalParentValue', 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', 'connected_object_details': 'connectedObjectDetails', 'custom_tab_id': 'customTabId', 'custom_tab_id_metadata': 'customTabIdMetadata', 'disable_auto_size': 'disableAutoSize', 'disable_auto_size_metadata': 'disableAutoSizeMetadata', 'document_id': 'documentId', 'document_id_metadata': 'documentIdMetadata', 'error_details': 'errorDetails', 'extension_data': 'extensionData', 'font': 'font', 'font_color': 'fontColor', 'font_color_metadata': 'fontColorMetadata', 'font_metadata': 'fontMetadata', 'font_size': 'fontSize', 'font_size_metadata': 'fontSizeMetadata', 'form_order': 'formOrder', 'form_order_metadata': 'formOrderMetadata', 'form_page_label': 'formPageLabel', 'form_page_label_metadata': 'formPageLabelMetadata', 'form_page_number': 'formPageNumber', 'form_page_number_metadata': 'formPageNumberMetadata', 'height': 'height', 'height_metadata': 'heightMetadata', 'italic': 'italic', 'italic_metadata': 'italicMetadata', 'locale_policy': 'localePolicy', 'locked': 'locked', 'locked_metadata': 'lockedMetadata', 'max_length': 'maxLength', 'max_length_metadata': 'maxLengthMetadata', 'max_numerical_value': 'maxNumericalValue', 'merge_field': 'mergeField', 'merge_field_xml': 'mergeFieldXml', 'min_numerical_value': 'minNumericalValue', 'name': 'name', 'name_metadata': 'nameMetadata', 'numerical_value': 'numericalValue', 'original_numerical_value': 'originalNumericalValue', 'original_value': 'originalValue', 'original_value_metadata': 'originalValueMetadata', 'page_number': 'pageNumber', 'page_number_metadata': 'pageNumberMetadata', 'recipient_id': 'recipientId', 'recipient_id_guid': 'recipientIdGuid', 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', 'recipient_id_metadata': 'recipientIdMetadata', 'require_all': 'requireAll', 'require_all_metadata': 'requireAllMetadata', 'required': 'required', 'required_metadata': 'requiredMetadata', 'require_initial_on_shared_change': 'requireInitialOnSharedChange', 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', 'sender_required': 'senderRequired', 'sender_required_metadata': 'senderRequiredMetadata', 'shared': 'shared', 'shared_metadata': 'sharedMetadata', 'share_to_recipients': 'shareToRecipients', 'share_to_recipients_metadata': 'shareToRecipientsMetadata', 'smart_contract_information': 'smartContractInformation', 'source': 'source', 'status': 'status', 'status_metadata': 'statusMetadata', 'tab_fully_qualified_path': 'tabFullyQualifiedPath', 'tab_group_labels': 'tabGroupLabels', 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', 'tab_id': 'tabId', 'tab_id_metadata': 'tabIdMetadata', 'tab_label': 'tabLabel', 'tab_label_metadata': 'tabLabelMetadata', 'tab_order': 'tabOrder', 'tab_order_metadata': 'tabOrderMetadata', 'tab_type': 'tabType', 'tab_type_metadata': 'tabTypeMetadata', 'template_locked': 'templateLocked', 'template_locked_metadata': 'templateLockedMetadata', 'template_required': 'templateRequired', 'template_required_metadata': 'templateRequiredMetadata', 'tooltip': 'tooltip', 'tool_tip_metadata': 'toolTipMetadata', 'underline': 'underline', 'underline_metadata': 'underlineMetadata', 'validation_type': 'validationType', 'value': 'value', 'value_metadata': 'valueMetadata', 'warning_details': 'warningDetails', 'width': 'width', 'width_metadata': 'widthMetadata', 'x_position': 'xPosition', 'x_position_metadata': 'xPositionMetadata', 'y_position': 'yPosition', 'y_position_metadata': 'yPositionMetadata'}
agreement_attribute

Gets the agreement_attribute of this Numerical. # noqa: E501

# noqa: E501

Returns

The agreement_attribute of this Numerical. # noqa: E501

agreement_attribute_locked

Gets the agreement_attribute_locked of this Numerical. # noqa: E501

# noqa: E501

Returns

The agreement_attribute_locked of this Numerical. # noqa: E501

anchor_allow_white_space_in_characters

Gets the anchor_allow_white_space_in_characters of this Numerical. # noqa: E501

# noqa: E501

Returns

The anchor_allow_white_space_in_characters of this Numerical. # noqa: E501

anchor_allow_white_space_in_characters_metadata

Gets the anchor_allow_white_space_in_characters_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The anchor_allow_white_space_in_characters_metadata of this Numerical. # noqa: E501

anchor_case_sensitive

Gets the anchor_case_sensitive of this Numerical. # noqa: E501

When set to true, the anchor string does not consider case when matching strings in the document. The default value is true. # noqa: E501

Returns

The anchor_case_sensitive of this Numerical. # noqa: E501

anchor_case_sensitive_metadata

Gets the anchor_case_sensitive_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The anchor_case_sensitive_metadata of this Numerical. # noqa: E501

anchor_horizontal_alignment

Gets the anchor_horizontal_alignment of this Numerical. # noqa: E501

Specifies the alignment of anchor tabs with anchor strings. Possible values are left or right. The default value is left. # noqa: E501

Returns

The anchor_horizontal_alignment of this Numerical. # noqa: E501

anchor_horizontal_alignment_metadata

Gets the anchor_horizontal_alignment_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The anchor_horizontal_alignment_metadata of this Numerical. # noqa: E501

anchor_ignore_if_not_present

Gets the anchor_ignore_if_not_present of this Numerical. # noqa: E501

When set to true, this tab is ignored if anchorString is not found in the document. # noqa: E501

Returns

The anchor_ignore_if_not_present of this Numerical. # noqa: E501

anchor_ignore_if_not_present_metadata

Gets the anchor_ignore_if_not_present_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The anchor_ignore_if_not_present_metadata of this Numerical. # noqa: E501

anchor_match_whole_word

Gets the anchor_match_whole_word of this Numerical. # noqa: E501

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. # noqa: E501

Returns

The anchor_match_whole_word of this Numerical. # noqa: E501

anchor_match_whole_word_metadata

Gets the anchor_match_whole_word_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The anchor_match_whole_word_metadata of this Numerical. # noqa: E501

anchor_string

Gets the anchor_string of this Numerical. # noqa: E501

Anchor text information for a radio button. # noqa: E501

Returns

The anchor_string of this Numerical. # noqa: E501

anchor_string_metadata

Gets the anchor_string_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The anchor_string_metadata of this Numerical. # noqa: E501

anchor_tab_processor_version

Gets the anchor_tab_processor_version of this Numerical. # noqa: E501

# noqa: E501

Returns

The anchor_tab_processor_version of this Numerical. # noqa: E501

anchor_tab_processor_version_metadata

Gets the anchor_tab_processor_version_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The anchor_tab_processor_version_metadata of this Numerical. # noqa: E501

anchor_tab_scope

Gets the anchor_tab_scope of this Numerical. # noqa: E501

# noqa: E501

Returns

The anchor_tab_scope of this Numerical. # noqa: E501

anchor_units

Gets the anchor_units of this Numerical. # noqa: E501

Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501

Returns

The anchor_units of this Numerical. # noqa: E501

anchor_units_metadata

Gets the anchor_units_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The anchor_units_metadata of this Numerical. # noqa: E501

anchor_x_offset

Gets the anchor_x_offset of this Numerical. # noqa: E501

Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501

Returns

The anchor_x_offset of this Numerical. # noqa: E501

anchor_x_offset_metadata

Gets the anchor_x_offset_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The anchor_x_offset_metadata of this Numerical. # noqa: E501

anchor_y_offset

Gets the anchor_y_offset of this Numerical. # noqa: E501

Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501

Returns

The anchor_y_offset of this Numerical. # noqa: E501

anchor_y_offset_metadata

Gets the anchor_y_offset_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The anchor_y_offset_metadata of this Numerical. # noqa: E501

bold

Gets the bold of this Numerical. # noqa: E501

When set to true, the information in the tab is bold. # noqa: E501

Returns

The bold of this Numerical. # noqa: E501

bold_metadata

Gets the bold_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The bold_metadata of this Numerical. # noqa: E501

caption

Gets the caption of this Numerical. # noqa: E501

# noqa: E501

Returns

The caption of this Numerical. # noqa: E501

caption_metadata

Gets the caption_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The caption_metadata of this Numerical. # noqa: E501

conceal_value_on_document

Gets the conceal_value_on_document of this Numerical. # noqa: E501

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. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501

Returns

The conceal_value_on_document of this Numerical. # noqa: E501

conceal_value_on_document_metadata

Gets the conceal_value_on_document_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The conceal_value_on_document_metadata of this Numerical. # noqa: E501

conditional_parent_label

Gets the conditional_parent_label of this Numerical. # noqa: E501

For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501

Returns

The conditional_parent_label of this Numerical. # noqa: E501

conditional_parent_label_metadata

Gets the conditional_parent_label_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The conditional_parent_label_metadata of this Numerical. # noqa: E501

conditional_parent_value

Gets the conditional_parent_value of this Numerical. # noqa: E501

For conditional fields, this is the value of the parent tab that controls the tab's visibility. If 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. # noqa: E501

Returns

The conditional_parent_value of this Numerical. # noqa: E501

conditional_parent_value_metadata

Gets the conditional_parent_value_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The conditional_parent_value_metadata of this Numerical. # noqa: E501

connected_object_details

Gets the connected_object_details of this Numerical. # noqa: E501

# noqa: E501

Returns

The connected_object_details of this Numerical. # noqa: E501

custom_tab_id

Gets the custom_tab_id of this Numerical. # noqa: E501

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. # noqa: E501

Returns

The custom_tab_id of this Numerical. # noqa: E501

custom_tab_id_metadata

Gets the custom_tab_id_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The custom_tab_id_metadata of this Numerical. # noqa: E501

disable_auto_size

Gets the disable_auto_size of this Numerical. # noqa: E501

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. # noqa: E501

Returns

The disable_auto_size of this Numerical. # noqa: E501

disable_auto_size_metadata

Gets the disable_auto_size_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The disable_auto_size_metadata of this Numerical. # noqa: E501

document_id

Gets the document_id of this Numerical. # noqa: E501

Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501

Returns

The document_id of this Numerical. # noqa: E501

document_id_metadata

Gets the document_id_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The document_id_metadata of this Numerical. # noqa: E501

error_details

Gets the error_details of this Numerical. # noqa: E501

Array or errors. # noqa: E501

Returns

The error_details of this Numerical. # noqa: E501

extension_data

Gets the extension_data of this Numerical. # noqa: E501

# noqa: E501

Returns

The extension_data of this Numerical. # noqa: E501

font

Gets the font of this Numerical. # noqa: E501

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. # noqa: E501

Returns

The font of this Numerical. # noqa: E501

font_color

Gets the font_color of this Numerical. # noqa: E501

The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501

Returns

The font_color of this Numerical. # noqa: E501

font_color_metadata

Gets the font_color_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The font_color_metadata of this Numerical. # noqa: E501

font_metadata

Gets the font_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The font_metadata of this Numerical. # noqa: E501

font_size

Gets the font_size of this Numerical. # noqa: E501

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. # noqa: E501

Returns

The font_size of this Numerical. # noqa: E501

font_size_metadata

Gets the font_size_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The font_size_metadata of this Numerical. # noqa: E501

form_order

Gets the form_order of this Numerical. # noqa: E501

# noqa: E501

Returns

The form_order of this Numerical. # noqa: E501

form_order_metadata

Gets the form_order_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The form_order_metadata of this Numerical. # noqa: E501

form_page_label

Gets the form_page_label of this Numerical. # noqa: E501

# noqa: E501

Returns

The form_page_label of this Numerical. # noqa: E501

form_page_label_metadata

Gets the form_page_label_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The form_page_label_metadata of this Numerical. # noqa: E501

form_page_number

Gets the form_page_number of this Numerical. # noqa: E501

# noqa: E501

Returns

The form_page_number of this Numerical. # noqa: E501

form_page_number_metadata

Gets the form_page_number_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The form_page_number_metadata of this Numerical. # noqa: E501

height

Gets the height of this Numerical. # noqa: E501

Height of the tab in pixels. # noqa: E501

Returns

The height of this Numerical. # noqa: E501

height_metadata

Gets the height_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The height_metadata of this Numerical. # noqa: E501

italic

Gets the italic of this Numerical. # noqa: E501

When set to true, the information in the tab is italic. # noqa: E501

Returns

The italic of this Numerical. # noqa: E501

italic_metadata

Gets the italic_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The italic_metadata of this Numerical. # noqa: E501

locale_policy

Gets the locale_policy of this Numerical. # noqa: E501

# noqa: E501

Returns

The locale_policy of this Numerical. # noqa: E501

locked

Gets the locked of this Numerical. # noqa: E501

When set to true, the signer cannot change the data of the custom tab. # noqa: E501

Returns

The locked of this Numerical. # noqa: E501

locked_metadata

Gets the locked_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The locked_metadata of this Numerical. # noqa: E501

max_length

Gets the max_length of this Numerical. # noqa: E501

An optional value that describes the maximum length of the property when the property is a string. # noqa: E501

Returns

The max_length of this Numerical. # noqa: E501

max_length_metadata

Gets the max_length_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The max_length_metadata of this Numerical. # noqa: E501

max_numerical_value

Gets the max_numerical_value of this Numerical. # noqa: E501

# noqa: E501

Returns

The max_numerical_value of this Numerical. # noqa: E501

merge_field

Gets the merge_field of this Numerical. # noqa: E501

# noqa: E501

Returns

The merge_field of this Numerical. # noqa: E501

merge_field_xml

Gets the merge_field_xml of this Numerical. # noqa: E501

# noqa: E501

Returns

The merge_field_xml of this Numerical. # noqa: E501

min_numerical_value

Gets the min_numerical_value of this Numerical. # noqa: E501

# noqa: E501

Returns

The min_numerical_value of this Numerical. # noqa: E501

name

Gets the name of this Numerical. # noqa: E501

# noqa: E501

Returns

The name of this Numerical. # noqa: E501

name_metadata

Gets the name_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The name_metadata of this Numerical. # noqa: E501

numerical_value

Gets the numerical_value of this Numerical. # noqa: E501

# noqa: E501

Returns

The numerical_value of this Numerical. # noqa: E501

original_numerical_value

Gets the original_numerical_value of this Numerical. # noqa: E501

# noqa: E501

Returns

The original_numerical_value of this Numerical. # noqa: E501

original_value

Gets the original_value of this Numerical. # noqa: E501

The initial value of the tab when it was sent to the recipient. # noqa: E501

Returns

The original_value of this Numerical. # noqa: E501

original_value_metadata

Gets the original_value_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The original_value_metadata of this Numerical. # noqa: E501

page_number

Gets the page_number of this Numerical. # noqa: E501

Specifies the page number on which the tab is located. # noqa: E501

Returns

The page_number of this Numerical. # noqa: E501

page_number_metadata

Gets the page_number_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The page_number_metadata of this Numerical. # noqa: E501

recipient_id

Gets the recipient_id of this Numerical. # noqa: E501

Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501

Returns

The recipient_id of this Numerical. # noqa: E501

recipient_id_guid

Gets the recipient_id_guid of this Numerical. # noqa: E501

# noqa: E501

Returns

The recipient_id_guid of this Numerical. # noqa: E501

recipient_id_guid_metadata

Gets the recipient_id_guid_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The recipient_id_guid_metadata of this Numerical. # noqa: E501

recipient_id_metadata

Gets the recipient_id_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The recipient_id_metadata of this Numerical. # noqa: E501

require_all

Gets the require_all of this Numerical. # noqa: E501

When set to true and shared is true, information must be entered in this field to complete the envelope. # noqa: E501

Returns

The require_all of this Numerical. # noqa: E501

require_all_metadata

Gets the require_all_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The require_all_metadata of this Numerical. # noqa: E501

required

Gets the required of this Numerical. # noqa: E501

When set to true, the signer is required to fill out this tab # noqa: E501

Returns

The required of this Numerical. # noqa: E501

required_metadata

Gets the required_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The required_metadata of this Numerical. # noqa: E501

require_initial_on_shared_change

Gets the require_initial_on_shared_change of this Numerical. # noqa: E501

Optional element for field markup. When set to true, the signer is required to initial when they modify a shared field. # noqa: E501

Returns

The require_initial_on_shared_change of this Numerical. # noqa: E501

require_initial_on_shared_change_metadata

Gets the require_initial_on_shared_change_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The require_initial_on_shared_change_metadata of this Numerical. # noqa: E501

sender_required

Gets the sender_required of this Numerical. # noqa: E501

When set to true, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a senderRequired value of true cannot be deleted from an envelope. # noqa: E501

Returns

The sender_required of this Numerical. # noqa: E501

sender_required_metadata

Gets the sender_required_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The sender_required_metadata of this Numerical. # noqa: E501

shared

Gets the shared of this Numerical. # noqa: E501

When set to true, this custom tab is shared. # noqa: E501

Returns

The shared of this Numerical. # noqa: E501

shared_metadata

Gets the shared_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The shared_metadata of this Numerical. # noqa: E501

share_to_recipients

Gets the share_to_recipients of this Numerical. # noqa: E501

# noqa: E501

Returns

The share_to_recipients of this Numerical. # noqa: E501

share_to_recipients_metadata

Gets the share_to_recipients_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The share_to_recipients_metadata of this Numerical. # noqa: E501

smart_contract_information

Gets the smart_contract_information of this Numerical. # noqa: E501

# noqa: E501

Returns

The smart_contract_information of this Numerical. # noqa: E501

source

Gets the source of this Numerical. # noqa: E501

# noqa: E501

Returns

The source of this Numerical. # noqa: E501

status

Gets the status of this Numerical. # noqa: E501

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. # noqa: E501

Returns

The status of this Numerical. # noqa: E501

status_metadata

Gets the status_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The status_metadata of this Numerical. # noqa: E501

tab_fully_qualified_path

Gets the tab_fully_qualified_path of this Numerical. # noqa: E501

# noqa: E501

Returns

The tab_fully_qualified_path of this Numerical. # noqa: E501

tab_group_labels

Gets the tab_group_labels of this Numerical. # noqa: E501

# noqa: E501

Returns

The tab_group_labels of this Numerical. # noqa: E501

tab_group_labels_metadata

Gets the tab_group_labels_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The tab_group_labels_metadata of this Numerical. # noqa: E501

tab_id

Gets the tab_id of this Numerical. # noqa: E501

The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501

Returns

The tab_id of this Numerical. # noqa: E501

tab_id_metadata

Gets the tab_id_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The tab_id_metadata of this Numerical. # noqa: E501

tab_label

Gets the tab_label of this Numerical. # noqa: E501

The label string associated with the tab. # noqa: E501

Returns

The tab_label of this Numerical. # noqa: E501

tab_label_metadata

Gets the tab_label_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The tab_label_metadata of this Numerical. # noqa: E501

tab_order

Gets the tab_order of this Numerical. # noqa: E501

# noqa: E501

Returns

The tab_order of this Numerical. # noqa: E501

tab_order_metadata

Gets the tab_order_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The tab_order_metadata of this Numerical. # noqa: E501

tab_type

Gets the tab_type of this Numerical. # noqa: E501

# noqa: E501

Returns

The tab_type of this Numerical. # noqa: E501

tab_type_metadata

Gets the tab_type_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The tab_type_metadata of this Numerical. # noqa: E501

template_locked

Gets the template_locked of this Numerical. # noqa: E501

When set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501

Returns

The template_locked of this Numerical. # noqa: E501

template_locked_metadata

Gets the template_locked_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The template_locked_metadata of this Numerical. # noqa: E501

template_required

Gets the template_required of this Numerical. # noqa: E501

When set to true, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501

Returns

The template_required of this Numerical. # noqa: E501

template_required_metadata

Gets the template_required_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The template_required_metadata of this Numerical. # noqa: E501

tooltip

Gets the tooltip of this Numerical. # noqa: E501

# noqa: E501

Returns

The tooltip of this Numerical. # noqa: E501

tool_tip_metadata

Gets the tool_tip_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The tool_tip_metadata of this Numerical. # noqa: E501

underline

Gets the underline of this Numerical. # noqa: E501

When set to true, the information in the tab is underlined. # noqa: E501

Returns

The underline of this Numerical. # noqa: E501

underline_metadata

Gets the underline_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The underline_metadata of this Numerical. # noqa: E501

validation_type

Gets the validation_type of this Numerical. # noqa: E501

# noqa: E501

Returns

The validation_type of this Numerical. # noqa: E501

value

Gets the value of this Numerical. # noqa: E501

Specifies the value of the tab. # noqa: E501

Returns

The value of this Numerical. # noqa: E501

value_metadata

Gets the value_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The value_metadata of this Numerical. # noqa: E501

warning_details

Gets the warning_details of this Numerical. # noqa: E501

# noqa: E501

Returns

The warning_details of this Numerical. # noqa: E501

width

Gets the width of this Numerical. # noqa: E501

Width of the tab in pixels. # noqa: E501

Returns

The width of this Numerical. # noqa: E501

width_metadata

Gets the width_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The width_metadata of this Numerical. # noqa: E501

x_position

Gets the x_position of this Numerical. # noqa: E501

This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501

Returns

The x_position of this Numerical. # noqa: E501

x_position_metadata

Gets the x_position_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The x_position_metadata of this Numerical. # noqa: E501

y_position

Gets the y_position of this Numerical. # noqa: E501

This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501

Returns

The y_position of this Numerical. # noqa: E501

y_position_metadata

Gets the y_position_metadata of this Numerical. # noqa: E501

# noqa: E501

Returns

The y_position_metadata of this Numerical. # noqa: E501

def to_dict(self)
3399    def to_dict(self):
3400        """Returns the model properties as a dict"""
3401        result = {}
3402
3403        for attr, _ in six.iteritems(self.swagger_types):
3404            value = getattr(self, attr)
3405            if isinstance(value, list):
3406                result[attr] = list(map(
3407                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
3408                    value
3409                ))
3410            elif hasattr(value, "to_dict"):
3411                result[attr] = value.to_dict()
3412            elif isinstance(value, dict):
3413                result[attr] = dict(map(
3414                    lambda item: (item[0], item[1].to_dict())
3415                    if hasattr(item[1], "to_dict") else item,
3416                    value.items()
3417                ))
3418            else:
3419                result[attr] = value
3420        if issubclass(Numerical, dict):
3421            for key, value in self.items():
3422                result[key] = value
3423
3424        return result

Returns the model properties as a dict

def to_str(self)
3426    def to_str(self):
3427        """Returns the string representation of the model"""
3428        return pprint.pformat(self.to_dict())

Returns the string representation of the model