Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to string | [optional] | |
Fingerpint | Pointer to string | [optional] | |
Signature | Pointer to string | [optional] |
func NewXmlNs0SignedDataAllOf() *XmlNs0SignedDataAllOf
NewXmlNs0SignedDataAllOf instantiates a new XmlNs0SignedDataAllOf 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 NewXmlNs0SignedDataAllOfWithDefaults() *XmlNs0SignedDataAllOf
NewXmlNs0SignedDataAllOfWithDefaults instantiates a new XmlNs0SignedDataAllOf 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 *XmlNs0SignedDataAllOf) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
func (o *XmlNs0SignedDataAllOf) GetDataOk() (*string, 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 *XmlNs0SignedDataAllOf) SetData(v string)
SetData sets Data field to given value.
func (o *XmlNs0SignedDataAllOf) HasData() bool
HasData returns a boolean if a field has been set.
func (o *XmlNs0SignedDataAllOf) GetFingerpint() string
GetFingerpint returns the Fingerpint field if non-nil, zero value otherwise.
func (o *XmlNs0SignedDataAllOf) GetFingerpintOk() (*string, bool)
GetFingerpintOk returns a tuple with the Fingerpint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XmlNs0SignedDataAllOf) SetFingerpint(v string)
SetFingerpint sets Fingerpint field to given value.
func (o *XmlNs0SignedDataAllOf) HasFingerpint() bool
HasFingerpint returns a boolean if a field has been set.
func (o *XmlNs0SignedDataAllOf) GetSignature() string
GetSignature returns the Signature field if non-nil, zero value otherwise.
func (o *XmlNs0SignedDataAllOf) GetSignatureOk() (*string, bool)
GetSignatureOk returns a tuple with the Signature field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XmlNs0SignedDataAllOf) SetSignature(v string)
SetSignature sets Signature field to given value.
func (o *XmlNs0SignedDataAllOf) HasSignature() bool
HasSignature returns a boolean if a field has been set.