KickJava   Java API By Example, From Geeks To Geeks.

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


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 Subscription
16   extends
17  org.opencrx.kernel.base.cci.SecureObject,
18  org.opencrx.kernel.base.cci.Subscription,
19  org.openmdx.base.cci.BasicObject {
20 // ----------------------------------------------------------------------------
21
// Instance/IntfAttributeGet0_1
22
// ----------------------------------------------------------------------------
23
/**
24    * @return The possibly null value for attribute <code>description</code>.
25    * @exception JmiException If the value cannot be retrieved for some reason.
26    */

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

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

40   public void setDescription(
41     String JavaDoc newValue
42   );
43
44 // ----------------------------------------------------------------------------
45
// Instance/IntfAttributeGetSet
46
// ----------------------------------------------------------------------------
47
/**
48    * @return A set containing all elements for this attribute.
49    * @exception JmiException If the values cannot be retrieved for some reason.
50    */

51   public java.util.Set JavaDoc getEventType(
52   );
53
54 // ----------------------------------------------------------------------------
55
// Instance/IntfAttributeSetSet
56
// ----------------------------------------------------------------------------
57
/**
58    * @param newValue A set containing all the new elements for this attribute.
59    * @exception JmiException If the values cannot be set for some reason.
60    */

61   public void setEventType(
62     java.util.Set JavaDoc newValue
63   );
64 // ----------------------------------------------------------------------------
65
// Instance/IntfAttributeGet0_1
66
// ----------------------------------------------------------------------------
67
/**
68    * @return The possibly null value for attribute <code>filterName0</code>.
69    * @exception JmiException If the value cannot be retrieved for some reason.
70    */

71   public String JavaDoc getFilterName0(
72   );
73
74 // ----------------------------------------------------------------------------
75
// Instance/IntfAttributeSet0_1
76
// ----------------------------------------------------------------------------
77

78
79   /**
80    * Sets a new value for the attribute <code>filterName0</code>.
81    * @param newValue The possibly null new value for attribute <code>filterName0</code>.
82    * @exception JmiException If the value cannot be set for some reason.
83    */

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

95   public String JavaDoc getFilterName1(
96   );
97
98 // ----------------------------------------------------------------------------
99
// Instance/IntfAttributeSet0_1
100
// ----------------------------------------------------------------------------
101

102
103   /**
104    * Sets a new value for the attribute <code>filterName1</code>.
105    * @param newValue The possibly null new value for attribute <code>filterName1</code>.
106    * @exception JmiException If the value cannot be set for some reason.
107    */

108   public void setFilterName1(
109     String JavaDoc newValue
110   );
111
112 // ----------------------------------------------------------------------------
113
// Instance/IntfAttributeGet0_1
114
// ----------------------------------------------------------------------------
115
/**
116    * @return The possibly null value for attribute <code>filterName2</code>.
117    * @exception JmiException If the value cannot be retrieved for some reason.
118    */

119   public String JavaDoc getFilterName2(
120   );
121
122 // ----------------------------------------------------------------------------
123
// Instance/IntfAttributeSet0_1
124
// ----------------------------------------------------------------------------
125

126
127   /**
128    * Sets a new value for the attribute <code>filterName2</code>.
129    * @param newValue The possibly null new value for attribute <code>filterName2</code>.
130    * @exception JmiException If the value cannot be set for some reason.
131    */

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

143   public String JavaDoc getFilterName3(
144   );
145
146 // ----------------------------------------------------------------------------
147
// Instance/IntfAttributeSet0_1
148
// ----------------------------------------------------------------------------
149

150
151   /**
152    * Sets a new value for the attribute <code>filterName3</code>.
153    * @param newValue The possibly null new value for attribute <code>filterName3</code>.
154    * @exception JmiException If the value cannot be set for some reason.
155    */

156   public void setFilterName3(
157     String JavaDoc newValue
158   );
159
160 // ----------------------------------------------------------------------------
161
// Instance/IntfAttributeGet0_1
162
// ----------------------------------------------------------------------------
163
/**
164    * @return The possibly null value for attribute <code>filterName4</code>.
165    * @exception JmiException If the value cannot be retrieved for some reason.
166    */

167   public String JavaDoc getFilterName4(
168   );
169
170 // ----------------------------------------------------------------------------
171
// Instance/IntfAttributeSet0_1
172
// ----------------------------------------------------------------------------
173

174
175   /**
176    * Sets a new value for the attribute <code>filterName4</code>.
177    * @param newValue The possibly null new value for attribute <code>filterName4</code>.
178    * @exception JmiException If the value cannot be set for some reason.
179    */

180   public void setFilterName4(
181     String JavaDoc newValue
182   );
183
184 // ----------------------------------------------------------------------------
185
// Instance/IntfAttributeGet0_1
186
// ----------------------------------------------------------------------------
187
/**
188    * @return The possibly null value for attribute <code>filterValue0</code>.
189    * @exception JmiException If the value cannot be retrieved for some reason.
190    */

191   public String JavaDoc getFilterValue0(
192   );
193
194 // ----------------------------------------------------------------------------
195
// Instance/IntfAttributeSet0_1
196
// ----------------------------------------------------------------------------
197

198
199   /**
200    * Sets a new value for the attribute <code>filterValue0</code>.
201    * @param newValue The possibly null new value for attribute <code>filterValue0</code>.
202    * @exception JmiException If the value cannot be set for some reason.
203    */

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

215   public String JavaDoc getFilterValue1(
216   );
217
218 // ----------------------------------------------------------------------------
219
// Instance/IntfAttributeSet0_1
220
// ----------------------------------------------------------------------------
221

222
223   /**
224    * Sets a new value for the attribute <code>filterValue1</code>.
225    * @param newValue The possibly null new value for attribute <code>filterValue1</code>.
226    * @exception JmiException If the value cannot be set for some reason.
227    */

228   public void setFilterValue1(
229     String JavaDoc newValue
230   );
231
232 // ----------------------------------------------------------------------------
233
// Instance/IntfAttributeGet0_1
234
// ----------------------------------------------------------------------------
235
/**
236    * @return The possibly null value for attribute <code>filterValue2</code>.
237    * @exception JmiException If the value cannot be retrieved for some reason.
238    */

239   public String JavaDoc getFilterValue2(
240   );
241
242 // ----------------------------------------------------------------------------
243
// Instance/IntfAttributeSet0_1
244
// ----------------------------------------------------------------------------
245

246
247   /**
248    * Sets a new value for the attribute <code>filterValue2</code>.
249    * @param newValue The possibly null new value for attribute <code>filterValue2</code>.
250    * @exception JmiException If the value cannot be set for some reason.
251    */

252   public void setFilterValue2(
253     String JavaDoc newValue
254   );
255
256 // ----------------------------------------------------------------------------
257
// Instance/IntfAttributeGet0_1
258
// ----------------------------------------------------------------------------
259
/**
260    * @return The possibly null value for attribute <code>filterValue3</code>.
261    * @exception JmiException If the value cannot be retrieved for some reason.
262    */

263   public String JavaDoc getFilterValue3(
264   );
265
266 // ----------------------------------------------------------------------------
267
// Instance/IntfAttributeSet0_1
268
// ----------------------------------------------------------------------------
269

270
271   /**
272    * Sets a new value for the attribute <code>filterValue3</code>.
273    * @param newValue The possibly null new value for attribute <code>filterValue3</code>.
274    * @exception JmiException If the value cannot be set for some reason.
275    */

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

287   public String JavaDoc getFilterValue4(
288   );
289
290 // ----------------------------------------------------------------------------
291
// Instance/IntfAttributeSet0_1
292
// ----------------------------------------------------------------------------
293

294
295   /**
296    * Sets a new value for the attribute <code>filterValue4</code>.
297    * @param newValue The possibly null new value for attribute <code>filterValue4</code>.
298    * @exception JmiException If the value cannot be set for some reason.
299    */

300   public void setFilterValue4(
301     String JavaDoc newValue
302   );
303
304 // ----------------------------------------------------------------------------
305
// Instance/IntfAttributeGet1_1
306
// ----------------------------------------------------------------------------
307
/**
308    * Retrieves the value for the attribute <code>isActive</code>.
309    * @return The non-null value for attribute <code>isActive</code>.
310    * @exception JmiException If the value cannot be retrieved for some reason.
311    */

312   public boolean isActive(
313   );
314
315 // ----------------------------------------------------------------------------
316
// Instance/IntfAttributeSet1_1
317
// ----------------------------------------------------------------------------
318
/**
319    * Sets a new value for the attribute <code>isActive</code>.
320    * @param newValue The non-null new value for attribute <code>isActive</code>.
321    * @exception JmiException If the value cannot be set for some reason.
322    */

323   public void setActive(
324     boolean newValue
325   );
326
327 // ----------------------------------------------------------------------------
328
// Instance/IntfAttributeGet1_1
329
// ----------------------------------------------------------------------------
330
/**
331    * Retrieves the value for the attribute <code>name</code>.
332    * @return The non-null value for attribute <code>name</code>.
333    * @exception JmiException If the value cannot be retrieved for some reason.
334    */

335   public String JavaDoc getName(
336   );
337
338 // ----------------------------------------------------------------------------
339
// Instance/IntfAttributeSet1_1
340
// ----------------------------------------------------------------------------
341
/**
342    * Sets a new value for the attribute <code>name</code>.
343    * @param newValue The non-null new value for attribute <code>name</code>.
344    * @exception JmiException If the value cannot be set for some reason.
345    */

346   public void setName(
347     String JavaDoc newValue
348   );
349
350 // ----------------------------------------------------------------------------
351
// Instance/IntfReferenceGet0_1NoQualifier
352
// ----------------------------------------------------------------------------
353
/**
354    * Retrieves the value for the optional reference <code>topic</code>.
355    * @return The possibly null value for this reference.
356    * @exception JmiException If the value cannot be retrieved for some reason.
357    */

358   public org.opencrx.kernel.workflow1.cci.Topic getTopic(
359   );
360
361 // ----------------------------------------------------------------------------
362
// Instance/IntfReferenceSetNoQualifier
363
// ----------------------------------------------------------------------------
364
/**
365    * Sets a new value for the reference <code>topic</code>.
366    * @param newValue The non-null new value for this reference.
367    * @exception JmiException If the value cannot be set for some reason.
368    */

369   public void setTopic(
370     org.opencrx.kernel.workflow1.cci.Topic newValue
371   );
372
373 // ----------------------------------------------------------------------------
374
// Instance/IntfReferenceRemoveOptional
375
// ----------------------------------------------------------------------------
376
/**
377    * Removes the value for the optional reference <code>topic</code>.
378    * @exception JmiException If the value cannot be removed for some reason.
379    */

380   public void removeTopic (
381   );
382
383 // ----------------------------------------------------------------------------
384
// Instance/IntfEnd.vm
385
// ----------------------------------------------------------------------------
386
}
387
Popular Tags