KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > generic > cci > CrxObject


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:39:05 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.generic.cci;
14
15 public interface CrxObject
16   extends
17  org.opencrx.kernel.base.cci.Auditee,
18  org.opencrx.kernel.base.cci.Bookmarkable,
19  org.opencrx.kernel.base.cci.Cloneable,
20  org.opencrx.kernel.base.cci.Importer,
21  org.opencrx.kernel.base.cci.SecureObject,
22  org.opencrx.kernel.base.cci.SubscriptionTarget,
23  org.opencrx.kernel.base.cci.XmlExporter,
24  org.openmdx.base.cci.BasicObject {
25 // ----------------------------------------------------------------------------
26
// Instance/IntfReferenceGet0_1WithQualifier
27
// ----------------------------------------------------------------------------
28
/**
29    * Retrieves the value for the reference
30    * <code>additionalExternalLink</code> for the specified qualifier
31    * attribute value.
32    * @param id The value for the qualifier attribute that qualifies this reference.
33    * @return The possibly null value for this reference.
34    * @exception JmiException If the value cannot be retrieved for some reason.
35    */

36   public org.opencrx.kernel.generic.cci.AdditionalExternalLink getAdditionalExternalLink(
37     String JavaDoc id
38   );
39
40 // ----------------------------------------------------------------------------
41
// Instance/IntfReferenceGet0_nWithFilter
42
// ----------------------------------------------------------------------------
43
/**
44    * Retrieves a collection containing all the elements for the reference
45    * <code>additionalExternalLink</code>.
46    * @return A collection containing all the elements for this reference.
47    * @exception JmiException If the values cannot be retrieved for some reason.
48    */

49   public java.util.Collection JavaDoc getAdditionalExternalLink(
50   );
51
52   /**
53    * Retrieves the value for the reference
54    * <code>additionalExternalLink</code> for the specified filter.
55    * @param filter filter which is applied to the set of referenced objects.
56    * @return The filtered collection of referenced objects.
57    * @exception JmiException If the value cannot be retrieved for some reason.
58    */

59   public java.util.List JavaDoc getAdditionalExternalLink(
60     org.opencrx.kernel.generic.cci.AdditionalExternalLinkFilter filter
61   );
62
63 // ----------------------------------------------------------------------------
64
// Instance/IntfReferenceAddWithQualifier
65
// ----------------------------------------------------------------------------
66
/**
67    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
68    * @param newValue The element to be appended.
69    * @exception JmiException If the value cannot be appended for some reason.
70    */

71   public void addAdditionalExternalLink (
72     String JavaDoc id,
73     org.opencrx.kernel.generic.cci.AdditionalExternalLink newValue
74   );
75
76 // ----------------------------------------------------------------------------
77
// Instance/IntfReferenceAddWithoutQualifier
78
// ----------------------------------------------------------------------------
79
/**
80    * @param newValue The element to be appended.
81    * @exception JmiException If the value cannot be appended for some reason.
82    */

83   public void addAdditionalExternalLink (
84     org.opencrx.kernel.generic.cci.AdditionalExternalLink newValue
85   );
86
87 // ----------------------------------------------------------------------------
88
// Instance/IntfReferenceRemoveWithQualifier
89
// ----------------------------------------------------------------------------
90
/**
91    * @exception JmiException If the value cannot be removed for some reason.
92    */

93   public void removeAdditionalExternalLink (
94     String JavaDoc id
95   );
96 // ----------------------------------------------------------------------------
97
// Instance/IntfReferenceGet0_1WithQualifier
98
// ----------------------------------------------------------------------------
99
/**
100    * Retrieves the value for the reference <code>attachedDocument</code> for
101    * the specified qualifier attribute value.
102    * @param id The value for the qualifier attribute that qualifies this reference.
103    * @return The possibly null value for this reference.
104    * @exception JmiException If the value cannot be retrieved for some reason.
105    */

106   public org.opencrx.kernel.generic.cci.DocumentAttachment getAttachedDocument(
107     String JavaDoc id
108   );
109
110 // ----------------------------------------------------------------------------
111
// Instance/IntfReferenceGet0_nWithFilter
112
// ----------------------------------------------------------------------------
113
/**
114    * Retrieves a collection containing all the elements for the reference
115    * <code>attachedDocument</code>.
116    * @return A collection containing all the elements for this reference.
117    * @exception JmiException If the values cannot be retrieved for some reason.
118    */

119   public java.util.Collection JavaDoc getAttachedDocument(
120   );
121
122   /**
123    * Retrieves the value for the reference <code>attachedDocument</code> for
124    * the specified filter.
125    * @param filter filter which is applied to the set of referenced objects.
126    * @return The filtered collection of referenced objects.
127    * @exception JmiException If the value cannot be retrieved for some reason.
128    */

129   public java.util.List JavaDoc getAttachedDocument(
130     org.opencrx.kernel.generic.cci.DocumentAttachmentFilter filter
131   );
132
133 // ----------------------------------------------------------------------------
134
// Instance/IntfReferenceAddWithQualifier
135
// ----------------------------------------------------------------------------
136
/**
137    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
138    * @param newValue The element to be appended.
139    * @exception JmiException If the value cannot be appended for some reason.
140    */

141   public void addAttachedDocument (
142     String JavaDoc id,
143     org.opencrx.kernel.generic.cci.DocumentAttachment newValue
144   );
145
146 // ----------------------------------------------------------------------------
147
// Instance/IntfReferenceAddWithoutQualifier
148
// ----------------------------------------------------------------------------
149
/**
150    * @param newValue The element to be appended.
151    * @exception JmiException If the value cannot be appended for some reason.
152    */

153   public void addAttachedDocument (
154     org.opencrx.kernel.generic.cci.DocumentAttachment newValue
155   );
156
157 // ----------------------------------------------------------------------------
158
// Instance/IntfReferenceRemoveWithQualifier
159
// ----------------------------------------------------------------------------
160
/**
161    * @exception JmiException If the value cannot be removed for some reason.
162    */

163   public void removeAttachedDocument (
164     String JavaDoc id
165   );
166 // ----------------------------------------------------------------------------
167
// Instance/IntfAttributeGetList
168
// ----------------------------------------------------------------------------
169
/**
170    * @return A list containing all elements for this attribute.
171    * @exception JmiException If the values cannot be retrieved for some reason.
172    */

173   public java.util.List JavaDoc getCategory(
174   );
175
176   /**
177    * @param index The index of the element to return.
178    * @return The element at the specified position in the list of all values for this attribute.
179    * @exception JmiException If the value cannot be retrieved for some reason.
180    */

181   public String JavaDoc getCategory(
182     int index
183   );
184
185 // ----------------------------------------------------------------------------
186
// Instance/IntfAttributeSetList
187
// ----------------------------------------------------------------------------
188
/**
189    * @param newValue A list containing all the new elements for this attribute.
190    * @exception JmiException If the values cannot be set for some reason.
191    */

192   public void setCategory(
193     java.util.List JavaDoc newValue
194   );
195
196   /**
197    * @param newValue An array containing all the new elements for this attribute.
198    * @exception JmiException If the values cannot be set for some reason.
199    */

200   public void setCategory(
201     String JavaDoc[] newValue
202   );
203
204 // ----------------------------------------------------------------------------
205
// Instance/IntfAttributeGet1_1
206
// ----------------------------------------------------------------------------
207
/**
208    * Retrieves the value for the attribute <code>disabled</code>.
209    * @return The non-null value for attribute <code>disabled</code>.
210    * @exception JmiException If the value cannot be retrieved for some reason.
211    */

212   public boolean isDisabled(
213   );
214
215 // ----------------------------------------------------------------------------
216
// Instance/IntfAttributeSet1_1
217
// ----------------------------------------------------------------------------
218
/**
219    * Sets a new value for the attribute <code>disabled</code>.
220    * @param newValue The non-null new value for attribute <code>disabled</code>.
221    * @exception JmiException If the value cannot be set for some reason.
222    */

223   public void setDisabled(
224     boolean newValue
225   );
226
227 // ----------------------------------------------------------------------------
228
// Instance/IntfAttributeGet0_1
229
// ----------------------------------------------------------------------------
230
/**
231    * @return The possibly null value for attribute <code>disabledReason</code>.
232    * @exception JmiException If the value cannot be retrieved for some reason.
233    */

234   public String JavaDoc getDisabledReason(
235   );
236
237 // ----------------------------------------------------------------------------
238
// Instance/IntfAttributeSet0_1
239
// ----------------------------------------------------------------------------
240

241
242   /**
243    * Sets a new value for the attribute <code>disabledReason</code>.
244    * @param newValue The possibly null new value for attribute <code>disabledReason</code>.
245    * @exception JmiException If the value cannot be set for some reason.
246    */

247   public void setDisabledReason(
248     String JavaDoc newValue
249   );
250
251 // ----------------------------------------------------------------------------
252
// Instance/IntfAttributeGetList
253
// ----------------------------------------------------------------------------
254
/**
255    * @return A list containing all elements for this attribute.
256    * @exception JmiException If the values cannot be retrieved for some reason.
257    */

258   public java.util.List JavaDoc getExternalLink(
259   );
260
261   /**
262    * @param index The index of the element to return.
263    * @return The element at the specified position in the list of all values for this attribute.
264    * @exception JmiException If the value cannot be retrieved for some reason.
265    */

266   public String JavaDoc getExternalLink(
267     int index
268   );
269
270 // ----------------------------------------------------------------------------
271
// Instance/IntfAttributeSetList
272
// ----------------------------------------------------------------------------
273
/**
274    * @param newValue A list containing all the new elements for this attribute.
275    * @exception JmiException If the values cannot be set for some reason.
276    */

277   public void setExternalLink(
278     java.util.List JavaDoc newValue
279   );
280
281   /**
282    * @param newValue An array containing all the new elements for this attribute.
283    * @exception JmiException If the values cannot be set for some reason.
284    */

285   public void setExternalLink(
286     String JavaDoc[] newValue
287   );
288
289 // ----------------------------------------------------------------------------
290
// Instance/IntfReferenceGet0_1WithQualifier
291
// ----------------------------------------------------------------------------
292
/**
293    * Retrieves the value for the reference <code>media</code> for the
294    * specified qualifier attribute value.
295    * @param id The value for the qualifier attribute that qualifies this reference.
296    * @return The possibly null value for this reference.
297    * @exception JmiException If the value cannot be retrieved for some reason.
298    */

299   public org.opencrx.kernel.generic.cci.Media getMedia(
300     String JavaDoc id
301   );
302
303 // ----------------------------------------------------------------------------
304
// Instance/IntfReferenceGet0_nWithFilter
305
// ----------------------------------------------------------------------------
306
/**
307    * Retrieves a collection containing all the elements for the reference
308    * <code>media</code>.
309    * @return A collection containing all the elements for this reference.
310    * @exception JmiException If the values cannot be retrieved for some reason.
311    */

312   public java.util.Collection JavaDoc getMedia(
313   );
314
315   /**
316    * Retrieves the value for the reference <code>media</code> for the
317    * specified filter.
318    * @param filter filter which is applied to the set of referenced objects.
319    * @return The filtered collection of referenced objects.
320    * @exception JmiException If the value cannot be retrieved for some reason.
321    */

322   public java.util.List JavaDoc getMedia(
323     org.opencrx.kernel.generic.cci.MediaFilter filter
324   );
325
326 // ----------------------------------------------------------------------------
327
// Instance/IntfReferenceAddWithQualifier
328
// ----------------------------------------------------------------------------
329
/**
330    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
331    * @param newValue The element to be appended.
332    * @exception JmiException If the value cannot be appended for some reason.
333    */

334   public void addMedia (
335     String JavaDoc id,
336     org.opencrx.kernel.generic.cci.Media newValue
337   );
338
339 // ----------------------------------------------------------------------------
340
// Instance/IntfReferenceAddWithoutQualifier
341
// ----------------------------------------------------------------------------
342
/**
343    * @param newValue The element to be appended.
344    * @exception JmiException If the value cannot be appended for some reason.
345    */

346   public void addMedia (
347     org.opencrx.kernel.generic.cci.Media newValue
348   );
349
350 // ----------------------------------------------------------------------------
351
// Instance/IntfReferenceRemoveWithQualifier
352
// ----------------------------------------------------------------------------
353
/**
354    * @exception JmiException If the value cannot be removed for some reason.
355    */

356   public void removeMedia (
357     String JavaDoc id
358   );
359 // ----------------------------------------------------------------------------
360
// Instance/IntfReferenceGet0_1WithQualifier
361
// ----------------------------------------------------------------------------
362
/**
363    * Retrieves the value for the reference <code>note</code> for the
364    * specified qualifier attribute value.
365    * @param id The value for the qualifier attribute that qualifies this reference.
366    * @return The possibly null value for this reference.
367    * @exception JmiException If the value cannot be retrieved for some reason.
368    */

369   public org.opencrx.kernel.generic.cci.Note getNote(
370     String JavaDoc id
371   );
372
373 // ----------------------------------------------------------------------------
374
// Instance/IntfReferenceGet0_nWithFilter
375
// ----------------------------------------------------------------------------
376
/**
377    * Retrieves a collection containing all the elements for the reference
378    * <code>note</code>.
379    * @return A collection containing all the elements for this reference.
380    * @exception JmiException If the values cannot be retrieved for some reason.
381    */

382   public java.util.Collection JavaDoc getNote(
383   );
384
385   /**
386    * Retrieves the value for the reference <code>note</code> for the
387    * specified filter.
388    * @param filter filter which is applied to the set of referenced objects.
389    * @return The filtered collection of referenced objects.
390    * @exception JmiException If the value cannot be retrieved for some reason.
391    */

392   public java.util.List JavaDoc getNote(
393     org.opencrx.kernel.generic.cci.NoteFilter filter
394   );
395
396 // ----------------------------------------------------------------------------
397
// Instance/IntfReferenceAddWithQualifier
398
// ----------------------------------------------------------------------------
399
/**
400    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
401    * @param newValue The element to be appended.
402    * @exception JmiException If the value cannot be appended for some reason.
403    */

404   public void addNote (
405     String JavaDoc id,
406     org.opencrx.kernel.generic.cci.Note newValue
407   );
408
409 // ----------------------------------------------------------------------------
410
// Instance/IntfReferenceAddWithoutQualifier
411
// ----------------------------------------------------------------------------
412
/**
413    * @param newValue The element to be appended.
414    * @exception JmiException If the value cannot be appended for some reason.
415    */

416   public void addNote (
417     org.opencrx.kernel.generic.cci.Note newValue
418   );
419
420 // ----------------------------------------------------------------------------
421
// Instance/IntfReferenceRemoveWithQualifier
422
// ----------------------------------------------------------------------------
423
/**
424    * @exception JmiException If the value cannot be removed for some reason.
425    */

426   public void removeNote (
427     String JavaDoc id
428   );
429 // ----------------------------------------------------------------------------
430
// Instance/IntfReferenceGet0_1WithQualifier
431
// ----------------------------------------------------------------------------
432
/**
433    * Retrieves the value for the reference <code>rating</code> for the
434    * specified qualifier attribute value.
435    * @param id The value for the qualifier attribute that qualifies this reference.
436    * @return The possibly null value for this reference.
437    * @exception JmiException If the value cannot be retrieved for some reason.
438    */

439   public org.opencrx.kernel.generic.cci.Rating getRating(
440     String JavaDoc id
441   );
442
443 // ----------------------------------------------------------------------------
444
// Instance/IntfReferenceGet0_nWithFilter
445
// ----------------------------------------------------------------------------
446
/**
447    * Retrieves a collection containing all the elements for the reference
448    * <code>rating</code>.
449    * @return A collection containing all the elements for this reference.
450    * @exception JmiException If the values cannot be retrieved for some reason.
451    */

452   public java.util.Collection JavaDoc getRating(
453   );
454
455   /**
456    * Retrieves the value for the reference <code>rating</code> for the
457    * specified filter.
458    * @param filter filter which is applied to the set of referenced objects.
459    * @return The filtered collection of referenced objects.
460    * @exception JmiException If the value cannot be retrieved for some reason.
461    */

462   public java.util.List JavaDoc getRating(
463     org.opencrx.kernel.generic.cci.RatingFilter filter
464   );
465
466 // ----------------------------------------------------------------------------
467
// Instance/IntfReferenceAddWithQualifier
468
// ----------------------------------------------------------------------------
469
/**
470    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
471    * @param newValue The element to be appended.
472    * @exception JmiException If the value cannot be appended for some reason.
473    */

474   public void addRating (
475     String JavaDoc id,
476     org.opencrx.kernel.generic.cci.Rating newValue
477   );
478
479 // ----------------------------------------------------------------------------
480
// Instance/IntfReferenceAddWithoutQualifier
481
// ----------------------------------------------------------------------------
482
/**
483    * @param newValue The element to be appended.
484    * @exception JmiException If the value cannot be appended for some reason.
485    */

486   public void addRating (
487     org.opencrx.kernel.generic.cci.Rating newValue
488   );
489
490 // ----------------------------------------------------------------------------
491
// Instance/IntfReferenceRemoveWithQualifier
492
// ----------------------------------------------------------------------------
493
/**
494    * @exception JmiException If the value cannot be removed for some reason.
495    */

496   public void removeRating (
497     String JavaDoc id
498   );
499 // ----------------------------------------------------------------------------
500
// Instance/IntfAttributeGet0_1
501
// ----------------------------------------------------------------------------
502
/**
503    * @return The possibly null value for attribute <code>userBoolean0</code>.
504    * @exception JmiException If the value cannot be retrieved for some reason.
505    */

506   public Boolean JavaDoc isUserBoolean0(
507   );
508
509 // ----------------------------------------------------------------------------
510
// Instance/IntfAttributeSet0_1
511
// ----------------------------------------------------------------------------
512

513
514   /**
515    * Sets a new value for the attribute <code>userBoolean0</code>.
516    * @param newValue The possibly null new value for attribute <code>userBoolean0</code>.
517    * @exception JmiException If the value cannot be set for some reason.
518    */

519   public void setUserBoolean0(
520     Boolean JavaDoc newValue
521   );
522
523 // ----------------------------------------------------------------------------
524
// Instance/IntfAttributeGet0_1
525
// ----------------------------------------------------------------------------
526
/**
527    * @return The possibly null value for attribute <code>userBoolean1</code>.
528    * @exception JmiException If the value cannot be retrieved for some reason.
529    */

530   public Boolean JavaDoc isUserBoolean1(
531   );
532
533 // ----------------------------------------------------------------------------
534
// Instance/IntfAttributeSet0_1
535
// ----------------------------------------------------------------------------
536

537
538   /**
539    * Sets a new value for the attribute <code>userBoolean1</code>.
540    * @param newValue The possibly null new value for attribute <code>userBoolean1</code>.
541    * @exception JmiException If the value cannot be set for some reason.
542    */

543   public void setUserBoolean1(
544     Boolean JavaDoc newValue
545   );
546
547 // ----------------------------------------------------------------------------
548
// Instance/IntfAttributeGet0_1
549
// ----------------------------------------------------------------------------
550
/**
551    * @return The possibly null value for attribute <code>userBoolean2</code>.
552    * @exception JmiException If the value cannot be retrieved for some reason.
553    */

554   public Boolean JavaDoc isUserBoolean2(
555   );
556
557 // ----------------------------------------------------------------------------
558
// Instance/IntfAttributeSet0_1
559
// ----------------------------------------------------------------------------
560

561
562   /**
563    * Sets a new value for the attribute <code>userBoolean2</code>.
564    * @param newValue The possibly null new value for attribute <code>userBoolean2</code>.
565    * @exception JmiException If the value cannot be set for some reason.
566    */

567   public void setUserBoolean2(
568     Boolean JavaDoc newValue
569   );
570
571 // ----------------------------------------------------------------------------
572
// Instance/IntfAttributeGet0_1
573
// ----------------------------------------------------------------------------
574
/**
575    * @return The possibly null value for attribute <code>userBoolean3</code>.
576    * @exception JmiException If the value cannot be retrieved for some reason.
577    */

578   public Boolean JavaDoc isUserBoolean3(
579   );
580
581 // ----------------------------------------------------------------------------
582
// Instance/IntfAttributeSet0_1
583
// ----------------------------------------------------------------------------
584

585
586   /**
587    * Sets a new value for the attribute <code>userBoolean3</code>.
588    * @param newValue The possibly null new value for attribute <code>userBoolean3</code>.
589    * @exception JmiException If the value cannot be set for some reason.
590    */

591   public void setUserBoolean3(
592     Boolean JavaDoc newValue
593   );
594
595 // ----------------------------------------------------------------------------
596
// Instance/IntfAttributeGetList
597
// ----------------------------------------------------------------------------
598
/**
599    * @return A list containing all elements for this attribute.
600    * @exception JmiException If the values cannot be retrieved for some reason.
601    */

602   public java.util.List JavaDoc isUserBoolean4(
603   );
604
605   /**
606    * @param index The index of the element to return.
607    * @return The element at the specified position in the list of all values for this attribute.
608    * @exception JmiException If the value cannot be retrieved for some reason.
609    */

610   public boolean isUserBoolean4(
611     int index
612   );
613
614 // ----------------------------------------------------------------------------
615
// Instance/IntfAttributeSetList
616
// ----------------------------------------------------------------------------
617
/**
618    * @param newValue A list containing all the new elements for this attribute.
619    * @exception JmiException If the values cannot be set for some reason.
620    */

621   public void setUserBoolean4(
622     java.util.List JavaDoc newValue
623   );
624
625   /**
626    * @param newValue An array containing all the new elements for this attribute.
627    * @exception JmiException If the values cannot be set for some reason.
628    */

629   public void setUserBoolean4(
630     boolean[] newValue
631   );
632
633 // ----------------------------------------------------------------------------
634
// Instance/IntfAttributeGet0_1
635
// ----------------------------------------------------------------------------
636
/**
637    * @return The possibly null value for attribute <code>userCode0</code>.
638    * @exception JmiException If the value cannot be retrieved for some reason.
639    */

640   public Short JavaDoc getUserCode0(
641   );
642
643 // ----------------------------------------------------------------------------
644
// Instance/IntfAttributeSet0_1
645
// ----------------------------------------------------------------------------
646

647
648   /**
649    * Sets a new value for the attribute <code>userCode0</code>.
650    * @param newValue The possibly null new value for attribute <code>userCode0</code>.
651    * @exception JmiException If the value cannot be set for some reason.
652    */

653   public void setUserCode0(
654     Short JavaDoc newValue
655   );
656
657 // ----------------------------------------------------------------------------
658
// Instance/IntfAttributeGet0_1
659
// ----------------------------------------------------------------------------
660
/**
661    * @return The possibly null value for attribute <code>userCode1</code>.
662    * @exception JmiException If the value cannot be retrieved for some reason.
663    */

664   public Short JavaDoc getUserCode1(
665   );
666
667 // ----------------------------------------------------------------------------
668
// Instance/IntfAttributeSet0_1
669
// ----------------------------------------------------------------------------
670

671
672   /**
673    * Sets a new value for the attribute <code>userCode1</code>.
674    * @param newValue The possibly null new value for attribute <code>userCode1</code>.
675    * @exception JmiException If the value cannot be set for some reason.
676    */

677   public void setUserCode1(
678     Short JavaDoc newValue
679   );
680
681 // ----------------------------------------------------------------------------
682
// Instance/IntfAttributeGet0_1
683
// ----------------------------------------------------------------------------
684
/**
685    * @return The possibly null value for attribute <code>userCode2</code>.
686    * @exception JmiException If the value cannot be retrieved for some reason.
687    */

688   public Short JavaDoc getUserCode2(
689   );
690
691 // ----------------------------------------------------------------------------
692
// Instance/IntfAttributeSet0_1
693
// ----------------------------------------------------------------------------
694

695
696   /**
697    * Sets a new value for the attribute <code>userCode2</code>.
698    * @param newValue The possibly null new value for attribute <code>userCode2</code>.
699    * @exception JmiException If the value cannot be set for some reason.
700    */

701   public void setUserCode2(
702     Short JavaDoc newValue
703   );
704
705 // ----------------------------------------------------------------------------
706
// Instance/IntfAttributeGet0_1
707
// ----------------------------------------------------------------------------
708
/**
709    * @return The possibly null value for attribute <code>userCode3</code>.
710    * @exception JmiException If the value cannot be retrieved for some reason.
711    */

712   public Short JavaDoc getUserCode3(
713   );
714
715 // ----------------------------------------------------------------------------
716
// Instance/IntfAttributeSet0_1
717
// ----------------------------------------------------------------------------
718

719
720   /**
721    * Sets a new value for the attribute <code>userCode3</code>.
722    * @param newValue The possibly null new value for attribute <code>userCode3</code>.
723    * @exception JmiException If the value cannot be set for some reason.
724    */

725   public void setUserCode3(
726     Short JavaDoc newValue
727   );
728
729 // ----------------------------------------------------------------------------
730
// Instance/IntfAttributeGetList
731
// ----------------------------------------------------------------------------
732
/**
733    * @return A list containing all elements for this attribute.
734    * @exception JmiException If the values cannot be retrieved for some reason.
735    */

736   public java.util.List JavaDoc getUserCode4(
737   );
738
739   /**
740    * @param index The index of the element to return.
741    * @return The element at the specified position in the list of all values for this attribute.
742    * @exception JmiException If the value cannot be retrieved for some reason.
743    */

744   public short getUserCode4(
745     int index
746   );
747
748 // ----------------------------------------------------------------------------
749
// Instance/IntfAttributeSetList
750
// ----------------------------------------------------------------------------
751
/**
752    * @param newValue A list containing all the new elements for this attribute.
753    * @exception JmiException If the values cannot be set for some reason.
754    */

755   public void setUserCode4(
756     java.util.List JavaDoc newValue
757   );
758
759   /**
760    * @param newValue An array containing all the new elements for this attribute.
761    * @exception JmiException If the values cannot be set for some reason.
762    */

763   public void setUserCode4(
764     short[] newValue
765   );
766
767 // ----------------------------------------------------------------------------
768
// Instance/IntfAttributeGet0_1
769
// ----------------------------------------------------------------------------
770
/**
771    * @return The possibly null value for attribute <code>userDate0</code>.
772    * @exception JmiException If the value cannot be retrieved for some reason.
773    */

774   public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate0(
775   );
776
777 // ----------------------------------------------------------------------------
778
// Instance/IntfAttributeSet0_1
779
// ----------------------------------------------------------------------------
780

781
782   /**
783    * Sets a new value for the attribute <code>userDate0</code>.
784    * @param newValue The possibly null new value for attribute <code>userDate0</code>.
785    * @exception JmiException If the value cannot be set for some reason.
786    */

787   public void setUserDate0(
788     org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
789   );
790
791 // ----------------------------------------------------------------------------
792
// Instance/IntfAttributeGet0_1
793
// ----------------------------------------------------------------------------
794
/**
795    * @return The possibly null value for attribute <code>userDate1</code>.
796    * @exception JmiException If the value cannot be retrieved for some reason.
797    */

798   public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate1(
799   );
800
801 // ----------------------------------------------------------------------------
802
// Instance/IntfAttributeSet0_1
803
// ----------------------------------------------------------------------------
804

805
806   /**
807    * Sets a new value for the attribute <code>userDate1</code>.
808    * @param newValue The possibly null new value for attribute <code>userDate1</code>.
809    * @exception JmiException If the value cannot be set for some reason.
810    */

811   public void setUserDate1(
812     org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
813   );
814
815 // ----------------------------------------------------------------------------
816
// Instance/IntfAttributeGet0_1
817
// ----------------------------------------------------------------------------
818
/**
819    * @return The possibly null value for attribute <code>userDate2</code>.
820    * @exception JmiException If the value cannot be retrieved for some reason.
821    */

822   public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate2(
823   );
824
825 // ----------------------------------------------------------------------------
826
// Instance/IntfAttributeSet0_1
827
// ----------------------------------------------------------------------------
828

829
830   /**
831    * Sets a new value for the attribute <code>userDate2</code>.
832    * @param newValue The possibly null new value for attribute <code>userDate2</code>.
833    * @exception JmiException If the value cannot be set for some reason.
834    */

835   public void setUserDate2(
836     org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
837   );
838
839 // ----------------------------------------------------------------------------
840
// Instance/IntfAttributeGet0_1
841
// ----------------------------------------------------------------------------
842
/**
843    * @return The possibly null value for attribute <code>userDate3</code>.
844    * @exception JmiException If the value cannot be retrieved for some reason.
845    */

846   public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate3(
847   );
848
849 // ----------------------------------------------------------------------------
850
// Instance/IntfAttributeSet0_1
851
// ----------------------------------------------------------------------------
852

853
854   /**
855    * Sets a new value for the attribute <code>userDate3</code>.
856    * @param newValue The possibly null new value for attribute <code>userDate3</code>.
857    * @exception JmiException If the value cannot be set for some reason.
858    */

859   public void setUserDate3(
860     org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
861   );
862
863 // ----------------------------------------------------------------------------
864
// Instance/IntfAttributeGetList
865
// ----------------------------------------------------------------------------
866
/**
867    * @return A list containing all elements for this attribute.
868    * @exception JmiException If the values cannot be retrieved for some reason.
869    */

870   public java.util.List JavaDoc getUserDate4(
871   );
872
873   /**
874    * @param index The index of the element to return.
875    * @return The element at the specified position in the list of all values for this attribute.
876    * @exception JmiException If the value cannot be retrieved for some reason.
877    */

878   public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate4(
879     int index
880   );
881
882 // ----------------------------------------------------------------------------
883
// Instance/IntfAttributeSetList
884
// ----------------------------------------------------------------------------
885
/**
886    * @param newValue A list containing all the new elements for this attribute.
887    * @exception JmiException If the values cannot be set for some reason.
888    */

889   public void setUserDate4(
890     java.util.List JavaDoc newValue
891   );
892
893   /**
894    * @param newValue An array containing all the new elements for this attribute.
895    * @exception JmiException If the values cannot be set for some reason.
896    */

897   public void setUserDate4(
898     org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar[] newValue
899   );
900
901 // ----------------------------------------------------------------------------
902
// Instance/IntfAttributeGet0_1
903
// ----------------------------------------------------------------------------
904
/**
905    * @return The possibly null value for attribute <code>userDateTime0</code>.
906    * @exception JmiException If the value cannot be retrieved for some reason.
907    */

908   public java.util.Date JavaDoc getUserDateTime0(
909   );
910
911 // ----------------------------------------------------------------------------
912
// Instance/IntfAttributeSet0_1
913
// ----------------------------------------------------------------------------
914

915
916   /**
917    * Sets a new value for the attribute <code>userDateTime0</code>.
918    * @param newValue The possibly null new value for attribute <code>userDateTime0</code>.
919    * @exception JmiException If the value cannot be set for some reason.
920    */

921   public void setUserDateTime0(
922     java.util.Date JavaDoc newValue
923   );
924
925 // ----------------------------------------------------------------------------
926
// Instance/IntfAttributeGet0_1
927
// ----------------------------------------------------------------------------
928
/**
929    * @return The possibly null value for attribute <code>userDateTime1</code>.
930    * @exception JmiException If the value cannot be retrieved for some reason.
931    */

932   public java.util.Date JavaDoc getUserDateTime1(
933   );
934
935 // ----------------------------------------------------------------------------
936
// Instance/IntfAttributeSet0_1
937
// ----------------------------------------------------------------------------
938

939
940   /**
941    * Sets a new value for the attribute <code>userDateTime1</code>.
942    * @param newValue The possibly null new value for attribute <code>userDateTime1</code>.
943    * @exception JmiException If the value cannot be set for some reason.
944    */

945   public void setUserDateTime1(
946     java.util.Date JavaDoc newValue
947   );
948
949 // ----------------------------------------------------------------------------
950
// Instance/IntfAttributeGet0_1
951
// ----------------------------------------------------------------------------
952
/**
953    * @return The possibly null value for attribute <code>userDateTime2</code>.
954    * @exception JmiException If the value cannot be retrieved for some reason.
955    */

956   public java.util.Date JavaDoc getUserDateTime2(
957   );
958
959 // ----------------------------------------------------------------------------
960
// Instance/IntfAttributeSet0_1
961
// ----------------------------------------------------------------------------
962

963
964   /**
965    * Sets a new value for the attribute <code>userDateTime2</code>.
966    * @param newValue The possibly null new value for attribute <code>userDateTime2</code>.
967    * @exception JmiException If the value cannot be set for some reason.
968    */

969   public void setUserDateTime2(
970     java.util.Date JavaDoc newValue
971   );
972
973 // ----------------------------------------------------------------------------
974
// Instance/IntfAttributeGet0_1
975
// ----------------------------------------------------------------------------
976
/**
977    * @return The possibly null value for attribute <code>userDateTime3</code>.
978    * @exception JmiException If the value cannot be retrieved for some reason.
979    */

980   public java.util.Date JavaDoc getUserDateTime3(
981   );
982
983 // ----------------------------------------------------------------------------
984
// Instance/IntfAttributeSet0_1
985
// ----------------------------------------------------------------------------
986

987
988   /**
989    * Sets a new value for the attribute <code>userDateTime3</code>.
990    * @param newValue The possibly null new value for attribute <code>userDateTime3</code>.
991    * @exception JmiException If the value cannot be set for some reason.
992    */

993   public void setUserDateTime3(
994     java.util.Date JavaDoc newValue
995   );
996
997 // ----------------------------------------------------------------------------
998
// Instance/IntfAttributeGetList
999
// ----------------------------------------------------------------------------
1000
/**
1001   * @return A list containing all elements for this attribute.
1002   * @exception JmiException If the values cannot be retrieved for some reason.
1003   */

1004  public java.util.List JavaDoc getUserDateTime4(
1005  );
1006
1007  /**
1008   * @param index The index of the element to return.
1009   * @return The element at the specified position in the list of all values for this attribute.
1010   * @exception JmiException If the value cannot be retrieved for some reason.
1011   */

1012  public java.util.Date JavaDoc getUserDateTime4(
1013    int index
1014  );
1015
1016// ----------------------------------------------------------------------------
1017
// Instance/IntfAttributeSetList
1018
// ----------------------------------------------------------------------------
1019
/**
1020   * @param newValue A list containing all the new elements for this attribute.
1021   * @exception JmiException If the values cannot be set for some reason.
1022   */

1023  public void setUserDateTime4(
1024    java.util.List JavaDoc newValue
1025  );
1026
1027  /**
1028   * @param newValue An array containing all the new elements for this attribute.
1029   * @exception JmiException If the values cannot be set for some reason.
1030   */

1031  public void setUserDateTime4(
1032    java.util.Date JavaDoc[] newValue
1033  );
1034
1035// ----------------------------------------------------------------------------
1036
// Instance/IntfAttributeGet0_1
1037
// ----------------------------------------------------------------------------
1038
/**
1039   * @return The possibly null value for attribute <code>userNumber0</code>.
1040   * @exception JmiException If the value cannot be retrieved for some reason.
1041   */

1042  public java.math.BigDecimal JavaDoc getUserNumber0(
1043  );
1044
1045// ----------------------------------------------------------------------------
1046
// Instance/IntfAttributeSet0_1
1047
// ----------------------------------------------------------------------------
1048

1049
1050  /**
1051   * Sets a new value for the attribute <code>userNumber0</code>.
1052   * @param newValue The possibly null new value for attribute <code>userNumber0</code>.
1053   * @exception JmiException If the value cannot be set for some reason.
1054   */

1055  public void setUserNumber0(
1056    java.math.BigDecimal JavaDoc newValue
1057  );
1058
1059// ----------------------------------------------------------------------------
1060
// Instance/IntfAttributeGet0_1
1061
// ----------------------------------------------------------------------------
1062
/**
1063   * @return The possibly null value for attribute <code>userNumber1</code>.
1064   * @exception JmiException If the value cannot be retrieved for some reason.
1065   */

1066  public java.math.BigDecimal JavaDoc getUserNumber1(
1067  );
1068
1069// ----------------------------------------------------------------------------
1070
// Instance/IntfAttributeSet0_1
1071
// ----------------------------------------------------------------------------
1072

1073
1074  /**
1075   * Sets a new value for the attribute <code>userNumber1</code>.
1076   * @param newValue The possibly null new value for attribute <code>userNumber1</code>.
1077   * @exception JmiException If the value cannot be set for some reason.
1078   */

1079  public void setUserNumber1(
1080    java.math.BigDecimal JavaDoc newValue
1081  );
1082
1083// ----------------------------------------------------------------------------
1084
// Instance/IntfAttributeGet0_1
1085
// ----------------------------------------------------------------------------
1086
/**
1087   * @return The possibly null value for attribute <code>userNumber2</code>.
1088   * @exception JmiException If the value cannot be retrieved for some reason.
1089   */

1090  public java.math.BigDecimal JavaDoc getUserNumber2(
1091  );
1092
1093// ----------------------------------------------------------------------------
1094
// Instance/IntfAttributeSet0_1
1095
// ----------------------------------------------------------------------------
1096

1097
1098  /**
1099   * Sets a new value for the attribute <code>userNumber2</code>.
1100   * @param newValue The possibly null new value for attribute <code>userNumber2</code>.
1101   * @exception JmiException If the value cannot be set for some reason.
1102   */

1103  public void setUserNumber2(
1104    java.math.BigDecimal JavaDoc newValue
1105  );
1106
1107// ----------------------------------------------------------------------------
1108
// Instance/IntfAttributeGet0_1
1109
// ----------------------------------------------------------------------------
1110
/**
1111   * @return The possibly null value for attribute <code>userNumber3</code>.
1112   * @exception JmiException If the value cannot be retrieved for some reason.
1113   */

1114  public java.math.BigDecimal JavaDoc getUserNumber3(
1115  );
1116
1117// ----------------------------------------------------------------------------
1118
// Instance/IntfAttributeSet0_1
1119
// ----------------------------------------------------------------------------
1120

1121
1122  /**
1123   * Sets a new value for the attribute <code>userNumber3</code>.
1124   * @param newValue The possibly null new value for attribute <code>userNumber3</code>.
1125   * @exception JmiException If the value cannot be set for some reason.
1126   */

1127  public void setUserNumber3(
1128    java.math.BigDecimal JavaDoc newValue
1129  );
1130
1131// ----------------------------------------------------------------------------
1132
// Instance/IntfAttributeGetList
1133
// ----------------------------------------------------------------------------
1134
/**
1135   * @return A list containing all elements for this attribute.
1136   * @exception JmiException If the values cannot be retrieved for some reason.
1137   */

1138  public java.util.List JavaDoc getUserNumber4(
1139  );
1140
1141  /**
1142   * @param index The index of the element to return.
1143   * @return The element at the specified position in the list of all values for this attribute.
1144   * @exception JmiException If the value cannot be retrieved for some reason.
1145   */

1146  public java.math.BigDecimal JavaDoc getUserNumber4(
1147    int index
1148  );
1149
1150// ----------------------------------------------------------------------------
1151
// Instance/IntfAttributeSetList
1152
// ----------------------------------------------------------------------------
1153
/**
1154   * @param newValue A list containing all the new elements for this attribute.
1155   * @exception JmiException If the values cannot be set for some reason.
1156   */

1157  public void setUserNumber4(
1158    java.util.List JavaDoc newValue
1159  );
1160
1161  /**
1162   * @param newValue An array containing all the new elements for this attribute.
1163   * @exception JmiException If the values cannot be set for some reason.
1164   */

1165  public void setUserNumber4(
1166    java.math.BigDecimal JavaDoc[] newValue
1167  );
1168
1169// ----------------------------------------------------------------------------
1170
// Instance/IntfAttributeGet0_1
1171
// ----------------------------------------------------------------------------
1172
/**
1173   * @return The possibly null value for attribute <code>userString0</code>.
1174   * @exception JmiException If the value cannot be retrieved for some reason.
1175   */

1176  public String JavaDoc getUserString0(
1177  );
1178
1179// ----------------------------------------------------------------------------
1180
// Instance/IntfAttributeSet0_1
1181
// ----------------------------------------------------------------------------
1182

1183
1184  /**
1185   * Sets a new value for the attribute <code>userString0</code>.
1186   * @param newValue The possibly null new value for attribute <code>userString0</code>.
1187   * @exception JmiException If the value cannot be set for some reason.
1188   */

1189  public void setUserString0(
1190    String JavaDoc newValue
1191  );
1192
1193// ----------------------------------------------------------------------------
1194
// Instance/IntfAttributeGet0_1
1195
// ----------------------------------------------------------------------------
1196
/**
1197   * @return The possibly null value for attribute <code>userString1</code>.
1198   * @exception JmiException If the value cannot be retrieved for some reason.
1199   */

1200  public String JavaDoc getUserString1(
1201  );
1202
1203// ----------------------------------------------------------------------------
1204
// Instance/IntfAttributeSet0_1
1205
// ----------------------------------------------------------------------------
1206

1207
1208  /**
1209   * Sets a new value for the attribute <code>userString1</code>.
1210   * @param newValue The possibly null new value for attribute <code>userString1</code>.
1211   * @exception JmiException If the value cannot be set for some reason.
1212   */

1213  public void setUserString1(
1214    String JavaDoc newValue
1215  );
1216
1217// ----------------------------------------------------------------------------
1218
// Instance/IntfAttributeGet0_1
1219
// ----------------------------------------------------------------------------
1220
/**
1221   * @return The possibly null value for attribute <code>userString2</code>.
1222   * @exception JmiException If the value cannot be retrieved for some reason.
1223   */

1224  public String JavaDoc getUserString2(
1225  );
1226
1227// ----------------------------------------------------------------------------
1228
// Instance/IntfAttributeSet0_1
1229
// ----------------------------------------------------------------------------
1230

1231
1232  /**
1233   * Sets a new value for the attribute <code>userString2</code>.
1234   * @param newValue The possibly null new value for attribute <code>userString2</code>.
1235   * @exception JmiException If the value cannot be set for some reason.
1236   */

1237  public void setUserString2(
1238    String JavaDoc newValue
1239  );
1240
1241// ----------------------------------------------------------------------------
1242
// Instance/IntfAttributeGet0_1
1243
// ----------------------------------------------------------------------------
1244
/**
1245   * @return The possibly null value for attribute <code>userString3</code>.
1246   * @exception JmiException If the value cannot be retrieved for some reason.
1247   */

1248  public String JavaDoc getUserString3(
1249  );
1250
1251// ----------------------------------------------------------------------------
1252
// Instance/IntfAttributeSet0_1
1253
// ----------------------------------------------------------------------------
1254

1255
1256  /**
1257   * Sets a new value for the attribute <code>userString3</code>.
1258   * @param newValue The possibly null new value for attribute <code>userString3</code>.
1259   * @exception JmiException If the value cannot be set for some reason.
1260   */

1261  public void setUserString3(
1262    String JavaDoc newValue
1263  );
1264
1265// ----------------------------------------------------------------------------
1266
// Instance/IntfAttributeGetList
1267
// ----------------------------------------------------------------------------
1268
/**
1269   * @return A list containing all elements for this attribute.
1270   * @exception JmiException If the values cannot be retrieved for some reason.
1271   */

1272  public java.util.List JavaDoc getUserString4(
1273  );
1274
1275  /**
1276   * @param index The index of the element to return.
1277   * @return The element at the specified position in the list of all values for this attribute.
1278   * @exception JmiException If the value cannot be retrieved for some reason.
1279   */

1280  public String JavaDoc getUserString4(
1281    int index
1282  );
1283
1284// ----------------------------------------------------------------------------
1285
// Instance/IntfAttributeSetList
1286
// ----------------------------------------------------------------------------
1287
/**
1288   * @param newValue A list containing all the new elements for this attribute.
1289   * @exception JmiException If the values cannot be set for some reason.
1290   */

1291  public void setUserString4(
1292    java.util.List JavaDoc newValue
1293  );
1294
1295  /**
1296   * @param newValue An array containing all the new elements for this attribute.
1297   * @exception JmiException If the values cannot be set for some reason.
1298   */

1299  public void setUserString4(
1300    String JavaDoc[] newValue
1301  );
1302
1303// ----------------------------------------------------------------------------
1304
// Instance/IntfEnd.vm
1305
// ----------------------------------------------------------------------------
1306
}
1307
Popular Tags