NCBI C++ ToolKit
Grant_.cpp
Go to the documentation of this file.

Go to the SVN repository for this file.

1 /* $Id$
2  * ===========================================================================
3  *
4  * PUBLIC DOMAIN NOTICE
5  * National Center for Biotechnology Information
6  *
7  * This software/database is a "United States Government Work" under the
8  * terms of the United States Copyright Act. It was written as part of
9  * the author's official duties as a United States Government employee and
10  * thus cannot be copyrighted. This software/database is freely available
11  * to the public for use. The National Library of Medicine and the U.S.
12  * Government have not placed any restriction on its use or reproduction.
13  *
14  * Although all reasonable efforts have been taken to ensure the accuracy
15  * and reliability of the software and data, the NLM and the U.S.
16  * Government do not and cannot warrant the performance or results that
17  * may be obtained by using this software or data. The NLM and the U.S.
18  * Government disclaim all warranties, express or implied, including
19  * warranties of performance, merchantability or fitness for any particular
20  * purpose.
21  *
22  * Please cite the author in any work or product based on this material.
23  *
24  * ===========================================================================
25  *
26  * File Description:
27  * This code was generated by application DATATOOL
28  * using the following specifications:
29  * 'efetch.xsd'.
30  *
31  * ATTENTION:
32  * Don't edit or commit this file into CVS as this file will
33  * be overridden (by DATATOOL) without warning!
34  * ===========================================================================
35  */
36 
37 // standard includes
38 #include <ncbi_pch.hpp>
39 #include <serial/serialimpl.hpp>
40 
41 // generated includes
47 BEGIN_eutils_SCOPE // namespace eutils::
48 
49 
50 // generated classes
51 
53 {
54  m_GrantID.Reset();
55 }
56 
58 {
59  m_GrantID.Reset(&value);
60 }
61 
63 {
64  if ( !m_GrantID )
65  m_GrantID.Reset(new TGrantID());
66  return (*m_GrantID);
67 }
68 
70 {
71  m_Acronym.Reset();
72 }
73 
75 {
76  m_Acronym.Reset(&value);
77 }
78 
80 {
81  if ( !m_Acronym )
82  m_Acronym.Reset(new TAcronym());
83  return (*m_Acronym);
84 }
85 
87 {
88  if ( !m_Agency ) {
89  m_Agency.Reset(new TAgency());
90  return;
91  }
92  (*m_Agency).Reset();
93 }
94 
96 {
97  m_Agency.Reset(&value);
98 }
99 
101 {
102  if ( !m_Country ) {
103  m_Country.Reset(new TCountry());
104  return;
105  }
106  (*m_Country).Reset();
107 }
108 
110 {
111  m_Country.Reset(&value);
112 }
113 
115 {
116  ResetGrantID();
117  ResetAcronym();
118  ResetAgency();
119  ResetCountry();
120 }
121 
123 {
124  SET_CLASS_MODULE("efetch");
125  SET_NAMESPACE("http://www.ncbi.nlm.nih.gov")->SetNsQualified(true);
126  ADD_NAMED_REF_MEMBER("GrantID", m_GrantID, CGrantID)->SetOptional();
127  ADD_NAMED_REF_MEMBER("Acronym", m_Acronym, CAcronym)->SetOptional();
128  ADD_NAMED_REF_MEMBER("Agency", m_Agency, CAgency);
129  ADD_NAMED_REF_MEMBER("Country", m_Country, CCountry);
130  info->RandomOrder();
131  info->CodeVersion(22400);
132  info->DataSpec(ncbi::EDataSpec::eXSD);
133 }
135 
136 // constructor
138 {
139  memset(m_set_State,0,sizeof(m_set_State));
140  if ( !IsAllocatedInPool() ) {
141  ResetAgency();
142  ResetCountry();
143  }
144 }
145 
146 // destructor
148 {
149 }
150 
151 
152 
153 END_eutils_SCOPE // namespace eutils::
154 
#define BEGIN_eutils_SCOPE
Definition: Abstract_.hpp:51
#define END_eutils_SCOPE
Definition: Abstract_.hpp:52
User-defined methods of the data storage class.
User-defined methods of the data storage class.
User-defined methods of the data storage class.
User-defined methods of the data storage class.
User-defined methods of the data storage class.
BEGIN_NAMED_BASE_CLASS_INFO("Grant", CGrant)
Definition: Grant_.cpp:122
CAcronym –.
Definition: Acronym.hpp:64
CAgency –.
Definition: Agency.hpp:64
CCountry –.
Definition: Country.hpp:64
CGrantID –.
Definition: GrantID.hpp:64
CGrant –.
Definition: Grant.hpp:64
#define ADD_NAMED_REF_MEMBER(MemberAlias, MemberName, ClassName)
Definition: serialimpl.hpp:357
#define END_CLASS_INFO
Definition: serialimpl.hpp:456
#define SET_CLASS_MODULE(ModuleName)
Definition: serialimpl.hpp:444
#define SET_NAMESPACE(name)
Definition: serialimpl.hpp:450
Uint4 m_set_State[1]
Definition: Grant_.hpp:262
CGrantID TGrantID
Definition: Grant_.hpp:86
NCBI_NS_NCBI::CRef< TAgency > m_Agency
Definition: Grant_.hpp:265
virtual void Reset(void)
Reset the whole object.
Definition: Grant_.cpp:114
TCountry & SetCountry(void)
Assign a value to Country data member.
Definition: Grant_.hpp:372
void ResetAgency(void)
Reset Agency data member.
Definition: Grant_.cpp:86
TAcronym & SetAcronym(void)
Assign a value to Acronym data member.
Definition: Grant_.cpp:79
CGrant_Base(void)
Definition: Grant_.cpp:137
void ResetAcronym(void)
Reset Acronym data member.
Definition: Grant_.cpp:69
virtual ~CGrant_Base(void)
Definition: Grant_.cpp:147
CAgency TAgency
Definition: Grant_.hpp:88
NCBI_NS_NCBI::CRef< TGrantID > m_GrantID
Definition: Grant_.hpp:263
void ResetGrantID(void)
Reset GrantID data member.
Definition: Grant_.cpp:52
NCBI_NS_NCBI::CRef< TAcronym > m_Acronym
Definition: Grant_.hpp:264
CCountry TCountry
Definition: Grant_.hpp:89
void ResetCountry(void)
Reset Country data member.
Definition: Grant_.cpp:100
TGrantID & SetGrantID(void)
Assign a value to GrantID data member.
Definition: Grant_.cpp:62
TAgency & SetAgency(void)
Assign a value to Agency data member.
Definition: Grant_.hpp:342
CAcronym TAcronym
Definition: Grant_.hpp:87
NCBI_NS_NCBI::CRef< TCountry > m_Country
Definition: Grant_.hpp:266
static MDB_envinfo info
Definition: mdb_load.c:37
const GenericPointer< typename T::ValueType > T2 value
Definition: pointer.h:1227
Modified on Fri Sep 20 14:58:07 2024 by modify_doxy.py rev. 669887