Name | Type | Description | Notes |
---|---|---|---|
RiferimentoNumeroLinea | Pointer to []int32 | [optional] | |
IdDocumento | Pointer to NullableString | [optional] | |
Data | Pointer to NullableTime | [optional] | |
NumItem | Pointer to NullableString | [optional] | |
CodiceCommessaConvenzione | Pointer to NullableString | [optional] | |
CodiceCup | Pointer to NullableString | [optional] | |
CodiceCig | Pointer to NullableString | [optional] |
func NewDatiContratto() *DatiContratto
NewDatiContratto instantiates a new DatiContratto 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 NewDatiContrattoWithDefaults() *DatiContratto
NewDatiContrattoWithDefaults instantiates a new DatiContratto 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 *DatiContratto) GetRiferimentoNumeroLinea() []int32
GetRiferimentoNumeroLinea returns the RiferimentoNumeroLinea field if non-nil, zero value otherwise.
func (o *DatiContratto) GetRiferimentoNumeroLineaOk() (*[]int32, bool)
GetRiferimentoNumeroLineaOk returns a tuple with the RiferimentoNumeroLinea field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatiContratto) SetRiferimentoNumeroLinea(v []int32)
SetRiferimentoNumeroLinea sets RiferimentoNumeroLinea field to given value.
func (o *DatiContratto) HasRiferimentoNumeroLinea() bool
HasRiferimentoNumeroLinea returns a boolean if a field has been set.
func (o *DatiContratto) SetRiferimentoNumeroLineaNil(b bool)
SetRiferimentoNumeroLineaNil sets the value for RiferimentoNumeroLinea to be an explicit nil
func (o *DatiContratto) UnsetRiferimentoNumeroLinea()
UnsetRiferimentoNumeroLinea ensures that no value is present for RiferimentoNumeroLinea, not even an explicit nil
func (o *DatiContratto) GetIdDocumento() string
GetIdDocumento returns the IdDocumento field if non-nil, zero value otherwise.
func (o *DatiContratto) GetIdDocumentoOk() (*string, bool)
GetIdDocumentoOk returns a tuple with the IdDocumento field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatiContratto) SetIdDocumento(v string)
SetIdDocumento sets IdDocumento field to given value.
func (o *DatiContratto) HasIdDocumento() bool
HasIdDocumento returns a boolean if a field has been set.
func (o *DatiContratto) SetIdDocumentoNil(b bool)
SetIdDocumentoNil sets the value for IdDocumento to be an explicit nil
func (o *DatiContratto) UnsetIdDocumento()
UnsetIdDocumento ensures that no value is present for IdDocumento, not even an explicit nil
func (o *DatiContratto) GetData() time.Time
GetData returns the Data field if non-nil, zero value otherwise.
func (o *DatiContratto) GetDataOk() (*time.Time, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatiContratto) SetData(v time.Time)
SetData sets Data field to given value.
func (o *DatiContratto) HasData() bool
HasData returns a boolean if a field has been set.
func (o *DatiContratto) SetDataNil(b bool)
SetDataNil sets the value for Data to be an explicit nil
func (o *DatiContratto) UnsetData()
UnsetData ensures that no value is present for Data, not even an explicit nil
func (o *DatiContratto) GetNumItem() string
GetNumItem returns the NumItem field if non-nil, zero value otherwise.
func (o *DatiContratto) GetNumItemOk() (*string, bool)
GetNumItemOk returns a tuple with the NumItem field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatiContratto) SetNumItem(v string)
SetNumItem sets NumItem field to given value.
func (o *DatiContratto) HasNumItem() bool
HasNumItem returns a boolean if a field has been set.
func (o *DatiContratto) SetNumItemNil(b bool)
SetNumItemNil sets the value for NumItem to be an explicit nil
func (o *DatiContratto) UnsetNumItem()
UnsetNumItem ensures that no value is present for NumItem, not even an explicit nil
func (o *DatiContratto) GetCodiceCommessaConvenzione() string
GetCodiceCommessaConvenzione returns the CodiceCommessaConvenzione field if non-nil, zero value otherwise.
func (o *DatiContratto) GetCodiceCommessaConvenzioneOk() (*string, bool)
GetCodiceCommessaConvenzioneOk returns a tuple with the CodiceCommessaConvenzione field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatiContratto) SetCodiceCommessaConvenzione(v string)
SetCodiceCommessaConvenzione sets CodiceCommessaConvenzione field to given value.
func (o *DatiContratto) HasCodiceCommessaConvenzione() bool
HasCodiceCommessaConvenzione returns a boolean if a field has been set.
func (o *DatiContratto) SetCodiceCommessaConvenzioneNil(b bool)
SetCodiceCommessaConvenzioneNil sets the value for CodiceCommessaConvenzione to be an explicit nil
func (o *DatiContratto) UnsetCodiceCommessaConvenzione()
UnsetCodiceCommessaConvenzione ensures that no value is present for CodiceCommessaConvenzione, not even an explicit nil
func (o *DatiContratto) GetCodiceCup() string
GetCodiceCup returns the CodiceCup field if non-nil, zero value otherwise.
func (o *DatiContratto) GetCodiceCupOk() (*string, bool)
GetCodiceCupOk returns a tuple with the CodiceCup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatiContratto) SetCodiceCup(v string)
SetCodiceCup sets CodiceCup field to given value.
func (o *DatiContratto) HasCodiceCup() bool
HasCodiceCup returns a boolean if a field has been set.
func (o *DatiContratto) SetCodiceCupNil(b bool)
SetCodiceCupNil sets the value for CodiceCup to be an explicit nil
func (o *DatiContratto) UnsetCodiceCup()
UnsetCodiceCup ensures that no value is present for CodiceCup, not even an explicit nil
func (o *DatiContratto) GetCodiceCig() string
GetCodiceCig returns the CodiceCig field if non-nil, zero value otherwise.
func (o *DatiContratto) GetCodiceCigOk() (*string, bool)
GetCodiceCigOk returns a tuple with the CodiceCig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatiContratto) SetCodiceCig(v string)
SetCodiceCig sets CodiceCig field to given value.
func (o *DatiContratto) HasCodiceCig() bool
HasCodiceCig returns a boolean if a field has been set.
func (o *DatiContratto) SetCodiceCigNil(b bool)
SetCodiceCigNil sets the value for CodiceCig to be an explicit nil
func (o *DatiContratto) UnsetCodiceCig()
UnsetCodiceCig ensures that no value is present for CodiceCig, not even an explicit nil