Skip to content

Latest commit

 

History

History
134 lines (73 loc) Β· 4.36 KB

File metadata and controls

134 lines (73 loc) Β· 4.36 KB

SearchBibs200ResponseBibRecordsInnerClassification

Properties

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]

Methods

NewSearchBibs200ResponseBibRecordsInnerClassification

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

NewSearchBibs200ResponseBibRecordsInnerClassificationWithDefaults

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

GetDewey

func (o *SearchBibs200ResponseBibRecordsInnerClassification) GetDewey() string

GetDewey returns the Dewey field if non-nil, zero value otherwise.

GetDeweyOk

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.

SetDewey

func (o *SearchBibs200ResponseBibRecordsInnerClassification) SetDewey(v string)

SetDewey sets Dewey field to given value.

HasDewey

func (o *SearchBibs200ResponseBibRecordsInnerClassification) HasDewey() bool

HasDewey returns a boolean if a field has been set.

GetLc

func (o *SearchBibs200ResponseBibRecordsInnerClassification) GetLc() string

GetLc returns the Lc field if non-nil, zero value otherwise.

GetLcOk

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.

SetLc

func (o *SearchBibs200ResponseBibRecordsInnerClassification) SetLc(v string)

SetLc sets Lc field to given value.

HasLc

func (o *SearchBibs200ResponseBibRecordsInnerClassification) HasLc() bool

HasLc returns a boolean if a field has been set.

GetNlm

func (o *SearchBibs200ResponseBibRecordsInnerClassification) GetNlm() string

GetNlm returns the Nlm field if non-nil, zero value otherwise.

GetNlmOk

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.

SetNlm

func (o *SearchBibs200ResponseBibRecordsInnerClassification) SetNlm(v string)

SetNlm sets Nlm field to given value.

HasNlm

func (o *SearchBibs200ResponseBibRecordsInnerClassification) HasNlm() bool

HasNlm returns a boolean if a field has been set.

GetGovDoc

func (o *SearchBibs200ResponseBibRecordsInnerClassification) GetGovDoc() []string

GetGovDoc returns the GovDoc field if non-nil, zero value otherwise.

GetGovDocOk

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.

SetGovDoc

func (o *SearchBibs200ResponseBibRecordsInnerClassification) SetGovDoc(v []string)

SetGovDoc sets GovDoc field to given value.

HasGovDoc

func (o *SearchBibs200ResponseBibRecordsInnerClassification) HasGovDoc() bool

HasGovDoc returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]