Name | Type | Description | Notes |
---|---|---|---|
PkiEzsignformfieldID | Pointer to int32 | The unique ID of the Ezsignformfield | [optional] |
IEzsignpagePagenumber | int32 | The page number in the Ezsigndocument | |
SEzsignformfieldLabel | string | The Label for the Ezsignformfield | |
SEzsignformfieldValue | Pointer to string | The value for the Ezsignformfield This can only be set if eEzsignformfieldgroupType is Checkbox or Radio | [optional] |
IEzsignformfieldX | int32 | The X coordinate (Horizontal) where to put the Ezsignformfield on the Ezsignpage. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsignformfield 2 inches from the left border of the page, you would use "200" for the X coordinate. | |
IEzsignformfieldY | int32 | The Y coordinate (Vertical) where to put the Ezsignformfield on the Ezsignpage. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsignformfield 3 inches from the top border of the page, you would use "300" for the Y coordinate. | |
IEzsignformfieldWidth | int32 | The Width of the Ezsignformfield in pixels calculated at 100 DPI | |
IEzsignformfieldHeight | int32 | The Height of the Ezsignformfield in pixels calculated at 100 DPI | |
BEzsignformfieldAutocomplete | Pointer to bool | Whether the Ezsignformfield allows the use of the autocomplete of the browser. This can only be set if eEzsignformfieldgroupType is Text | [optional] |
BEzsignformfieldSelected | Pointer to bool | Whether the Ezsignformfield is selected or not by default. This can only be set if eEzsignformfieldgroupType is Checkbox or Radio | [optional] |
SEzsignformfieldEnteredvalue | Pointer to string | This is the value enterred for the Ezsignformfield This can only be set if eEzsignformfieldgroupType is Dropdown, Text or Textarea | [optional] |
EEzsignformfieldDependencyrequirement | Pointer to FieldEEzsignformfieldDependencyrequirement | [optional] | |
EEzsignformfieldHorizontalalignment | Pointer to EnumHorizontalalignment | [optional] | |
ObjTextstylestatic | Pointer to TextstylestaticRequestCompound | [optional] | |
AObjEzsignelementdependency | Pointer to []EzsignelementdependencyRequestCompound | [optional] |
func NewEzsignformfieldRequestCompound(iEzsignpagePagenumber int32, sEzsignformfieldLabel string, iEzsignformfieldX int32, iEzsignformfieldY int32, iEzsignformfieldWidth int32, iEzsignformfieldHeight int32, ) *EzsignformfieldRequestCompound
NewEzsignformfieldRequestCompound instantiates a new EzsignformfieldRequestCompound object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEzsignformfieldRequestCompoundWithDefaults() *EzsignformfieldRequestCompound
NewEzsignformfieldRequestCompoundWithDefaults instantiates a new EzsignformfieldRequestCompound object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *EzsignformfieldRequestCompound) GetPkiEzsignformfieldID() int32
GetPkiEzsignformfieldID returns the PkiEzsignformfieldID field if non-nil, zero value otherwise.
func (o *EzsignformfieldRequestCompound) GetPkiEzsignformfieldIDOk() (*int32, bool)
GetPkiEzsignformfieldIDOk returns a tuple with the PkiEzsignformfieldID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignformfieldRequestCompound) SetPkiEzsignformfieldID(v int32)
SetPkiEzsignformfieldID sets PkiEzsignformfieldID field to given value.
func (o *EzsignformfieldRequestCompound) HasPkiEzsignformfieldID() bool
HasPkiEzsignformfieldID returns a boolean if a field has been set.
func (o *EzsignformfieldRequestCompound) GetIEzsignpagePagenumber() int32
GetIEzsignpagePagenumber returns the IEzsignpagePagenumber field if non-nil, zero value otherwise.
func (o *EzsignformfieldRequestCompound) GetIEzsignpagePagenumberOk() (*int32, bool)
GetIEzsignpagePagenumberOk returns a tuple with the IEzsignpagePagenumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignformfieldRequestCompound) SetIEzsignpagePagenumber(v int32)
SetIEzsignpagePagenumber sets IEzsignpagePagenumber field to given value.
func (o *EzsignformfieldRequestCompound) GetSEzsignformfieldLabel() string
GetSEzsignformfieldLabel returns the SEzsignformfieldLabel field if non-nil, zero value otherwise.
func (o *EzsignformfieldRequestCompound) GetSEzsignformfieldLabelOk() (*string, bool)
GetSEzsignformfieldLabelOk returns a tuple with the SEzsignformfieldLabel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignformfieldRequestCompound) SetSEzsignformfieldLabel(v string)
SetSEzsignformfieldLabel sets SEzsignformfieldLabel field to given value.
func (o *EzsignformfieldRequestCompound) GetSEzsignformfieldValue() string
GetSEzsignformfieldValue returns the SEzsignformfieldValue field if non-nil, zero value otherwise.
func (o *EzsignformfieldRequestCompound) GetSEzsignformfieldValueOk() (*string, bool)
GetSEzsignformfieldValueOk returns a tuple with the SEzsignformfieldValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignformfieldRequestCompound) SetSEzsignformfieldValue(v string)
SetSEzsignformfieldValue sets SEzsignformfieldValue field to given value.
func (o *EzsignformfieldRequestCompound) HasSEzsignformfieldValue() bool
HasSEzsignformfieldValue returns a boolean if a field has been set.
func (o *EzsignformfieldRequestCompound) GetIEzsignformfieldX() int32
GetIEzsignformfieldX returns the IEzsignformfieldX field if non-nil, zero value otherwise.
func (o *EzsignformfieldRequestCompound) GetIEzsignformfieldXOk() (*int32, bool)
GetIEzsignformfieldXOk returns a tuple with the IEzsignformfieldX field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignformfieldRequestCompound) SetIEzsignformfieldX(v int32)
SetIEzsignformfieldX sets IEzsignformfieldX field to given value.
func (o *EzsignformfieldRequestCompound) GetIEzsignformfieldY() int32
GetIEzsignformfieldY returns the IEzsignformfieldY field if non-nil, zero value otherwise.
func (o *EzsignformfieldRequestCompound) GetIEzsignformfieldYOk() (*int32, bool)
GetIEzsignformfieldYOk returns a tuple with the IEzsignformfieldY field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignformfieldRequestCompound) SetIEzsignformfieldY(v int32)
SetIEzsignformfieldY sets IEzsignformfieldY field to given value.
func (o *EzsignformfieldRequestCompound) GetIEzsignformfieldWidth() int32
GetIEzsignformfieldWidth returns the IEzsignformfieldWidth field if non-nil, zero value otherwise.
func (o *EzsignformfieldRequestCompound) GetIEzsignformfieldWidthOk() (*int32, bool)
GetIEzsignformfieldWidthOk returns a tuple with the IEzsignformfieldWidth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignformfieldRequestCompound) SetIEzsignformfieldWidth(v int32)
SetIEzsignformfieldWidth sets IEzsignformfieldWidth field to given value.
func (o *EzsignformfieldRequestCompound) GetIEzsignformfieldHeight() int32
GetIEzsignformfieldHeight returns the IEzsignformfieldHeight field if non-nil, zero value otherwise.
func (o *EzsignformfieldRequestCompound) GetIEzsignformfieldHeightOk() (*int32, bool)
GetIEzsignformfieldHeightOk returns a tuple with the IEzsignformfieldHeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignformfieldRequestCompound) SetIEzsignformfieldHeight(v int32)
SetIEzsignformfieldHeight sets IEzsignformfieldHeight field to given value.
func (o *EzsignformfieldRequestCompound) GetBEzsignformfieldAutocomplete() bool
GetBEzsignformfieldAutocomplete returns the BEzsignformfieldAutocomplete field if non-nil, zero value otherwise.
func (o *EzsignformfieldRequestCompound) GetBEzsignformfieldAutocompleteOk() (*bool, bool)
GetBEzsignformfieldAutocompleteOk returns a tuple with the BEzsignformfieldAutocomplete field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignformfieldRequestCompound) SetBEzsignformfieldAutocomplete(v bool)
SetBEzsignformfieldAutocomplete sets BEzsignformfieldAutocomplete field to given value.
func (o *EzsignformfieldRequestCompound) HasBEzsignformfieldAutocomplete() bool
HasBEzsignformfieldAutocomplete returns a boolean if a field has been set.
func (o *EzsignformfieldRequestCompound) GetBEzsignformfieldSelected() bool
GetBEzsignformfieldSelected returns the BEzsignformfieldSelected field if non-nil, zero value otherwise.
func (o *EzsignformfieldRequestCompound) GetBEzsignformfieldSelectedOk() (*bool, bool)
GetBEzsignformfieldSelectedOk returns a tuple with the BEzsignformfieldSelected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignformfieldRequestCompound) SetBEzsignformfieldSelected(v bool)
SetBEzsignformfieldSelected sets BEzsignformfieldSelected field to given value.
func (o *EzsignformfieldRequestCompound) HasBEzsignformfieldSelected() bool
HasBEzsignformfieldSelected returns a boolean if a field has been set.
func (o *EzsignformfieldRequestCompound) GetSEzsignformfieldEnteredvalue() string
GetSEzsignformfieldEnteredvalue returns the SEzsignformfieldEnteredvalue field if non-nil, zero value otherwise.
func (o *EzsignformfieldRequestCompound) GetSEzsignformfieldEnteredvalueOk() (*string, bool)
GetSEzsignformfieldEnteredvalueOk returns a tuple with the SEzsignformfieldEnteredvalue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignformfieldRequestCompound) SetSEzsignformfieldEnteredvalue(v string)
SetSEzsignformfieldEnteredvalue sets SEzsignformfieldEnteredvalue field to given value.
func (o *EzsignformfieldRequestCompound) HasSEzsignformfieldEnteredvalue() bool
HasSEzsignformfieldEnteredvalue returns a boolean if a field has been set.
func (o *EzsignformfieldRequestCompound) GetEEzsignformfieldDependencyrequirement() FieldEEzsignformfieldDependencyrequirement
GetEEzsignformfieldDependencyrequirement returns the EEzsignformfieldDependencyrequirement field if non-nil, zero value otherwise.
func (o *EzsignformfieldRequestCompound) GetEEzsignformfieldDependencyrequirementOk() (*FieldEEzsignformfieldDependencyrequirement, bool)
GetEEzsignformfieldDependencyrequirementOk returns a tuple with the EEzsignformfieldDependencyrequirement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignformfieldRequestCompound) SetEEzsignformfieldDependencyrequirement(v FieldEEzsignformfieldDependencyrequirement)
SetEEzsignformfieldDependencyrequirement sets EEzsignformfieldDependencyrequirement field to given value.
func (o *EzsignformfieldRequestCompound) HasEEzsignformfieldDependencyrequirement() bool
HasEEzsignformfieldDependencyrequirement returns a boolean if a field has been set.
func (o *EzsignformfieldRequestCompound) GetEEzsignformfieldHorizontalalignment() EnumHorizontalalignment
GetEEzsignformfieldHorizontalalignment returns the EEzsignformfieldHorizontalalignment field if non-nil, zero value otherwise.
func (o *EzsignformfieldRequestCompound) GetEEzsignformfieldHorizontalalignmentOk() (*EnumHorizontalalignment, bool)
GetEEzsignformfieldHorizontalalignmentOk returns a tuple with the EEzsignformfieldHorizontalalignment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignformfieldRequestCompound) SetEEzsignformfieldHorizontalalignment(v EnumHorizontalalignment)
SetEEzsignformfieldHorizontalalignment sets EEzsignformfieldHorizontalalignment field to given value.
func (o *EzsignformfieldRequestCompound) HasEEzsignformfieldHorizontalalignment() bool
HasEEzsignformfieldHorizontalalignment returns a boolean if a field has been set.
func (o *EzsignformfieldRequestCompound) GetObjTextstylestatic() TextstylestaticRequestCompound
GetObjTextstylestatic returns the ObjTextstylestatic field if non-nil, zero value otherwise.
func (o *EzsignformfieldRequestCompound) GetObjTextstylestaticOk() (*TextstylestaticRequestCompound, bool)
GetObjTextstylestaticOk returns a tuple with the ObjTextstylestatic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignformfieldRequestCompound) SetObjTextstylestatic(v TextstylestaticRequestCompound)
SetObjTextstylestatic sets ObjTextstylestatic field to given value.
func (o *EzsignformfieldRequestCompound) HasObjTextstylestatic() bool
HasObjTextstylestatic returns a boolean if a field has been set.
func (o *EzsignformfieldRequestCompound) GetAObjEzsignelementdependency() []EzsignelementdependencyRequestCompound
GetAObjEzsignelementdependency returns the AObjEzsignelementdependency field if non-nil, zero value otherwise.
func (o *EzsignformfieldRequestCompound) GetAObjEzsignelementdependencyOk() (*[]EzsignelementdependencyRequestCompound, bool)
GetAObjEzsignelementdependencyOk returns a tuple with the AObjEzsignelementdependency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignformfieldRequestCompound) SetAObjEzsignelementdependency(v []EzsignelementdependencyRequestCompound)
SetAObjEzsignelementdependency sets AObjEzsignelementdependency field to given value.
func (o *EzsignformfieldRequestCompound) HasAObjEzsignelementdependency() bool
HasAObjEzsignelementdependency returns a boolean if a field has been set.