41 #ifndef OBJECTS_BIBLIO_AUTHOR_BASE_HPP
42 #define OBJECTS_BIBLIO_AUTHOR_BASE_HPP
48 #ifndef BEGIN_objects_SCOPE
49 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
50 # define END_objects_SCOPE END_SCOPE(objects)
97 eRole_patent_assignee = 3,
133 bool IsSetName(
void)
const;
140 bool CanGetName(
void)
const;
143 void ResetName(
void);
149 const TName& GetName(
void)
const;
161 TName& SetName(
void);
170 bool IsSetLevel(
void)
const;
177 bool CanGetLevel(
void)
const;
180 void ResetLevel(
void);
186 TLevel GetLevel(
void)
const;
207 bool IsSetRole(
void)
const;
214 bool CanGetRole(
void)
const;
217 void ResetRole(
void);
223 TRole GetRole(
void)
const;
235 TRole& SetRole(
void);
244 bool IsSetAffil(
void)
const;
251 bool CanGetAffil(
void)
const;
254 void ResetAffil(
void);
260 const TAffil& GetAffil(
void)
const;
282 bool IsSetIs_corr(
void)
const;
289 bool CanGetIs_corr(
void)
const;
292 void ResetIs_corr(
void);
313 virtual void Reset(
void);
@Affil.hpp User-defined methods of the data storage class.
Base class for all serializable objects.
static char UnassignedByte(void)
void ThrowUnassigned(TMemberIndex index) const
#define ENUM_METHOD_NAME(EnumName)
uint32_t Uint4
4-byte (32-bit) unsigned integer
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_BIBLIO_EXPORT
DECLARE_INTERNAL_TYPE_INFO()
TLevel & SetLevel(void)
Assign a value to Level data member.
TName & SetName(void)
Assign a value to Name data member.
bool CanGetName(void) const
Check if it is safe to call GetName method.
bool IsSetIs_corr(void) const
TRUE if corresponding author Check if a value has been assigned to Is_corr data member.
const TAffil & GetAffil(void) const
Get the Affil member data.
bool CanGetAffil(void) const
Check if it is safe to call GetAffil method.
TIs_corr GetIs_corr(void) const
Get the Is_corr member data.
void ResetRole(void)
Reset Role data member.
TIs_corr & SetIs_corr(void)
Assign a value to Is_corr data member.
bool CanGetRole(void) const
Check if it is safe to call GetRole method.
bool IsSetAffil(void) const
Check if a value has been assigned to Affil data member.
TRole & SetRole(void)
Assign a value to Role data member.
void ResetName(void)
Reset Name data member.
const TName & GetName(void) const
Get the Name member data.
bool CanGetIs_corr(void) const
Check if it is safe to call GetIs_corr method.
bool CanGetLevel(void) const
Check if it is safe to call GetLevel method.
void ResetLevel(void)
Reset Level data member.
bool IsSetRole(void) const
Check if a value has been assigned to Role data member.
TLevel GetLevel(void) const
Get the Level member data.
bool IsSetName(void) const
Author, Primary or Secondary Check if a value has been assigned to Name data member.
void ResetIs_corr(void)
Reset Is_corr data member.
TRole GetRole(void) const
Get the Role member data.
CAuthor_Base(const CAuthor_Base &)
ERole
Author Role Indicator.
CAuthor_Base & operator=(const CAuthor_Base &)
Tparent::CMemberIndex< E_memberIndex, 6 > TmemberIndex
bool IsSetLevel(void) const
Check if a value has been assigned to Level data member.
const GenericPointer< typename T::ValueType > T2 value