KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > mvnforum > jaxb > db > MemberType


1 //
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.5-b16-fcs
3
// See <a HREF="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4
// Any modifications to this file will be lost upon recompilation of the source schema.
5
// Generated on: 2005.12.17 at 09:43:27 AM GMT+07:00
6
//
7

8
9 package com.mvnforum.jaxb.db;
10
11
12 /**
13  * Java content class for MemberType complex type.
14  * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/D:/working/mvnforum/contrib/phpbb2mvnforum-jaxb/schema/mvnforum.xsd line 287)
15  * <p>
16  * <pre>
17  * &lt;complexType name="MemberType">
18  * &lt;complexContent>
19  * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
20  * &lt;sequence>
21  * &lt;element name="MemberName" type="{http://www.w3.org/2001/XMLSchema}string"/>
22  * &lt;element name="MemberPassword" type="{http://www.w3.org/2001/XMLSchema}string"/>
23  * &lt;element name="MemberFirstEmail" type="{http://www.w3.org/2001/XMLSchema}string"/>
24  * &lt;element name="MemberEmail" type="{http://www.w3.org/2001/XMLSchema}string"/>
25  * &lt;element name="MemberEmailVisible" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
26  * &lt;element name="MemberNameVisible" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
27  * &lt;element name="MemberFirstIP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
28  * &lt;element name="MemberLastIP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
29  * &lt;element name="MemberViewCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
30  * &lt;element name="MemberPostCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
31  * &lt;element name="MemberCreationDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
32  * &lt;element name="MemberModifiedDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
33  * &lt;element name="MemberExpireDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
34  * &lt;element name="MemberLastLogon" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
35  * &lt;element name="MemberOption" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
36  * &lt;element name="MemberStatus" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
37  * &lt;element name="MemberActivateCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
38  * &lt;element name="MemberTempPassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
39  * &lt;element name="MemberMessageCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
40  * &lt;element name="MemberMessageOption" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
41  * &lt;element name="MemberPostsPerPage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
42  * &lt;element name="MemberWarnCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
43  * &lt;element name="MemberVoteCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
44  * &lt;element name="MemberVoteTotalStars" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
45  * &lt;element name="MemberRewardPoints" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
46  * &lt;element name="MemberTitle" type="{http://www.w3.org/2001/XMLSchema}string"/>
47  * &lt;element name="MemberTimeZone" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
48  * &lt;element name="MemberSignature" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
49  * &lt;element name="MemberAvatar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
50  * &lt;element name="MemberSkin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
51  * &lt;element name="MemberLanguage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
52  * &lt;element name="MemberFirstname" type="{http://www.w3.org/2001/XMLSchema}string"/>
53  * &lt;element name="MemberLastname" type="{http://www.w3.org/2001/XMLSchema}string"/>
54  * &lt;element name="MemberGender" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
55  * &lt;element name="MemberBirthday" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
56  * &lt;element name="MemberAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
57  * &lt;element name="MemberCity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
58  * &lt;element name="MemberState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
59  * &lt;element name="MemberCountry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
60  * &lt;element name="MemberPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
61  * &lt;element name="MemberMobile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
62  * &lt;element name="MemberFax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
63  * &lt;element name="MemberCareer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
64  * &lt;element name="MemberHomepage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
65  * &lt;element name="MemberYahoo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
66  * &lt;element name="MemberAol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
67  * &lt;element name="MemberIcq" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
68  * &lt;element name="MemberMsn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
69  * &lt;element name="MemberCoolLink1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
70  * &lt;element name="MemberCoolLink2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
71  * &lt;element name="GlobalPermissionList" type="{}GlobalPermissionList" minOccurs="0"/>
72  * &lt;element name="MessageFolderList" type="{}MessageFolderList" minOccurs="0"/>
73  * &lt;element name="GlobalWatchList" type="{}GlobalWatchList" minOccurs="0"/>
74  * &lt;/sequence>
75  * &lt;/restriction>
76  * &lt;/complexContent>
77  * &lt;/complexType>
78  * </pre>
79  *
80  */

81 public interface MemberType {
82
83
84     /**
85      * Gets the value of the memberIcq property.
86      *
87      * @return
88      * possible object is
89      * {@link java.lang.String}
90      */

91     java.lang.String JavaDoc getMemberIcq();
92
93     /**
94      * Sets the value of the memberIcq property.
95      *
96      * @param value
97      * allowed object is
98      * {@link java.lang.String}
99      */

100     void setMemberIcq(java.lang.String JavaDoc value);
101
102     /**
103      * Gets the value of the memberCountry property.
104      *
105      * @return
106      * possible object is
107      * {@link java.lang.String}
108      */

109     java.lang.String JavaDoc getMemberCountry();
110
111     /**
112      * Sets the value of the memberCountry property.
113      *
114      * @param value
115      * allowed object is
116      * {@link java.lang.String}
117      */

118     void setMemberCountry(java.lang.String JavaDoc value);
119
120     /**
121      * Gets the value of the memberMobile property.
122      *
123      * @return
124      * possible object is
125      * {@link java.lang.String}
126      */

127     java.lang.String JavaDoc getMemberMobile();
128
129     /**
130      * Sets the value of the memberMobile property.
131      *
132      * @param value
133      * allowed object is
134      * {@link java.lang.String}
135      */

136     void setMemberMobile(java.lang.String JavaDoc value);
137
138     /**
139      * Gets the value of the memberLastname property.
140      *
141      * @return
142      * possible object is
143      * {@link java.lang.String}
144      */

145     java.lang.String JavaDoc getMemberLastname();
146
147     /**
148      * Sets the value of the memberLastname property.
149      *
150      * @param value
151      * allowed object is
152      * {@link java.lang.String}
153      */

154     void setMemberLastname(java.lang.String JavaDoc value);
155
156     /**
157      * Gets the value of the memberState property.
158      *
159      * @return
160      * possible object is
161      * {@link java.lang.String}
162      */

163     java.lang.String JavaDoc getMemberState();
164
165     /**
166      * Sets the value of the memberState property.
167      *
168      * @param value
169      * allowed object is
170      * {@link java.lang.String}
171      */

172     void setMemberState(java.lang.String JavaDoc value);
173
174     /**
175      * Gets the value of the memberPassword property.
176      *
177      * @return
178      * possible object is
179      * {@link java.lang.String}
180      */

181     java.lang.String JavaDoc getMemberPassword();
182
183     /**
184      * Sets the value of the memberPassword property.
185      *
186      * @param value
187      * allowed object is
188      * {@link java.lang.String}
189      */

190     void setMemberPassword(java.lang.String JavaDoc value);
191
192     /**
193      * Gets the value of the messageFolderList property.
194      *
195      * @return
196      * possible object is
197      * {@link com.mvnforum.jaxb.db.MessageFolderList}
198      */

199     com.mvnforum.jaxb.db.MessageFolderList getMessageFolderList();
200
201     /**
202      * Sets the value of the messageFolderList property.
203      *
204      * @param value
205      * allowed object is
206      * {@link com.mvnforum.jaxb.db.MessageFolderList}
207      */

208     void setMessageFolderList(com.mvnforum.jaxb.db.MessageFolderList value);
209
210     /**
211      * Gets the value of the memberTimeZone property.
212      *
213      */

214     double getMemberTimeZone();
215
216     /**
217      * Sets the value of the memberTimeZone property.
218      *
219      */

220     void setMemberTimeZone(double value);
221
222     /**
223      * Gets the value of the memberModifiedDate property.
224      *
225      * @return
226      * possible object is
227      * {@link java.lang.String}
228      */

229     java.lang.String JavaDoc getMemberModifiedDate();
230
231     /**
232      * Sets the value of the memberModifiedDate property.
233      *
234      * @param value
235      * allowed object is
236      * {@link java.lang.String}
237      */

238     void setMemberModifiedDate(java.lang.String JavaDoc value);
239
240     /**
241      * Gets the value of the memberMsn property.
242      *
243      * @return
244      * possible object is
245      * {@link java.lang.String}
246      */

247     java.lang.String JavaDoc getMemberMsn();
248
249     /**
250      * Sets the value of the memberMsn property.
251      *
252      * @param value
253      * allowed object is
254      * {@link java.lang.String}
255      */

256     void setMemberMsn(java.lang.String JavaDoc value);
257
258     /**
259      * Gets the value of the memberTempPassword property.
260      *
261      * @return
262      * possible object is
263      * {@link java.lang.String}
264      */

265     java.lang.String JavaDoc getMemberTempPassword();
266
267     /**
268      * Sets the value of the memberTempPassword property.
269      *
270      * @param value
271      * allowed object is
272      * {@link java.lang.String}
273      */

274     void setMemberTempPassword(java.lang.String JavaDoc value);
275
276     /**
277      * Gets the value of the memberName property.
278      *
279      * @return
280      * possible object is
281      * {@link java.lang.String}
282      */

283     java.lang.String JavaDoc getMemberName();
284
285     /**
286      * Sets the value of the memberName property.
287      *
288      * @param value
289      * allowed object is
290      * {@link java.lang.String}
291      */

292     void setMemberName(java.lang.String JavaDoc value);
293
294     /**
295      * Gets the value of the memberAol property.
296      *
297      * @return
298      * possible object is
299      * {@link java.lang.String}
300      */

301     java.lang.String JavaDoc getMemberAol();
302
303     /**
304      * Sets the value of the memberAol property.
305      *
306      * @param value
307      * allowed object is
308      * {@link java.lang.String}
309      */

310     void setMemberAol(java.lang.String JavaDoc value);
311
312     /**
313      * Gets the value of the memberVoteTotalStars property.
314      *
315      */

316     int getMemberVoteTotalStars();
317
318     /**
319      * Sets the value of the memberVoteTotalStars property.
320      *
321      */

322     void setMemberVoteTotalStars(int value);
323
324     /**
325      * Gets the value of the memberActivateCode property.
326      *
327      * @return
328      * possible object is
329      * {@link java.lang.String}
330      */

331     java.lang.String JavaDoc getMemberActivateCode();
332
333     /**
334      * Sets the value of the memberActivateCode property.
335      *
336      * @param value
337      * allowed object is
338      * {@link java.lang.String}
339      */

340     void setMemberActivateCode(java.lang.String JavaDoc value);
341
342     /**
343      * Gets the value of the memberAddress property.
344      *
345      * @return
346      * possible object is
347      * {@link java.lang.String}
348      */

349     java.lang.String JavaDoc getMemberAddress();
350
351     /**
352      * Sets the value of the memberAddress property.
353      *
354      * @param value
355      * allowed object is
356      * {@link java.lang.String}
357      */

358     void setMemberAddress(java.lang.String JavaDoc value);
359
360     /**
361      * Gets the value of the memberCareer property.
362      *
363      * @return
364      * possible object is
365      * {@link java.lang.String}
366      */

367     java.lang.String JavaDoc getMemberCareer();
368
369     /**
370      * Sets the value of the memberCareer property.
371      *
372      * @param value
373      * allowed object is
374      * {@link java.lang.String}
375      */

376     void setMemberCareer(java.lang.String JavaDoc value);
377
378     /**
379      * Gets the value of the memberSkin property.
380      *
381      * @return
382      * possible object is
383      * {@link java.lang.String}
384      */

385     java.lang.String JavaDoc getMemberSkin();
386
387     /**
388      * Sets the value of the memberSkin property.
389      *
390      * @param value
391      * allowed object is
392      * {@link java.lang.String}
393      */

394     void setMemberSkin(java.lang.String JavaDoc value);
395
396     /**
397      * Gets the value of the memberBirthday property.
398      *
399      * @return
400      * possible object is
401      * {@link java.lang.String}
402      */

403     java.lang.String JavaDoc getMemberBirthday();
404
405     /**
406      * Sets the value of the memberBirthday property.
407      *
408      * @param value
409      * allowed object is
410      * {@link java.lang.String}
411      */

412     void setMemberBirthday(java.lang.String JavaDoc value);
413
414     /**
415      * Gets the value of the memberPhone property.
416      *
417      * @return
418      * possible object is
419      * {@link java.lang.String}
420      */

421     java.lang.String JavaDoc getMemberPhone();
422
423     /**
424      * Sets the value of the memberPhone property.
425      *
426      * @param value
427      * allowed object is
428      * {@link java.lang.String}
429      */

430     void setMemberPhone(java.lang.String JavaDoc value);
431
432     /**
433      * Gets the value of the memberPostsPerPage property.
434      *
435      */

436     int getMemberPostsPerPage();
437
438     /**
439      * Sets the value of the memberPostsPerPage property.
440      *
441      */

442     void setMemberPostsPerPage(int value);
443
444     /**
445      * Gets the value of the memberViewCount property.
446      *
447      */

448     int getMemberViewCount();
449
450     /**
451      * Sets the value of the memberViewCount property.
452      *
453      */

454     void setMemberViewCount(int value);
455
456     /**
457      * Gets the value of the memberOption property.
458      *
459      */

460     int getMemberOption();
461
462     /**
463      * Sets the value of the memberOption property.
464      *
465      */

466     void setMemberOption(int value);
467
468     /**
469      * Gets the value of the memberNameVisible property.
470      *
471      */

472     int getMemberNameVisible();
473
474     /**
475      * Sets the value of the memberNameVisible property.
476      *
477      */

478     void setMemberNameVisible(int value);
479
480     /**
481      * Gets the value of the memberRewardPoints property.
482      *
483      */

484     int getMemberRewardPoints();
485
486     /**
487      * Sets the value of the memberRewardPoints property.
488      *
489      */

490     void setMemberRewardPoints(int value);
491
492     /**
493      * Gets the value of the memberStatus property.
494      *
495      */

496     int getMemberStatus();
497
498     /**
499      * Sets the value of the memberStatus property.
500      *
501      */

502     void setMemberStatus(int value);
503
504     /**
505      * Gets the value of the memberHomepage property.
506      *
507      * @return
508      * possible object is
509      * {@link java.lang.String}
510      */

511     java.lang.String JavaDoc getMemberHomepage();
512
513     /**
514      * Sets the value of the memberHomepage property.
515      *
516      * @param value
517      * allowed object is
518      * {@link java.lang.String}
519      */

520     void setMemberHomepage(java.lang.String JavaDoc value);
521
522     /**
523      * Gets the value of the memberExpireDate property.
524      *
525      * @return
526      * possible object is
527      * {@link java.lang.String}
528      */

529     java.lang.String JavaDoc getMemberExpireDate();
530
531     /**
532      * Sets the value of the memberExpireDate property.
533      *
534      * @param value
535      * allowed object is
536      * {@link java.lang.String}
537      */

538     void setMemberExpireDate(java.lang.String JavaDoc value);
539
540     /**
541      * Gets the value of the memberCity property.
542      *
543      * @return
544      * possible object is
545      * {@link java.lang.String}
546      */

547     java.lang.String JavaDoc getMemberCity();
548
549     /**
550      * Sets the value of the memberCity property.
551      *
552      * @param value
553      * allowed object is
554      * {@link java.lang.String}
555      */

556     void setMemberCity(java.lang.String JavaDoc value);
557
558     /**
559      * Gets the value of the memberMessageOption property.
560      *
561      */

562     int getMemberMessageOption();
563
564     /**
565      * Sets the value of the memberMessageOption property.
566      *
567      */

568     void setMemberMessageOption(int value);
569
570     /**
571      * Gets the value of the memberTitle property.
572      *
573      * @return
574      * possible object is
575      * {@link java.lang.String}
576      */

577     java.lang.String JavaDoc getMemberTitle();
578
579     /**
580      * Sets the value of the memberTitle property.
581      *
582      * @param value
583      * allowed object is
584      * {@link java.lang.String}
585      */

586     void setMemberTitle(java.lang.String JavaDoc value);
587
588     /**
589      * Gets the value of the memberFirstIP property.
590      *
591      * @return
592      * possible object is
593      * {@link java.lang.String}
594      */

595     java.lang.String JavaDoc getMemberFirstIP();
596
597     /**
598      * Sets the value of the memberFirstIP property.
599      *
600      * @param value
601      * allowed object is
602      * {@link java.lang.String}
603      */

604     void setMemberFirstIP(java.lang.String JavaDoc value);
605
606     /**
607      * Gets the value of the memberPostCount property.
608      *
609      */

610     int getMemberPostCount();
611
612     /**
613      * Sets the value of the memberPostCount property.
614      *
615      */

616     void setMemberPostCount(int value);
617
618     /**
619      * Gets the value of the memberAvatar property.
620      *
621      * @return
622      * possible object is
623      * {@link java.lang.String}
624      */

625     java.lang.String JavaDoc getMemberAvatar();
626
627     /**
628      * Sets the value of the memberAvatar property.
629      *
630      * @param value
631      * allowed object is
632      * {@link java.lang.String}
633      */

634     void setMemberAvatar(java.lang.String JavaDoc value);
635
636     /**
637      * Gets the value of the memberLanguage property.
638      *
639      * @return
640      * possible object is
641      * {@link java.lang.String}
642      */

643     java.lang.String JavaDoc getMemberLanguage();
644
645     /**
646      * Sets the value of the memberLanguage property.
647      *
648      * @param value
649      * allowed object is
650      * {@link java.lang.String}
651      */

652     void setMemberLanguage(java.lang.String JavaDoc value);
653
654     /**
655      * Gets the value of the globalPermissionList property.
656      *
657      * @return
658      * possible object is
659      * {@link com.mvnforum.jaxb.db.GlobalPermissionList}
660      */

661     com.mvnforum.jaxb.db.GlobalPermissionList getGlobalPermissionList();
662
663     /**
664      * Sets the value of the globalPermissionList property.
665      *
666      * @param value
667      * allowed object is
668      * {@link com.mvnforum.jaxb.db.GlobalPermissionList}
669      */

670     void setGlobalPermissionList(com.mvnforum.jaxb.db.GlobalPermissionList value);
671
672     /**
673      * Gets the value of the memberVoteCount property.
674      *
675      */

676     int getMemberVoteCount();
677
678     /**
679      * Sets the value of the memberVoteCount property.
680      *
681      */

682     void setMemberVoteCount(int value);
683
684     /**
685      * Gets the value of the memberFirstEmail property.
686      *
687      * @return
688      * possible object is
689      * {@link java.lang.String}
690      */

691     java.lang.String JavaDoc getMemberFirstEmail();
692
693     /**
694      * Sets the value of the memberFirstEmail property.
695      *
696      * @param value
697      * allowed object is
698      * {@link java.lang.String}
699      */

700     void setMemberFirstEmail(java.lang.String JavaDoc value);
701
702     /**
703      * Gets the value of the memberYahoo property.
704      *
705      * @return
706      * possible object is
707      * {@link java.lang.String}
708      */

709     java.lang.String JavaDoc getMemberYahoo();
710
711     /**
712      * Sets the value of the memberYahoo property.
713      *
714      * @param value
715      * allowed object is
716      * {@link java.lang.String}
717      */

718     void setMemberYahoo(java.lang.String JavaDoc value);
719
720     /**
721      * Gets the value of the memberMessageCount property.
722      *
723      */

724     int getMemberMessageCount();
725
726     /**
727      * Sets the value of the memberMessageCount property.
728      *
729      */

730     void setMemberMessageCount(int value);
731
732     /**
733      * Gets the value of the memberFirstname property.
734      *
735      * @return
736      * possible object is
737      * {@link java.lang.String}
738      */

739     java.lang.String JavaDoc getMemberFirstname();
740
741     /**
742      * Sets the value of the memberFirstname property.
743      *
744      * @param value
745      * allowed object is
746      * {@link java.lang.String}
747      */

748     void setMemberFirstname(java.lang.String JavaDoc value);
749
750     /**
751      * Gets the value of the memberSignature property.
752      *
753      * @return
754      * possible object is
755      * {@link java.lang.String}
756      */

757     java.lang.String JavaDoc getMemberSignature();
758
759     /**
760      * Sets the value of the memberSignature property.
761      *
762      * @param value
763      * allowed object is
764      * {@link java.lang.String}
765      */

766     void setMemberSignature(java.lang.String JavaDoc value);
767
768     /**
769      * Gets the value of the memberGender property.
770      *
771      */

772     int getMemberGender();
773
774     /**
775      * Sets the value of the memberGender property.
776      *
777      */

778     void setMemberGender(int value);
779
780     /**
781      * Gets the value of the memberLastIP property.
782      *
783      * @return
784      * possible object is
785      * {@link java.lang.String}
786      */

787     java.lang.String JavaDoc getMemberLastIP();
788
789     /**
790      * Sets the value of the memberLastIP property.
791      *
792      * @param value
793      * allowed object is
794      * {@link java.lang.String}
795      */

796     void setMemberLastIP(java.lang.String JavaDoc value);
797
798     /**
799      * Gets the value of the memberCoolLink2 property.
800      *
801      * @return
802      * possible object is
803      * {@link java.lang.String}
804      */

805     java.lang.String JavaDoc getMemberCoolLink2();
806
807     /**
808      * Sets the value of the memberCoolLink2 property.
809      *
810      * @param value
811      * allowed object is
812      * {@link java.lang.String}
813      */

814     void setMemberCoolLink2(java.lang.String JavaDoc value);
815
816     /**
817      * Gets the value of the memberCoolLink1 property.
818      *
819      * @return
820      * possible object is
821      * {@link java.lang.String}
822      */

823     java.lang.String JavaDoc getMemberCoolLink1();
824
825     /**
826      * Sets the value of the memberCoolLink1 property.
827      *
828      * @param value
829      * allowed object is
830      * {@link java.lang.String}
831      */

832     void setMemberCoolLink1(java.lang.String JavaDoc value);
833
834     /**
835      * Gets the value of the memberLastLogon property.
836      *
837      * @return
838      * possible object is
839      * {@link java.lang.String}
840      */

841     java.lang.String JavaDoc getMemberLastLogon();
842
843     /**
844      * Sets the value of the memberLastLogon property.
845      *
846      * @param value
847      * allowed object is
848      * {@link java.lang.String}
849      */

850     void setMemberLastLogon(java.lang.String JavaDoc value);
851
852     /**
853      * Gets the value of the memberEmailVisible property.
854      *
855      */

856     int getMemberEmailVisible();
857
858     /**
859      * Sets the value of the memberEmailVisible property.
860      *
861      */

862     void setMemberEmailVisible(int value);
863
864     /**
865      * Gets the value of the memberWarnCount property.
866      *
867      */

868     int getMemberWarnCount();
869
870     /**
871      * Sets the value of the memberWarnCount property.
872      *
873      */

874     void setMemberWarnCount(int value);
875
876     /**
877      * Gets the value of the globalWatchList property.
878      *
879      * @return
880      * possible object is
881      * {@link com.mvnforum.jaxb.db.GlobalWatchList}
882      */

883     com.mvnforum.jaxb.db.GlobalWatchList getGlobalWatchList();
884
885     /**
886      * Sets the value of the globalWatchList property.
887      *
888      * @param value
889      * allowed object is
890      * {@link com.mvnforum.jaxb.db.GlobalWatchList}
891      */

892     void setGlobalWatchList(com.mvnforum.jaxb.db.GlobalWatchList value);
893
894     /**
895      * Gets the value of the memberCreationDate property.
896      *
897      * @return
898      * possible object is
899      * {@link java.lang.String}
900      */

901     java.lang.String JavaDoc getMemberCreationDate();
902
903     /**
904      * Sets the value of the memberCreationDate property.
905      *
906      * @param value
907      * allowed object is
908      * {@link java.lang.String}
909      */

910     void setMemberCreationDate(java.lang.String JavaDoc value);
911
912     /**
913      * Gets the value of the memberFax property.
914      *
915      * @return
916      * possible object is
917      * {@link java.lang.String}
918      */

919     java.lang.String JavaDoc getMemberFax();
920
921     /**
922      * Sets the value of the memberFax property.
923      *
924      * @param value
925      * allowed object is
926      * {@link java.lang.String}
927      */

928     void setMemberFax(java.lang.String JavaDoc value);
929
930     /**
931      * Gets the value of the memberEmail property.
932      *
933      * @return
934      * possible object is
935      * {@link java.lang.String}
936      */

937     java.lang.String JavaDoc getMemberEmail();
938
939     /**
940      * Sets the value of the memberEmail property.
941      *
942      * @param value
943      * allowed object is
944      * {@link java.lang.String}
945      */

946     void setMemberEmail(java.lang.String JavaDoc value);
947
948 }
949
Popular Tags