Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

seDRMCitation.h

Go to the documentation of this file.
00001 /*
00002  *  Copyright (c) 2004 Accent Geographic. All rights reserved.
00003  *  See the license file for licensing information.
00004  *  Created: Mon Jul 12 23:48:01 2004
00005 
00006  *  DO NOT EDIT THIS FILE! (Autogenerated)
00007  */
00008 

00010 

00012 
00018 #ifndef _seDRMCitation_h
00019 #define _seDRMCitation_h
00020 
00021 #include "seDRMBase.h"
00022 
00023 namespace sedris {
00024 
00030 class seDRMCitation : public seDRMBase
00031 {
00032 public:
00033 
00035     seDRMCitation() {}
00036 
00038     seDRMCitation( const seObject &other ) : seDRMBase(other) {}
00039 
00041     const SE_String& get_title() { DRMBASE_RET_FIELDS(Citation, title); }
00042 
00044     void set_title( const SE_String &val ) {
00045         DRMBASE_ALLOC_FIELDS;
00046         seHelperDRM::setSE_String(DRMBASE_ACC_FIELDS(Citation, title), val.characters, val.length, val.locale);
00047     }
00048 
00050     void set_title( const SE_Character *chars, SE_Short_Integer_Unsigned len=0, SE_Locale locale=SE_LOCALE_DEFAULT ) {
00051         DRMBASE_ALLOC_FIELDS;
00052         seHelperDRM::setSE_String(DRMBASE_ACC_FIELDS(Citation, title), chars, len, locale);
00053     }
00054 
00056     const SE_String& get_edition() { DRMBASE_RET_FIELDS(Citation, edition); }
00057 
00059     void set_edition( const SE_String &val ) {
00060         DRMBASE_ALLOC_FIELDS;
00061         seHelperDRM::setSE_String(DRMBASE_ACC_FIELDS(Citation, edition), val.characters, val.length, val.locale);
00062     }
00063 
00065     void set_edition( const SE_Character *chars, SE_Short_Integer_Unsigned len=0, SE_Locale locale=SE_LOCALE_DEFAULT ) {
00066         DRMBASE_ALLOC_FIELDS;
00067         seHelperDRM::setSE_String(DRMBASE_ACC_FIELDS(Citation, edition), chars, len, locale);
00068     }
00069 
00071     const SE_String& get_series_name() { DRMBASE_RET_FIELDS(Citation, series_name); }
00072 
00074     void set_series_name( const SE_String &val ) {
00075         DRMBASE_ALLOC_FIELDS;
00076         seHelperDRM::setSE_String(DRMBASE_ACC_FIELDS(Citation, series_name), val.characters, val.length, val.locale);
00077     }
00078 
00080     void set_series_name( const SE_Character *chars, SE_Short_Integer_Unsigned len=0, SE_Locale locale=SE_LOCALE_DEFAULT ) {
00081         DRMBASE_ALLOC_FIELDS;
00082         seHelperDRM::setSE_String(DRMBASE_ACC_FIELDS(Citation, series_name), chars, len, locale);
00083     }
00084 
00086     const SE_String& get_issue_identification() { DRMBASE_RET_FIELDS(Citation, issue_identification); }
00087 
00089     void set_issue_identification( const SE_String &val ) {
00090         DRMBASE_ALLOC_FIELDS;
00091         seHelperDRM::setSE_String(DRMBASE_ACC_FIELDS(Citation, issue_identification), val.characters, val.length, val.locale);
00092     }
00093 
00095     void set_issue_identification( const SE_Character *chars, SE_Short_Integer_Unsigned len=0, SE_Locale locale=SE_LOCALE_DEFAULT ) {
00096         DRMBASE_ALLOC_FIELDS;
00097         seHelperDRM::setSE_String(DRMBASE_ACC_FIELDS(Citation, issue_identification), chars, len, locale);
00098     }
00099 
00101     const SE_String& get_other_citation_details() { DRMBASE_RET_FIELDS(Citation, other_citation_details); }
00102 
00104     void set_other_citation_details( const SE_String &val ) {
00105         DRMBASE_ALLOC_FIELDS;
00106         seHelperDRM::setSE_String(DRMBASE_ACC_FIELDS(Citation, other_citation_details), val.characters, val.length, val.locale);
00107     }
00108 
00110     void set_other_citation_details( const SE_Character *chars, SE_Short_Integer_Unsigned len=0, SE_Locale locale=SE_LOCALE_DEFAULT ) {
00111         DRMBASE_ALLOC_FIELDS;
00112         seHelperDRM::setSE_String(DRMBASE_ACC_FIELDS(Citation, other_citation_details), chars, len, locale);
00113     }
00114 
00116     virtual SE_DRM_Class getClassType() const { return SE_DRM_CLS_CITATION; }
00117 
00118 };
00119 
00120 } // namespace sedris
00121 
00122 #endif // _seDRMCitation_h

SEDRIS Transmittal Access C++ API 4.0.0 beta - 14 Jul 2004
Copyright © 2004 SEDRIS Docs by Doxygen 1.3.2