KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > home1 > cci > EMailAccount


1 // ----------------------------------------------------------------------------
2
// Instance/IntfBegin
3
// ----------------------------------------------------------------------------
4
//////////////////////////////////////////////////////////////////////////////
5
//
6
// Name: $Id: JMIAbstractMapper.java,v 1.11 2006/01/21 23:09:07 wfro Exp $
7
// Generated by: openMDX JMI Mapper
8
// Date: Mon Apr 03 11:38:58 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.home1.cci;
14
15 public interface EMailAccount
16   extends
17  org.opencrx.kernel.base.cci.SecureObject,
18  org.openmdx.base.cci.BasicObject {
19 // ----------------------------------------------------------------------------
20
// Instance/IntfAttributeGet0_1
21
// ----------------------------------------------------------------------------
22
/**
23    * @return The possibly null value for attribute <code>eMailAddress</code>.
24    * @exception JmiException If the value cannot be retrieved for some reason.
25    */

26   public String JavaDoc getEMailAddress(
27   );
28
29 // ----------------------------------------------------------------------------
30
// Instance/IntfAttributeSet0_1
31
// ----------------------------------------------------------------------------
32

33
34   /**
35    * Sets a new value for the attribute <code>eMailAddress</code>.
36    * @param newValue The possibly null new value for attribute <code>eMailAddress</code>.
37    * @exception JmiException If the value cannot be set for some reason.
38    */

39   public void setEMailAddress(
40     String JavaDoc newValue
41   );
42
43 // ----------------------------------------------------------------------------
44
// Instance/IntfAttributeGet0_1
45
// ----------------------------------------------------------------------------
46
/**
47    * @return The possibly null value for attribute <code>incomingLeaveCopyOnServer</code>.
48    * @exception JmiException If the value cannot be retrieved for some reason.
49    */

50   public Boolean JavaDoc isIncomingLeaveCopyOnServer(
51   );
52
53 // ----------------------------------------------------------------------------
54
// Instance/IntfAttributeSet0_1
55
// ----------------------------------------------------------------------------
56

57
58   /**
59    * Sets a new value for the attribute <code>incomingLeaveCopyOnServer</code>.
60    * @param newValue The possibly null new value for attribute <code>incomingLeaveCopyOnServer</code>.
61    * @exception JmiException If the value cannot be set for some reason.
62    */

63   public void setIncomingLeaveCopyOnServer(
64     Boolean JavaDoc newValue
65   );
66
67 // ----------------------------------------------------------------------------
68
// Instance/IntfAttributeGet0_1
69
// ----------------------------------------------------------------------------
70
/**
71    * @return The possibly null value for attribute <code>incomingMailServer</code>.
72    * @exception JmiException If the value cannot be retrieved for some reason.
73    */

74   public String JavaDoc getIncomingMailServer(
75   );
76
77 // ----------------------------------------------------------------------------
78
// Instance/IntfAttributeSet0_1
79
// ----------------------------------------------------------------------------
80

81
82   /**
83    * Sets a new value for the attribute <code>incomingMailServer</code>.
84    * @param newValue The possibly null new value for attribute <code>incomingMailServer</code>.
85    * @exception JmiException If the value cannot be set for some reason.
86    */

87   public void setIncomingMailServer(
88     String JavaDoc newValue
89   );
90
91 // ----------------------------------------------------------------------------
92
// Instance/IntfAttributeGet0_1
93
// ----------------------------------------------------------------------------
94
/**
95    * @return The possibly null value for attribute <code>incomingMailServerPort</code>.
96    * @exception JmiException If the value cannot be retrieved for some reason.
97    */

98   public Short JavaDoc getIncomingMailServerPort(
99   );
100
101 // ----------------------------------------------------------------------------
102
// Instance/IntfAttributeSet0_1
103
// ----------------------------------------------------------------------------
104

105
106   /**
107    * Sets a new value for the attribute <code>incomingMailServerPort</code>.
108    * @param newValue The possibly null new value for attribute <code>incomingMailServerPort</code>.
109    * @exception JmiException If the value cannot be set for some reason.
110    */

111   public void setIncomingMailServerPort(
112     Short JavaDoc newValue
113   );
114
115 // ----------------------------------------------------------------------------
116
// Instance/IntfAttributeGet0_1
117
// ----------------------------------------------------------------------------
118
/**
119    * @return The possibly null value for attribute <code>incomingPassword</code>.
120    * @exception JmiException If the value cannot be retrieved for some reason.
121    */

122   public String JavaDoc getIncomingPassword(
123   );
124
125 // ----------------------------------------------------------------------------
126
// Instance/IntfAttributeSet0_1
127
// ----------------------------------------------------------------------------
128

129
130   /**
131    * Sets a new value for the attribute <code>incomingPassword</code>.
132    * @param newValue The possibly null new value for attribute <code>incomingPassword</code>.
133    * @exception JmiException If the value cannot be set for some reason.
134    */

135   public void setIncomingPassword(
136     String JavaDoc newValue
137   );
138
139 // ----------------------------------------------------------------------------
140
// Instance/IntfAttributeGet0_1
141
// ----------------------------------------------------------------------------
142
/**
143    * @return The possibly null value for attribute <code>incomingRequiresSsl</code>.
144    * @exception JmiException If the value cannot be retrieved for some reason.
145    */

146   public Boolean JavaDoc isIncomingRequiresSsl(
147   );
148
149 // ----------------------------------------------------------------------------
150
// Instance/IntfAttributeSet0_1
151
// ----------------------------------------------------------------------------
152

153
154   /**
155    * Sets a new value for the attribute <code>incomingRequiresSsl</code>.
156    * @param newValue The possibly null new value for attribute <code>incomingRequiresSsl</code>.
157    * @exception JmiException If the value cannot be set for some reason.
158    */

159   public void setIncomingRequiresSsl(
160     Boolean JavaDoc newValue
161   );
162
163 // ----------------------------------------------------------------------------
164
// Instance/IntfAttributeGet0_1
165
// ----------------------------------------------------------------------------
166
/**
167    * @return The possibly null value for attribute <code>incomingSpa</code>.
168    * @exception JmiException If the value cannot be retrieved for some reason.
169    */

170   public Boolean JavaDoc isIncomingSpa(
171   );
172
173 // ----------------------------------------------------------------------------
174
// Instance/IntfAttributeSet0_1
175
// ----------------------------------------------------------------------------
176

177
178   /**
179    * Sets a new value for the attribute <code>incomingSpa</code>.
180    * @param newValue The possibly null new value for attribute <code>incomingSpa</code>.
181    * @exception JmiException If the value cannot be set for some reason.
182    */

183   public void setIncomingSpa(
184     Boolean JavaDoc newValue
185   );
186
187 // ----------------------------------------------------------------------------
188
// Instance/IntfAttributeGet0_1
189
// ----------------------------------------------------------------------------
190
/**
191    * @return The possibly null value for attribute <code>incomingUsername</code>.
192    * @exception JmiException If the value cannot be retrieved for some reason.
193    */

194   public String JavaDoc getIncomingUsername(
195   );
196
197 // ----------------------------------------------------------------------------
198
// Instance/IntfAttributeSet0_1
199
// ----------------------------------------------------------------------------
200

201
202   /**
203    * Sets a new value for the attribute <code>incomingUsername</code>.
204    * @param newValue The possibly null new value for attribute <code>incomingUsername</code>.
205    * @exception JmiException If the value cannot be set for some reason.
206    */

207   public void setIncomingUsername(
208     String JavaDoc newValue
209   );
210
211 // ----------------------------------------------------------------------------
212
// Instance/IntfAttributeGet0_1
213
// ----------------------------------------------------------------------------
214
/**
215    * @return The possibly null value for attribute <code>isDefault</code>.
216    * @exception JmiException If the value cannot be retrieved for some reason.
217    */

218   public Boolean JavaDoc isDefault(
219   );
220
221 // ----------------------------------------------------------------------------
222
// Instance/IntfAttributeSet0_1
223
// ----------------------------------------------------------------------------
224

225
226   /**
227    * Sets a new value for the attribute <code>isDefault</code>.
228    * @param newValue The possibly null new value for attribute <code>isDefault</code>.
229    * @exception JmiException If the value cannot be set for some reason.
230    */

231   public void setDefault_(
232     Boolean JavaDoc newValue
233   );
234
235 // ----------------------------------------------------------------------------
236
// Instance/IntfAttributeGet0_1
237
// ----------------------------------------------------------------------------
238
/**
239    * @return The possibly null value for attribute <code>logonToIncoming</code>.
240    * @exception JmiException If the value cannot be retrieved for some reason.
241    */

242   public Boolean JavaDoc isLogonToIncoming(
243   );
244
245 // ----------------------------------------------------------------------------
246
// Instance/IntfAttributeSet0_1
247
// ----------------------------------------------------------------------------
248

249
250   /**
251    * Sets a new value for the attribute <code>logonToIncoming</code>.
252    * @param newValue The possibly null new value for attribute <code>logonToIncoming</code>.
253    * @exception JmiException If the value cannot be set for some reason.
254    */

255   public void setLogonToIncoming(
256     Boolean JavaDoc newValue
257   );
258
259 // ----------------------------------------------------------------------------
260
// Instance/IntfAttributeGet0_1
261
// ----------------------------------------------------------------------------
262
/**
263    * @return The possibly null value for attribute <code>outgoingMailServer</code>.
264    * @exception JmiException If the value cannot be retrieved for some reason.
265    */

266   public String JavaDoc getOutgoingMailServer(
267   );
268
269 // ----------------------------------------------------------------------------
270
// Instance/IntfAttributeSet0_1
271
// ----------------------------------------------------------------------------
272

273
274   /**
275    * Sets a new value for the attribute <code>outgoingMailServer</code>.
276    * @param newValue The possibly null new value for attribute <code>outgoingMailServer</code>.
277    * @exception JmiException If the value cannot be set for some reason.
278    */

279   public void setOutgoingMailServer(
280     String JavaDoc newValue
281   );
282
283 // ----------------------------------------------------------------------------
284
// Instance/IntfAttributeGet0_1
285
// ----------------------------------------------------------------------------
286
/**
287    * @return The possibly null value for attribute <code>outgoingMailServerPort</code>.
288    * @exception JmiException If the value cannot be retrieved for some reason.
289    */

290   public Short JavaDoc getOutgoingMailServerPort(
291   );
292
293 // ----------------------------------------------------------------------------
294
// Instance/IntfAttributeSet0_1
295
// ----------------------------------------------------------------------------
296

297
298   /**
299    * Sets a new value for the attribute <code>outgoingMailServerPort</code>.
300    * @param newValue The possibly null new value for attribute <code>outgoingMailServerPort</code>.
301    * @exception JmiException If the value cannot be set for some reason.
302    */

303   public void setOutgoingMailServerPort(
304     Short JavaDoc newValue
305   );
306
307 // ----------------------------------------------------------------------------
308
// Instance/IntfAttributeGet0_1
309
// ----------------------------------------------------------------------------
310
/**
311    * @return The possibly null value for attribute <code>outgoingPassword</code>.
312    * @exception JmiException If the value cannot be retrieved for some reason.
313    */

314   public String JavaDoc getOutgoingPassword(
315   );
316
317 // ----------------------------------------------------------------------------
318
// Instance/IntfAttributeSet0_1
319
// ----------------------------------------------------------------------------
320

321
322   /**
323    * Sets a new value for the attribute <code>outgoingPassword</code>.
324    * @param newValue The possibly null new value for attribute <code>outgoingPassword</code>.
325    * @exception JmiException If the value cannot be set for some reason.
326    */

327   public void setOutgoingPassword(
328     String JavaDoc newValue
329   );
330
331 // ----------------------------------------------------------------------------
332
// Instance/IntfAttributeGet0_1
333
// ----------------------------------------------------------------------------
334
/**
335    * @return The possibly null value for attribute <code>outgoingRequiresAuth</code>.
336    * @exception JmiException If the value cannot be retrieved for some reason.
337    */

338   public Boolean JavaDoc isOutgoingRequiresAuth(
339   );
340
341 // ----------------------------------------------------------------------------
342
// Instance/IntfAttributeSet0_1
343
// ----------------------------------------------------------------------------
344

345
346   /**
347    * Sets a new value for the attribute <code>outgoingRequiresAuth</code>.
348    * @param newValue The possibly null new value for attribute <code>outgoingRequiresAuth</code>.
349    * @exception JmiException If the value cannot be set for some reason.
350    */

351   public void setOutgoingRequiresAuth(
352     Boolean JavaDoc newValue
353   );
354
355 // ----------------------------------------------------------------------------
356
// Instance/IntfAttributeGet0_1
357
// ----------------------------------------------------------------------------
358
/**
359    * @return The possibly null value for attribute <code>outgoingRequiresSsl</code>.
360    * @exception JmiException If the value cannot be retrieved for some reason.
361    */

362   public Boolean JavaDoc isOutgoingRequiresSsl(
363   );
364
365 // ----------------------------------------------------------------------------
366
// Instance/IntfAttributeSet0_1
367
// ----------------------------------------------------------------------------
368

369
370   /**
371    * Sets a new value for the attribute <code>outgoingRequiresSsl</code>.
372    * @param newValue The possibly null new value for attribute <code>outgoingRequiresSsl</code>.
373    * @exception JmiException If the value cannot be set for some reason.
374    */

375   public void setOutgoingRequiresSsl(
376     Boolean JavaDoc newValue
377   );
378
379 // ----------------------------------------------------------------------------
380
// Instance/IntfAttributeGet0_1
381
// ----------------------------------------------------------------------------
382
/**
383    * @return The possibly null value for attribute <code>outgoingSpa</code>.
384    * @exception JmiException If the value cannot be retrieved for some reason.
385    */

386   public Boolean JavaDoc isOutgoingSpa(
387   );
388
389 // ----------------------------------------------------------------------------
390
// Instance/IntfAttributeSet0_1
391
// ----------------------------------------------------------------------------
392

393
394   /**
395    * Sets a new value for the attribute <code>outgoingSpa</code>.
396    * @param newValue The possibly null new value for attribute <code>outgoingSpa</code>.
397    * @exception JmiException If the value cannot be set for some reason.
398    */

399   public void setOutgoingSpa(
400     Boolean JavaDoc newValue
401   );
402
403 // ----------------------------------------------------------------------------
404
// Instance/IntfAttributeGet0_1
405
// ----------------------------------------------------------------------------
406
/**
407    * @return The possibly null value for attribute <code>outgoingUsername</code>.
408    * @exception JmiException If the value cannot be retrieved for some reason.
409    */

410   public String JavaDoc getOutgoingUsername(
411   );
412
413 // ----------------------------------------------------------------------------
414
// Instance/IntfAttributeSet0_1
415
// ----------------------------------------------------------------------------
416

417
418   /**
419    * Sets a new value for the attribute <code>outgoingUsername</code>.
420    * @param newValue The possibly null new value for attribute <code>outgoingUsername</code>.
421    * @exception JmiException If the value cannot be set for some reason.
422    */

423   public void setOutgoingUsername(
424     String JavaDoc newValue
425   );
426
427 // ----------------------------------------------------------------------------
428
// Instance/IntfAttributeGet0_1
429
// ----------------------------------------------------------------------------
430
/**
431    * @return The possibly null value for attribute <code>replyEMailAddress</code>.
432    * @exception JmiException If the value cannot be retrieved for some reason.
433    */

434   public String JavaDoc getReplyEMailAddress(
435   );
436
437 // ----------------------------------------------------------------------------
438
// Instance/IntfAttributeSet0_1
439
// ----------------------------------------------------------------------------
440

441
442   /**
443    * Sets a new value for the attribute <code>replyEMailAddress</code>.
444    * @param newValue The possibly null new value for attribute <code>replyEMailAddress</code>.
445    * @exception JmiException If the value cannot be set for some reason.
446    */

447   public void setReplyEMailAddress(
448     String JavaDoc newValue
449   );
450
451 // ----------------------------------------------------------------------------
452
// Instance/IntfAttributeGet0_1
453
// ----------------------------------------------------------------------------
454
/**
455    * @return The possibly null value for attribute <code>sameAuthSettingsAsIncoming</code>.
456    * @exception JmiException If the value cannot be retrieved for some reason.
457    */

458   public Boolean JavaDoc isSameAuthSettingsAsIncoming(
459   );
460
461 // ----------------------------------------------------------------------------
462
// Instance/IntfAttributeSet0_1
463
// ----------------------------------------------------------------------------
464

465
466   /**
467    * Sets a new value for the attribute <code>sameAuthSettingsAsIncoming</code>.
468    * @param newValue The possibly null new value for attribute <code>sameAuthSettingsAsIncoming</code>.
469    * @exception JmiException If the value cannot be set for some reason.
470    */

471   public void setSameAuthSettingsAsIncoming(
472     Boolean JavaDoc newValue
473   );
474
475 // ----------------------------------------------------------------------------
476
// Instance/IntfEnd.vm
477
// ----------------------------------------------------------------------------
478
}
479
Popular Tags