| Name | Type | Description | Notes |
|---|---|---|---|
| Dewey | Pointer to string | Dewey Decimal Classification Number [v082sa,b] | [optional] |
| Lc | Pointer to string | Library of Congress Call Number [v050sa,b] | [optional] |
| Nlm | Pointer to string | National Library of Medicine Call Number [v060sa,b] | [optional] |
| GovDoc | Pointer to []string | Government Doc number [v086sa] | [optional] |
func NewSearchBibs200ResponseBibRecordsInnerClassification() *SearchBibs200ResponseBibRecordsInnerClassification
NewSearchBibs200ResponseBibRecordsInnerClassification instantiates a new SearchBibs200ResponseBibRecordsInnerClassification 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 NewSearchBibs200ResponseBibRecordsInnerClassificationWithDefaults() *SearchBibs200ResponseBibRecordsInnerClassification
NewSearchBibs200ResponseBibRecordsInnerClassificationWithDefaults instantiates a new SearchBibs200ResponseBibRecordsInnerClassification 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 *SearchBibs200ResponseBibRecordsInnerClassification) GetDewey() string
GetDewey returns the Dewey field if non-nil, zero value otherwise.
func (o *SearchBibs200ResponseBibRecordsInnerClassification) GetDeweyOk() (*string, bool)
GetDeweyOk returns a tuple with the Dewey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchBibs200ResponseBibRecordsInnerClassification) SetDewey(v string)
SetDewey sets Dewey field to given value.
func (o *SearchBibs200ResponseBibRecordsInnerClassification) HasDewey() bool
HasDewey returns a boolean if a field has been set.
func (o *SearchBibs200ResponseBibRecordsInnerClassification) GetLc() string
GetLc returns the Lc field if non-nil, zero value otherwise.
func (o *SearchBibs200ResponseBibRecordsInnerClassification) GetLcOk() (*string, bool)
GetLcOk returns a tuple with the Lc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchBibs200ResponseBibRecordsInnerClassification) SetLc(v string)
SetLc sets Lc field to given value.
func (o *SearchBibs200ResponseBibRecordsInnerClassification) HasLc() bool
HasLc returns a boolean if a field has been set.
func (o *SearchBibs200ResponseBibRecordsInnerClassification) GetNlm() string
GetNlm returns the Nlm field if non-nil, zero value otherwise.
func (o *SearchBibs200ResponseBibRecordsInnerClassification) GetNlmOk() (*string, bool)
GetNlmOk returns a tuple with the Nlm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchBibs200ResponseBibRecordsInnerClassification) SetNlm(v string)
SetNlm sets Nlm field to given value.
func (o *SearchBibs200ResponseBibRecordsInnerClassification) HasNlm() bool
HasNlm returns a boolean if a field has been set.
func (o *SearchBibs200ResponseBibRecordsInnerClassification) GetGovDoc() []string
GetGovDoc returns the GovDoc field if non-nil, zero value otherwise.
func (o *SearchBibs200ResponseBibRecordsInnerClassification) GetGovDocOk() (*[]string, bool)
GetGovDocOk returns a tuple with the GovDoc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchBibs200ResponseBibRecordsInnerClassification) SetGovDoc(v []string)
SetGovDoc sets GovDoc field to given value.
func (o *SearchBibs200ResponseBibRecordsInnerClassification) HasGovDoc() bool
HasGovDoc returns a boolean if a field has been set.