| Name | Type | Description | Notes |
|---|---|---|---|
| Value | NullableString | ||
| IsScalar | Pointer to NullableBool | [optional] | |
| IsCall | Pointer to NullableBool | [optional] | |
| IsData | Pointer to NullableBool | [optional] | |
| IsString | Pointer to NullableBool | [optional] | |
| RawData | Pointer to NullableString | [optional] | |
| Segment | Pointer to NullableSegmentInfo | [optional] | |
| OrigStrEncoding | Pointer to NullableString | [optional] | |
| XrefFrom | NullableString |
func NewXrefToResponse(value NullableString, xrefFrom NullableString, ) *XrefToResponse
NewXrefToResponse instantiates a new XrefToResponse 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 NewXrefToResponseWithDefaults() *XrefToResponse
NewXrefToResponseWithDefaults instantiates a new XrefToResponse 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 *XrefToResponse) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *XrefToResponse) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XrefToResponse) SetValue(v string)
SetValue sets Value field to given value.
func (o *XrefToResponse) SetValueNil(b bool)
SetValueNil sets the value for Value to be an explicit nil
func (o *XrefToResponse) UnsetValue()
UnsetValue ensures that no value is present for Value, not even an explicit nil
func (o *XrefToResponse) GetIsScalar() bool
GetIsScalar returns the IsScalar field if non-nil, zero value otherwise.
func (o *XrefToResponse) GetIsScalarOk() (*bool, bool)
GetIsScalarOk returns a tuple with the IsScalar field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XrefToResponse) SetIsScalar(v bool)
SetIsScalar sets IsScalar field to given value.
func (o *XrefToResponse) HasIsScalar() bool
HasIsScalar returns a boolean if a field has been set.
func (o *XrefToResponse) SetIsScalarNil(b bool)
SetIsScalarNil sets the value for IsScalar to be an explicit nil
func (o *XrefToResponse) UnsetIsScalar()
UnsetIsScalar ensures that no value is present for IsScalar, not even an explicit nil
func (o *XrefToResponse) GetIsCall() bool
GetIsCall returns the IsCall field if non-nil, zero value otherwise.
func (o *XrefToResponse) GetIsCallOk() (*bool, bool)
GetIsCallOk returns a tuple with the IsCall field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XrefToResponse) SetIsCall(v bool)
SetIsCall sets IsCall field to given value.
func (o *XrefToResponse) HasIsCall() bool
HasIsCall returns a boolean if a field has been set.
func (o *XrefToResponse) SetIsCallNil(b bool)
SetIsCallNil sets the value for IsCall to be an explicit nil
func (o *XrefToResponse) UnsetIsCall()
UnsetIsCall ensures that no value is present for IsCall, not even an explicit nil
func (o *XrefToResponse) GetIsData() bool
GetIsData returns the IsData field if non-nil, zero value otherwise.
func (o *XrefToResponse) GetIsDataOk() (*bool, bool)
GetIsDataOk returns a tuple with the IsData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XrefToResponse) SetIsData(v bool)
SetIsData sets IsData field to given value.
func (o *XrefToResponse) HasIsData() bool
HasIsData returns a boolean if a field has been set.
func (o *XrefToResponse) SetIsDataNil(b bool)
SetIsDataNil sets the value for IsData to be an explicit nil
func (o *XrefToResponse) UnsetIsData()
UnsetIsData ensures that no value is present for IsData, not even an explicit nil
func (o *XrefToResponse) GetIsString() bool
GetIsString returns the IsString field if non-nil, zero value otherwise.
func (o *XrefToResponse) GetIsStringOk() (*bool, bool)
GetIsStringOk returns a tuple with the IsString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XrefToResponse) SetIsString(v bool)
SetIsString sets IsString field to given value.
func (o *XrefToResponse) HasIsString() bool
HasIsString returns a boolean if a field has been set.
func (o *XrefToResponse) SetIsStringNil(b bool)
SetIsStringNil sets the value for IsString to be an explicit nil
func (o *XrefToResponse) UnsetIsString()
UnsetIsString ensures that no value is present for IsString, not even an explicit nil
func (o *XrefToResponse) GetRawData() string
GetRawData returns the RawData field if non-nil, zero value otherwise.
func (o *XrefToResponse) GetRawDataOk() (*string, bool)
GetRawDataOk returns a tuple with the RawData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XrefToResponse) SetRawData(v string)
SetRawData sets RawData field to given value.
func (o *XrefToResponse) HasRawData() bool
HasRawData returns a boolean if a field has been set.
func (o *XrefToResponse) SetRawDataNil(b bool)
SetRawDataNil sets the value for RawData to be an explicit nil
func (o *XrefToResponse) UnsetRawData()
UnsetRawData ensures that no value is present for RawData, not even an explicit nil
func (o *XrefToResponse) GetSegment() SegmentInfo
GetSegment returns the Segment field if non-nil, zero value otherwise.
func (o *XrefToResponse) GetSegmentOk() (*SegmentInfo, bool)
GetSegmentOk returns a tuple with the Segment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XrefToResponse) SetSegment(v SegmentInfo)
SetSegment sets Segment field to given value.
func (o *XrefToResponse) HasSegment() bool
HasSegment returns a boolean if a field has been set.
func (o *XrefToResponse) SetSegmentNil(b bool)
SetSegmentNil sets the value for Segment to be an explicit nil
func (o *XrefToResponse) UnsetSegment()
UnsetSegment ensures that no value is present for Segment, not even an explicit nil
func (o *XrefToResponse) GetOrigStrEncoding() string
GetOrigStrEncoding returns the OrigStrEncoding field if non-nil, zero value otherwise.
func (o *XrefToResponse) GetOrigStrEncodingOk() (*string, bool)
GetOrigStrEncodingOk returns a tuple with the OrigStrEncoding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XrefToResponse) SetOrigStrEncoding(v string)
SetOrigStrEncoding sets OrigStrEncoding field to given value.
func (o *XrefToResponse) HasOrigStrEncoding() bool
HasOrigStrEncoding returns a boolean if a field has been set.
func (o *XrefToResponse) SetOrigStrEncodingNil(b bool)
SetOrigStrEncodingNil sets the value for OrigStrEncoding to be an explicit nil
func (o *XrefToResponse) UnsetOrigStrEncoding()
UnsetOrigStrEncoding ensures that no value is present for OrigStrEncoding, not even an explicit nil
func (o *XrefToResponse) GetXrefFrom() string
GetXrefFrom returns the XrefFrom field if non-nil, zero value otherwise.
func (o *XrefToResponse) GetXrefFromOk() (*string, bool)
GetXrefFromOk returns a tuple with the XrefFrom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XrefToResponse) SetXrefFrom(v string)
SetXrefFrom sets XrefFrom field to given value.
func (o *XrefToResponse) SetXrefFromNil(b bool)
SetXrefFromNil sets the value for XrefFrom to be an explicit nil
func (o *XrefToResponse) UnsetXrefFrom()
UnsetXrefFrom ensures that no value is present for XrefFrom, not even an explicit nil