KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > account1 > cci > UnspecifiedAccountImpl


1 // ----------------------------------------------------------------------------
2
// Instance/ImplBegin
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:55 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.account1.cci;
14
15 public class UnspecifiedAccountImpl
16   extends org.openmdx.base.accessor.jmi.spi.RefObject_1
17   implements UnspecifiedAccount {
18
19   public UnspecifiedAccountImpl(
20     org.openmdx.base.accessor.generic.cci.Object_1_0 object,
21     javax.jmi.reflect.RefClass refClass
22   ) {
23     super(object, refClass);
24   }
25
26 // ----------------------------------------------------------------------------
27
// Instance/ImplAttributeGetList
28
// ----------------------------------------------------------------------------
29
public java.util.List JavaDoc getAccountCategory (
30   ) {
31     return (java.util.List JavaDoc)this.refGetValue("accountCategory");
32   }
33   public short getAccountCategory(
34     int index
35   ) {
36     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:account1:AbstractAccount:accountCategory", index)).shortValue();
37   }
38
39 // ----------------------------------------------------------------------------
40
// Instance/ImplAttributeSetList
41
// ----------------------------------------------------------------------------
42
public void setAccountCategory(
43     java.util.List JavaDoc newValue
44   ) {
45     refSetValue("org:opencrx:kernel:account1:AbstractAccount:accountCategory", newValue);
46   }
47
48   public void setAccountCategory(
49     short[] newValue
50   ) {
51     refSetValue("org:opencrx:kernel:account1:AbstractAccount:accountCategory", newValue);
52   }
53
54 // ----------------------------------------------------------------------------
55
// Instance/ImplAttributeGet1_1
56
// ----------------------------------------------------------------------------
57
public short getAccountRating(
58   ) {
59     return getAccountRating(0);
60   }
61
62   protected short getAccountRating(
63     int index
64   ) {
65     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:account1:AbstractAccount:accountRating", index)).shortValue();
66   }
67
68 // ----------------------------------------------------------------------------
69
// Instance/ImplAttributeSet1_1
70
// ----------------------------------------------------------------------------
71
public void setAccountRating(
72     short newValue
73   ) {
74     setAccountRating(0, newValue);
75   }
76
77   protected void setAccountRating(
78     int index,
79     short newValue
80   ) {
81     refSetValue("org:opencrx:kernel:account1:AbstractAccount:accountRating", index, new Short JavaDoc(newValue));
82   }
83 // ----------------------------------------------------------------------------
84
// Instance/ImplAttributeGet1_1
85
// ----------------------------------------------------------------------------
86
public short getAccountState(
87   ) {
88     return getAccountState(0);
89   }
90
91   protected short getAccountState(
92     int index
93   ) {
94     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:account1:AbstractAccount:accountState", index)).shortValue();
95   }
96
97 // ----------------------------------------------------------------------------
98
// Instance/ImplAttributeSet1_1
99
// ----------------------------------------------------------------------------
100
public void setAccountState(
101     short newValue
102   ) {
103     setAccountState(0, newValue);
104   }
105
106   protected void setAccountState(
107     int index,
108     short newValue
109   ) {
110     refSetValue("org:opencrx:kernel:account1:AbstractAccount:accountState", index, new Short JavaDoc(newValue));
111   }
112 // ----------------------------------------------------------------------------
113
// Instance/ImplAttributeGet1_1
114
// ----------------------------------------------------------------------------
115
public short getAccountType(
116   ) {
117     return getAccountType(0);
118   }
119
120   protected short getAccountType(
121     int index
122   ) {
123     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:account1:AbstractAccount:accountType", index)).shortValue();
124   }
125
126 // ----------------------------------------------------------------------------
127
// Instance/ImplAttributeSet1_1
128
// ----------------------------------------------------------------------------
129
public void setAccountType(
130     short newValue
131   ) {
132     setAccountType(0, newValue);
133   }
134
135   protected void setAccountType(
136     int index,
137     short newValue
138   ) {
139     refSetValue("org:opencrx:kernel:account1:AbstractAccount:accountType", index, new Short JavaDoc(newValue));
140   }
141 // ----------------------------------------------------------------------------
142
// Instance/ImplAttributeGet0_1
143
// ----------------------------------------------------------------------------
144
public String JavaDoc getAliasName (
145   ) {
146     return (String JavaDoc)this.refGetValue("aliasName", 0);
147   }
148 // ----------------------------------------------------------------------------
149
// Instance/ImplAttributeSet0_1
150
// ----------------------------------------------------------------------------
151
public void setAliasName(
152     String JavaDoc newValue
153   ) {
154     refSetValue("org:opencrx:kernel:account1:AbstractAccount:aliasName", 0, newValue);
155   }
156
157 // ----------------------------------------------------------------------------
158
// Instance/ImplAttributeGetList
159
// ----------------------------------------------------------------------------
160
public java.util.List JavaDoc getBusinessType (
161   ) {
162     return (java.util.List JavaDoc)this.refGetValue("businessType");
163   }
164   public short getBusinessType(
165     int index
166   ) {
167     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:account1:AbstractAccount:businessType", index)).shortValue();
168   }
169
170 // ----------------------------------------------------------------------------
171
// Instance/ImplAttributeSetList
172
// ----------------------------------------------------------------------------
173
public void setBusinessType(
174     java.util.List JavaDoc newValue
175   ) {
176     refSetValue("org:opencrx:kernel:account1:AbstractAccount:businessType", newValue);
177   }
178
179   public void setBusinessType(
180     short[] newValue
181   ) {
182     refSetValue("org:opencrx:kernel:account1:AbstractAccount:businessType", newValue);
183   }
184
185 // ----------------------------------------------------------------------------
186
// Instance/ImplAttributeGet0_1
187
// ----------------------------------------------------------------------------
188
public String JavaDoc getDescription (
189   ) {
190     return (String JavaDoc)this.refGetValue("description", 0);
191   }
192 // ----------------------------------------------------------------------------
193
// Instance/ImplAttributeSet0_1
194
// ----------------------------------------------------------------------------
195
public void setDescription(
196     String JavaDoc newValue
197   ) {
198     refSetValue("org:opencrx:kernel:account1:AbstractAccount:description", 0, newValue);
199   }
200
201 // ----------------------------------------------------------------------------
202
// Instance/ImplAttributeGet0_1
203
// ----------------------------------------------------------------------------
204
public String JavaDoc getFullName (
205   ) {
206     return (String JavaDoc)this.refGetValue("fullName", 0);
207   }
208 // ----------------------------------------------------------------------------
209
// Instance/ImplAttributeSet0_1
210
// ----------------------------------------------------------------------------
211
protected void setFullName(
212     String JavaDoc newValue
213   ) {
214     refSetValue("org:opencrx:kernel:account1:AbstractAccount:fullName", 0, newValue);
215   }
216
217 // ----------------------------------------------------------------------------
218
// Instance/ImplReferenceSetWithQualifier
219
// ----------------------------------------------------------------------------
220
public void setAddress(
221     java.util.List JavaDoc newValue
222   ) {
223     refSetValue("org:opencrx:kernel:account1:Account:address", newValue);
224   }
225
226   public void setAddress(
227     org.opencrx.kernel.account1.cci.AccountAddress[] newValue
228   ) {
229     refSetValue("org:opencrx:kernel:account1:Account:address", newValue);
230   }
231
232 // ----------------------------------------------------------------------------
233
// Instance/ImplReferenceGet0_1WithQualifier
234
// ----------------------------------------------------------------------------
235
public org.opencrx.kernel.account1.cci.AccountAddress getAddress(
236     String JavaDoc id
237   ) {
238     return (org.opencrx.kernel.account1.cci.AccountAddress)refGetValue(
239       "org:opencrx:kernel:account1:Account:address",
240       id
241     );
242   }
243
244 // ----------------------------------------------------------------------------
245
// Instance/ImplReferenceGet0_nWithFilter
246
// ----------------------------------------------------------------------------
247
public java.util.Collection JavaDoc getAddress(
248   ) {
249     return (java.util.Collection JavaDoc)refGetValue(
250       "org:opencrx:kernel:account1:Account:address"
251     );
252   }
253
254   public java.util.List JavaDoc getAddress(
255     org.opencrx.kernel.account1.cci.AccountAddressFilter filter
256   ) {
257     return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
258       "org:opencrx:kernel:account1:Account:address"
259     )).toList(filter);
260   }
261
262 // ----------------------------------------------------------------------------
263
// Instance/ImplReferenceAddWithQualifier
264
// ----------------------------------------------------------------------------
265
public void addAddress (
266     String JavaDoc id,
267     org.opencrx.kernel.account1.cci.AccountAddress newValue
268   ) {
269     refAddValue(
270       "org:opencrx:kernel:account1:Account:address",
271       id,
272       newValue
273     );
274   }
275
276 // ----------------------------------------------------------------------------
277
// Instance/ImplReferenceAddWithoutQualifier
278
// ----------------------------------------------------------------------------
279
public void addAddress (
280     org.opencrx.kernel.account1.cci.AccountAddress newValue
281   ) {
282     refAddValue(
283       "org:opencrx:kernel:account1:Account:address",
284       newValue
285     );
286   }
287
288 // ----------------------------------------------------------------------------
289
// Instance/ImplReferenceRemoveWithQualifier
290
// ----------------------------------------------------------------------------
291
public void removeAddress (
292     String JavaDoc id
293   ) {
294     refRemoveValue(
295       "org:opencrx:kernel:account1:Account:address",
296       id
297     );
298   }
299
300 // ----------------------------------------------------------------------------
301
// Instance/ImplReferenceSetWithQualifier
302
// ----------------------------------------------------------------------------
303
protected void setAssignedActivity(
304     java.util.List JavaDoc newValue
305   ) {
306     refSetValue("org:opencrx:kernel:account1:Account:assignedActivity", newValue);
307   }
308
309   protected void setAssignedActivity(
310     org.opencrx.kernel.activity1.cci.Activity[] newValue
311   ) {
312     refSetValue("org:opencrx:kernel:account1:Account:assignedActivity", newValue);
313   }
314
315 // ----------------------------------------------------------------------------
316
// Instance/ImplReferenceGet0_1WithQualifier
317
// ----------------------------------------------------------------------------
318
public org.opencrx.kernel.activity1.cci.Activity getAssignedActivity(
319     String JavaDoc id
320   ) {
321     return (org.opencrx.kernel.activity1.cci.Activity)refGetValue(
322       "org:opencrx:kernel:account1:Account:assignedActivity",
323       id
324     );
325   }
326
327 // ----------------------------------------------------------------------------
328
// Instance/ImplReferenceGet0_nWithFilter
329
// ----------------------------------------------------------------------------
330
public java.util.Collection JavaDoc getAssignedActivity(
331   ) {
332     return (java.util.Collection JavaDoc)refGetValue(
333       "org:opencrx:kernel:account1:Account:assignedActivity"
334     );
335   }
336
337   public java.util.List JavaDoc getAssignedActivity(
338     org.opencrx.kernel.activity1.cci.ActivityFilter filter
339   ) {
340     return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
341       "org:opencrx:kernel:account1:Account:assignedActivity"
342     )).toList(filter);
343   }
344
345 // ----------------------------------------------------------------------------
346
// Instance/ImplReferenceAddWithQualifier
347
// ----------------------------------------------------------------------------
348
protected void addAssignedActivity (
349     String JavaDoc id,
350     org.opencrx.kernel.activity1.cci.Activity newValue
351   ) {
352     refAddValue(
353       "org:opencrx:kernel:account1:Account:assignedActivity",
354       id,
355       newValue
356     );
357   }
358
359 // ----------------------------------------------------------------------------
360
// Instance/ImplReferenceAddWithoutQualifier
361
// ----------------------------------------------------------------------------
362
protected void addAssignedActivity (
363     org.opencrx.kernel.activity1.cci.Activity newValue
364   ) {
365     refAddValue(
366       "org:opencrx:kernel:account1:Account:assignedActivity",
367       newValue
368     );
369   }
370
371 // ----------------------------------------------------------------------------
372
// Instance/ImplReferenceRemoveWithQualifier
373
// ----------------------------------------------------------------------------
374
protected void removeAssignedActivity (
375     String JavaDoc id
376   ) {
377     refRemoveValue(
378       "org:opencrx:kernel:account1:Account:assignedActivity",
379       id
380     );
381   }
382
383 // ----------------------------------------------------------------------------
384
// Instance/ImplReferenceSetWithQualifier
385
// ----------------------------------------------------------------------------
386
protected void setAssignedContract(
387     java.util.List JavaDoc newValue
388   ) {
389     refSetValue("org:opencrx:kernel:account1:Account:assignedContract", newValue);
390   }
391
392   protected void setAssignedContract(
393     org.opencrx.kernel.contract1.cci.AbstractContract[] newValue
394   ) {
395     refSetValue("org:opencrx:kernel:account1:Account:assignedContract", newValue);
396   }
397
398 // ----------------------------------------------------------------------------
399
// Instance/ImplReferenceGet0_1WithQualifier
400
// ----------------------------------------------------------------------------
401
public org.opencrx.kernel.contract1.cci.AbstractContract getAssignedContract(
402     String JavaDoc id
403   ) {
404     return (org.opencrx.kernel.contract1.cci.AbstractContract)refGetValue(
405       "org:opencrx:kernel:account1:Account:assignedContract",
406       id
407     );
408   }
409
410 // ----------------------------------------------------------------------------
411
// Instance/ImplReferenceGet0_nWithFilter
412
// ----------------------------------------------------------------------------
413
public java.util.Collection JavaDoc getAssignedContract(
414   ) {
415     return (java.util.Collection JavaDoc)refGetValue(
416       "org:opencrx:kernel:account1:Account:assignedContract"
417     );
418   }
419
420   public java.util.List JavaDoc getAssignedContract(
421     org.opencrx.kernel.contract1.cci.AbstractContractFilter filter
422   ) {
423     return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
424       "org:opencrx:kernel:account1:Account:assignedContract"
425     )).toList(filter);
426   }
427
428 // ----------------------------------------------------------------------------
429
// Instance/ImplReferenceAddWithQualifier
430
// ----------------------------------------------------------------------------
431
protected void addAssignedContract (
432     String JavaDoc id,
433     org.opencrx.kernel.contract1.cci.AbstractContract newValue
434   ) {
435     refAddValue(
436       "org:opencrx:kernel:account1:Account:assignedContract",
437       id,
438       newValue
439     );
440   }
441
442 // ----------------------------------------------------------------------------
443
// Instance/ImplReferenceAddWithoutQualifier
444
// ----------------------------------------------------------------------------
445
protected void addAssignedContract (
446     org.opencrx.kernel.contract1.cci.AbstractContract newValue
447   ) {
448     refAddValue(
449       "org:opencrx:kernel:account1:Account:assignedContract",
450       newValue
451     );
452   }
453
454 // ----------------------------------------------------------------------------
455
// Instance/ImplReferenceRemoveWithQualifier
456
// ----------------------------------------------------------------------------
457
protected void removeAssignedContract (
458     String JavaDoc id
459   ) {
460     refRemoveValue(
461       "org:opencrx:kernel:account1:Account:assignedContract",
462       id
463     );
464   }
465
466 // ----------------------------------------------------------------------------
467
// Instance/ImplReferenceSetWithQualifier
468
// ----------------------------------------------------------------------------
469
public void setContact(
470     java.util.List JavaDoc newValue
471   ) {
472     refSetValue("org:opencrx:kernel:account1:Account:contact", newValue);
473   }
474
475   public void setContact(
476     org.opencrx.kernel.account1.cci.Contact[] newValue
477   ) {
478     refSetValue("org:opencrx:kernel:account1:Account:contact", newValue);
479   }
480
481 // ----------------------------------------------------------------------------
482
// Instance/ImplReferenceGet0_1WithQualifier
483
// ----------------------------------------------------------------------------
484
public org.opencrx.kernel.account1.cci.Contact getContact(
485     int index
486   ) {
487     return (org.opencrx.kernel.account1.cci.Contact)refGetValue(
488       "org:opencrx:kernel:account1:Account:contact",
489       new Integer JavaDoc(index)
490     );
491   }
492
493 // ----------------------------------------------------------------------------
494
// Instance/ImplReferenceGet0_nNoFilter
495
// ----------------------------------------------------------------------------
496
public java.util.Collection JavaDoc getContact(
497   ) {
498     return (java.util.Collection JavaDoc)refGetValue(
499       "org:opencrx:kernel:account1:Account:contact"
500     );
501   }
502
503 // ----------------------------------------------------------------------------
504
// Instance/ImplReferenceAddWithQualifier
505
// ----------------------------------------------------------------------------
506
public void addContact (
507     int index,
508     org.opencrx.kernel.account1.cci.Contact newValue
509   ) {
510     refAddValue(
511       "org:opencrx:kernel:account1:Account:contact",
512       new Integer JavaDoc(index),
513       newValue
514     );
515   }
516
517 // ----------------------------------------------------------------------------
518
// Instance/ImplReferenceAddWithoutQualifier
519
// ----------------------------------------------------------------------------
520
public void addContact (
521     org.opencrx.kernel.account1.cci.Contact newValue
522   ) {
523     refAddValue(
524       "org:opencrx:kernel:account1:Account:contact",
525       newValue
526     );
527   }
528
529 // ----------------------------------------------------------------------------
530
// Instance/ImplReferenceRemoveWithQualifier
531
// ----------------------------------------------------------------------------
532
public void removeContact (
533     int index
534   ) {
535     refRemoveValue(
536       "org:opencrx:kernel:account1:Account:contact",
537       new Integer JavaDoc(index)
538     );
539   }
540
541 // ----------------------------------------------------------------------------
542
// Instance/ImplOperation
543
// ----------------------------------------------------------------------------
544
public org.opencrx.kernel.account1.cci.CreateInvoiceResult createInvoice(
545       org.opencrx.kernel.account1.cci.CreateInvoiceParams params
546   ) throws javax.jmi.reflect.RefException {
547     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
548     args.add(params);
549     return (org.opencrx.kernel.account1.cci.CreateInvoiceResult)refInvokeOperation(
550       "org:opencrx:kernel:account1:Account:createInvoice",
551       args
552     );
553   }
554
555   public org.opencrx.kernel.account1.cci.CreateInvoiceResult createInvoice(
556       org.opencrx.kernel.contract1.cci.Invoice basedOn
557     , String JavaDoc description
558     , String JavaDoc name
559   ) throws javax.jmi.reflect.RefException {
560     return createInvoice(
561       ((org.opencrx.kernel.account1.cci.account1Package)refOutermostPackage().refPackage("org:opencrx:kernel:account1")).createCreateInvoiceParams(
562         basedOn
563     , description
564     , name
565       )
566     );
567   }
568
569 // ----------------------------------------------------------------------------
570
// Instance/ImplOperation
571
// ----------------------------------------------------------------------------
572
public org.opencrx.kernel.account1.cci.CreateLeadResult createLead(
573       org.opencrx.kernel.account1.cci.CreateLeadParams params
574   ) throws javax.jmi.reflect.RefException {
575     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
576     args.add(params);
577     return (org.opencrx.kernel.account1.cci.CreateLeadResult)refInvokeOperation(
578       "org:opencrx:kernel:account1:Account:createLead",
579       args
580     );
581   }
582
583   public org.opencrx.kernel.account1.cci.CreateLeadResult createLead(
584       org.opencrx.kernel.contract1.cci.Lead basedOn
585     , String JavaDoc description
586     , String JavaDoc name
587     , String JavaDoc nextStep
588   ) throws javax.jmi.reflect.RefException {
589     return createLead(
590       ((org.opencrx.kernel.account1.cci.account1Package)refOutermostPackage().refPackage("org:opencrx:kernel:account1")).createCreateLeadParams(
591         basedOn
592     , description
593     , name
594     , nextStep
595       )
596     );
597   }
598
599 // ----------------------------------------------------------------------------
600
// Instance/ImplOperation
601
// ----------------------------------------------------------------------------
602
public org.opencrx.kernel.account1.cci.CreateOpportunityResult createOpportunity(
603       org.opencrx.kernel.account1.cci.CreateOpportunityParams params
604   ) throws javax.jmi.reflect.RefException {
605     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
606     args.add(params);
607     return (org.opencrx.kernel.account1.cci.CreateOpportunityResult)refInvokeOperation(
608       "org:opencrx:kernel:account1:Account:createOpportunity",
609       args
610     );
611   }
612
613   public org.opencrx.kernel.account1.cci.CreateOpportunityResult createOpportunity(
614       org.opencrx.kernel.contract1.cci.Opportunity basedOn
615     , String JavaDoc description
616     , String JavaDoc name
617   ) throws javax.jmi.reflect.RefException {
618     return createOpportunity(
619       ((org.opencrx.kernel.account1.cci.account1Package)refOutermostPackage().refPackage("org:opencrx:kernel:account1")).createCreateOpportunityParams(
620         basedOn
621     , description
622     , name
623       )
624     );
625   }
626
627 // ----------------------------------------------------------------------------
628
// Instance/ImplOperation
629
// ----------------------------------------------------------------------------
630
public org.opencrx.kernel.account1.cci.CreateQuoteResult createQuote(
631       org.opencrx.kernel.account1.cci.CreateQuoteParams params
632   ) throws javax.jmi.reflect.RefException {
633     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
634     args.add(params);
635     return (org.opencrx.kernel.account1.cci.CreateQuoteResult)refInvokeOperation(
636       "org:opencrx:kernel:account1:Account:createQuote",
637       args
638     );
639   }
640
641   public org.opencrx.kernel.account1.cci.CreateQuoteResult createQuote(
642       org.opencrx.kernel.contract1.cci.Quote basedOn
643     , String JavaDoc description
644     , String JavaDoc name
645   ) throws javax.jmi.reflect.RefException {
646     return createQuote(
647       ((org.opencrx.kernel.account1.cci.account1Package)refOutermostPackage().refPackage("org:opencrx:kernel:account1")).createCreateQuoteParams(
648         basedOn
649     , description
650     , name
651       )
652     );
653   }
654
655 // ----------------------------------------------------------------------------
656
// Instance/ImplOperation
657
// ----------------------------------------------------------------------------
658
public org.opencrx.kernel.account1.cci.CreateSalesOrderResult createSalesOrder(
659       org.opencrx.kernel.account1.cci.CreateSalesOrderParams params
660   ) throws javax.jmi.reflect.RefException {
661     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
662     args.add(params);
663     return (org.opencrx.kernel.account1.cci.CreateSalesOrderResult)refInvokeOperation(
664       "org:opencrx:kernel:account1:Account:createSalesOrder",
665       args
666     );
667   }
668
669   public org.opencrx.kernel.account1.cci.CreateSalesOrderResult createSalesOrder(
670       org.opencrx.kernel.contract1.cci.SalesOrder basedOn
671     , String JavaDoc description
672     , String JavaDoc name
673   ) throws javax.jmi.reflect.RefException {
674     return createSalesOrder(
675       ((org.opencrx.kernel.account1.cci.account1Package)refOutermostPackage().refPackage("org:opencrx:kernel:account1")).createCreateSalesOrderParams(
676         basedOn
677     , description
678     , name
679       )
680     );
681   }
682
683 // ----------------------------------------------------------------------------
684
// Instance/ImplReferenceSetWithQualifier
685
// ----------------------------------------------------------------------------
686
public void setPartner(
687     java.util.List JavaDoc newValue
688   ) {
689     refSetValue("org:opencrx:kernel:account1:Account:partner", newValue);
690   }
691
692   public void setPartner(
693     org.opencrx.kernel.account1.cci.Account[] newValue
694   ) {
695     refSetValue("org:opencrx:kernel:account1:Account:partner", newValue);
696   }
697
698 // ----------------------------------------------------------------------------
699
// Instance/ImplReferenceGet0_1WithQualifier
700
// ----------------------------------------------------------------------------
701
public org.opencrx.kernel.account1.cci.Account getPartner(
702     int index
703   ) {
704     return (org.opencrx.kernel.account1.cci.Account)refGetValue(
705       "org:opencrx:kernel:account1:Account:partner",
706       new Integer JavaDoc(index)
707     );
708   }
709
710 // ----------------------------------------------------------------------------
711
// Instance/ImplReferenceGet0_nNoFilter
712
// ----------------------------------------------------------------------------
713
public java.util.Collection JavaDoc getPartner(
714   ) {
715     return (java.util.Collection JavaDoc)refGetValue(
716       "org:opencrx:kernel:account1:Account:partner"
717     );
718   }
719
720 // ----------------------------------------------------------------------------
721
// Instance/ImplReferenceAddWithQualifier
722
// ----------------------------------------------------------------------------
723
public void addPartner (
724     int index,
725     org.opencrx.kernel.account1.cci.Account newValue
726   ) {
727     refAddValue(
728       "org:opencrx:kernel:account1:Account:partner",
729       new Integer JavaDoc(index),
730       newValue
731     );
732   }
733
734 // ----------------------------------------------------------------------------
735
// Instance/ImplReferenceAddWithoutQualifier
736
// ----------------------------------------------------------------------------
737
public void addPartner (
738     org.opencrx.kernel.account1.cci.Account newValue
739   ) {
740     refAddValue(
741       "org:opencrx:kernel:account1:Account:partner",
742       newValue
743     );
744   }
745
746 // ----------------------------------------------------------------------------
747
// Instance/ImplReferenceRemoveWithQualifier
748
// ----------------------------------------------------------------------------
749
public void removePartner (
750     int index
751   ) {
752     refRemoveValue(
753       "org:opencrx:kernel:account1:Account:partner",
754       new Integer JavaDoc(index)
755     );
756   }
757
758 // ----------------------------------------------------------------------------
759
// Instance/ImplReferenceSetWithQualifier
760
// ----------------------------------------------------------------------------
761
protected void setProduct(
762     java.util.List JavaDoc newValue
763   ) {
764     refSetValue("org:opencrx:kernel:account1:Account:product", newValue);
765   }
766
767   protected void setProduct(
768     org.opencrx.kernel.product1.cci.Product[] newValue
769   ) {
770     refSetValue("org:opencrx:kernel:account1:Account:product", newValue);
771   }
772
773 // ----------------------------------------------------------------------------
774
// Instance/ImplReferenceGet0_1WithQualifier
775
// ----------------------------------------------------------------------------
776
public org.opencrx.kernel.product1.cci.Product getProduct(
777     String JavaDoc id
778   ) {
779     return (org.opencrx.kernel.product1.cci.Product)refGetValue(
780       "org:opencrx:kernel:account1:Account:product",
781       id
782     );
783   }
784
785 // ----------------------------------------------------------------------------
786
// Instance/ImplReferenceGet0_nWithFilter
787
// ----------------------------------------------------------------------------
788
public java.util.Collection JavaDoc getProduct(
789   ) {
790     return (java.util.Collection JavaDoc)refGetValue(
791       "org:opencrx:kernel:account1:Account:product"
792     );
793   }
794
795   public java.util.List JavaDoc getProduct(
796     org.opencrx.kernel.product1.cci.ProductFilter filter
797   ) {
798     return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
799       "org:opencrx:kernel:account1:Account:product"
800     )).toList(filter);
801   }
802
803 // ----------------------------------------------------------------------------
804
// Instance/ImplReferenceAddWithQualifier
805
// ----------------------------------------------------------------------------
806
protected void addProduct (
807     String JavaDoc id,
808     org.opencrx.kernel.product1.cci.Product newValue
809   ) {
810     refAddValue(
811       "org:opencrx:kernel:account1:Account:product",
812       id,
813       newValue
814     );
815   }
816
817 // ----------------------------------------------------------------------------
818
// Instance/ImplReferenceAddWithoutQualifier
819
// ----------------------------------------------------------------------------
820
protected void addProduct (
821     org.opencrx.kernel.product1.cci.Product newValue
822   ) {
823     refAddValue(
824       "org:opencrx:kernel:account1:Account:product",
825       newValue
826     );
827   }
828
829 // ----------------------------------------------------------------------------
830
// Instance/ImplReferenceRemoveWithQualifier
831
// ----------------------------------------------------------------------------
832
protected void removeProduct (
833     String JavaDoc id
834   ) {
835     refRemoveValue(
836       "org:opencrx:kernel:account1:Account:product",
837       id
838     );
839   }
840
841 // ----------------------------------------------------------------------------
842
// Instance/ImplOperation
843
// ----------------------------------------------------------------------------
844
public org.openmdx.base.cci.Void refreshItems(
845       org.openmdx.base.cci.Void params
846   ) throws javax.jmi.reflect.RefException {
847     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
848     args.add(params);
849     return (org.openmdx.base.cci.Void)refInvokeOperation(
850       "org:opencrx:kernel:account1:Account:refreshItems",
851       args
852     );
853   }
854
855   public org.openmdx.base.cci.Void refreshItems(
856   ) throws javax.jmi.reflect.RefException {
857     return refreshItems(
858       ((org.openmdx.base.cci.basePackage)refOutermostPackage().refPackage("org:openmdx:base")).createVoid(
859               )
860     );
861   }
862
863 // ----------------------------------------------------------------------------
864
// Instance/ImplAttributeGet0_1
865
// ----------------------------------------------------------------------------
866
public Boolean JavaDoc isExtBoolean0 (
867   ) {
868     return (Boolean JavaDoc)this.refGetValue("extBoolean0", 0);
869   }
870 // ----------------------------------------------------------------------------
871
// Instance/ImplAttributeSet0_1
872
// ----------------------------------------------------------------------------
873
public void setExtBoolean0(
874     Boolean JavaDoc newValue
875   ) {
876     refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extBoolean0", 0, newValue);
877   }
878
879 // ----------------------------------------------------------------------------
880
// Instance/ImplAttributeGet0_1
881
// ----------------------------------------------------------------------------
882
public Boolean JavaDoc isExtBoolean1 (
883   ) {
884     return (Boolean JavaDoc)this.refGetValue("extBoolean1", 0);
885   }
886 // ----------------------------------------------------------------------------
887
// Instance/ImplAttributeSet0_1
888
// ----------------------------------------------------------------------------
889
public void setExtBoolean1(
890     Boolean JavaDoc newValue
891   ) {
892     refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extBoolean1", 0, newValue);
893   }
894
895 // ----------------------------------------------------------------------------
896
// Instance/ImplAttributeGet0_1
897
// ----------------------------------------------------------------------------
898
public Boolean JavaDoc isExtBoolean2 (
899   ) {
900     return (Boolean JavaDoc)this.refGetValue("extBoolean2", 0);
901   }
902 // ----------------------------------------------------------------------------
903
// Instance/ImplAttributeSet0_1
904
// ----------------------------------------------------------------------------
905
public void setExtBoolean2(
906     Boolean JavaDoc newValue
907   ) {
908     refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extBoolean2", 0, newValue);
909   }
910
911 // ----------------------------------------------------------------------------
912
// Instance/ImplAttributeGet0_1
913
// ----------------------------------------------------------------------------
914
public Boolean JavaDoc isExtBoolean3 (
915   ) {
916     return (Boolean JavaDoc)this.refGetValue("extBoolean3", 0);
917   }
918 // ----------------------------------------------------------------------------
919
// Instance/ImplAttributeSet0_1
920
// ----------------------------------------------------------------------------
921
public void setExtBoolean3(
922     Boolean JavaDoc newValue
923   ) {
924     refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extBoolean3", 0, newValue);
925   }
926
927 // ----------------------------------------------------------------------------
928
// Instance/ImplAttributeGet0_1
929
// ----------------------------------------------------------------------------
930
public Boolean JavaDoc isExtBoolean4 (
931   ) {
932     return (Boolean JavaDoc)this.refGetValue("extBoolean4", 0);
933   }
934 // ----------------------------------------------------------------------------
935
// Instance/ImplAttributeSet0_1
936
// ----------------------------------------------------------------------------
937
public void setExtBoolean4(
938     Boolean JavaDoc newValue
939   ) {
940     refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extBoolean4", 0, newValue);
941   }
942
943 // ----------------------------------------------------------------------------
944
// Instance/ImplAttributeGet0_1
945
// ----------------------------------------------------------------------------
946
public Boolean JavaDoc isExtBoolean5 (
947   ) {
948     return (Boolean JavaDoc)this.refGetValue("extBoolean5", 0);
949   }
950 // ----------------------------------------------------------------------------
951
// Instance/ImplAttributeSet0_1
952
// ----------------------------------------------------------------------------
953
public void setExtBoolean5(
954     Boolean JavaDoc newValue
955   ) {
956     refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extBoolean5", 0, newValue);
957   }
958
959 // ----------------------------------------------------------------------------
960
// Instance/ImplAttributeGet0_1
961
// ----------------------------------------------------------------------------
962
public Boolean JavaDoc isExtBoolean6 (
963   ) {
964     return (Boolean JavaDoc)this.refGetValue("extBoolean6", 0);
965   }
966 // ----------------------------------------------------------------------------
967
// Instance/ImplAttributeSet0_1
968
// ----------------------------------------------------------------------------
969
public void setExtBoolean6(
970     Boolean JavaDoc newValue
971   ) {
972     refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extBoolean6", 0, newValue);
973   }
974
975 // ----------------------------------------------------------------------------
976
// Instance/ImplAttributeGet0_1
977
// ----------------------------------------------------------------------------
978
public Boolean JavaDoc isExtBoolean7 (
979   ) {
980     return (Boolean JavaDoc)this.refGetValue("extBoolean7", 0);
981   }
982 // ----------------------------------------------------------------------------
983
// Instance/ImplAttributeSet0_1
984
// ----------------------------------------------------------------------------
985
public void setExtBoolean7(
986     Boolean JavaDoc newValue
987   ) {
988     refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extBoolean7", 0, newValue);
989   }
990
991 // ----------------------------------------------------------------------------
992
// Instance/ImplAttributeGet0_1
993
// ----------------------------------------------------------------------------
994
public Boolean JavaDoc isExtBoolean8 (
995   ) {
996     return (Boolean JavaDoc)this.refGetValue("extBoolean8", 0);
997   }
998 // ----------------------------------------------------------------------------
999
// Instance/ImplAttributeSet0_1
1000
// ----------------------------------------------------------------------------
1001
public void setExtBoolean8(
1002    Boolean JavaDoc newValue
1003  ) {
1004    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extBoolean8", 0, newValue);
1005  }
1006
1007// ----------------------------------------------------------------------------
1008
// Instance/ImplAttributeGet0_1
1009
// ----------------------------------------------------------------------------
1010
public Boolean JavaDoc isExtBoolean9 (
1011  ) {
1012    return (Boolean JavaDoc)this.refGetValue("extBoolean9", 0);
1013  }
1014// ----------------------------------------------------------------------------
1015
// Instance/ImplAttributeSet0_1
1016
// ----------------------------------------------------------------------------
1017
public void setExtBoolean9(
1018    Boolean JavaDoc newValue
1019  ) {
1020    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extBoolean9", 0, newValue);
1021  }
1022
1023// ----------------------------------------------------------------------------
1024
// Instance/ImplAttributeGet0_1
1025
// ----------------------------------------------------------------------------
1026
public Short JavaDoc getExtCode0 (
1027  ) {
1028    return (Short JavaDoc)this.refGetValue("extCode0", 0);
1029  }
1030// ----------------------------------------------------------------------------
1031
// Instance/ImplAttributeSet0_1
1032
// ----------------------------------------------------------------------------
1033
public void setExtCode0(
1034    Short JavaDoc newValue
1035  ) {
1036    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extCode0", 0, newValue);
1037  }
1038
1039// ----------------------------------------------------------------------------
1040
// Instance/ImplAttributeGet0_1
1041
// ----------------------------------------------------------------------------
1042
public Short JavaDoc getExtCode1 (
1043  ) {
1044    return (Short JavaDoc)this.refGetValue("extCode1", 0);
1045  }
1046// ----------------------------------------------------------------------------
1047
// Instance/ImplAttributeSet0_1
1048
// ----------------------------------------------------------------------------
1049
public void setExtCode1(
1050    Short JavaDoc newValue
1051  ) {
1052    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extCode1", 0, newValue);
1053  }
1054
1055// ----------------------------------------------------------------------------
1056
// Instance/ImplAttributeGet0_1
1057
// ----------------------------------------------------------------------------
1058
public Short JavaDoc getExtCode2 (
1059  ) {
1060    return (Short JavaDoc)this.refGetValue("extCode2", 0);
1061  }
1062// ----------------------------------------------------------------------------
1063
// Instance/ImplAttributeSet0_1
1064
// ----------------------------------------------------------------------------
1065
public void setExtCode2(
1066    Short JavaDoc newValue
1067  ) {
1068    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extCode2", 0, newValue);
1069  }
1070
1071// ----------------------------------------------------------------------------
1072
// Instance/ImplAttributeGet0_1
1073
// ----------------------------------------------------------------------------
1074
public Short JavaDoc getExtCode3 (
1075  ) {
1076    return (Short JavaDoc)this.refGetValue("extCode3", 0);
1077  }
1078// ----------------------------------------------------------------------------
1079
// Instance/ImplAttributeSet0_1
1080
// ----------------------------------------------------------------------------
1081
public void setExtCode3(
1082    Short JavaDoc newValue
1083  ) {
1084    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extCode3", 0, newValue);
1085  }
1086
1087// ----------------------------------------------------------------------------
1088
// Instance/ImplAttributeGet0_1
1089
// ----------------------------------------------------------------------------
1090
public Short JavaDoc getExtCode4 (
1091  ) {
1092    return (Short JavaDoc)this.refGetValue("extCode4", 0);
1093  }
1094// ----------------------------------------------------------------------------
1095
// Instance/ImplAttributeSet0_1
1096
// ----------------------------------------------------------------------------
1097
public void setExtCode4(
1098    Short JavaDoc newValue
1099  ) {
1100    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extCode4", 0, newValue);
1101  }
1102
1103// ----------------------------------------------------------------------------
1104
// Instance/ImplAttributeGet0_1
1105
// ----------------------------------------------------------------------------
1106
public Short JavaDoc getExtCode5 (
1107  ) {
1108    return (Short JavaDoc)this.refGetValue("extCode5", 0);
1109  }
1110// ----------------------------------------------------------------------------
1111
// Instance/ImplAttributeSet0_1
1112
// ----------------------------------------------------------------------------
1113
public void setExtCode5(
1114    Short JavaDoc newValue
1115  ) {
1116    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extCode5", 0, newValue);
1117  }
1118
1119// ----------------------------------------------------------------------------
1120
// Instance/ImplAttributeGet0_1
1121
// ----------------------------------------------------------------------------
1122
public Short JavaDoc getExtCode6 (
1123  ) {
1124    return (Short JavaDoc)this.refGetValue("extCode6", 0);
1125  }
1126// ----------------------------------------------------------------------------
1127
// Instance/ImplAttributeSet0_1
1128
// ----------------------------------------------------------------------------
1129
public void setExtCode6(
1130    Short JavaDoc newValue
1131  ) {
1132    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extCode6", 0, newValue);
1133  }
1134
1135// ----------------------------------------------------------------------------
1136
// Instance/ImplAttributeGet0_1
1137
// ----------------------------------------------------------------------------
1138
public Short JavaDoc getExtCode7 (
1139  ) {
1140    return (Short JavaDoc)this.refGetValue("extCode7", 0);
1141  }
1142// ----------------------------------------------------------------------------
1143
// Instance/ImplAttributeSet0_1
1144
// ----------------------------------------------------------------------------
1145
public void setExtCode7(
1146    Short JavaDoc newValue
1147  ) {
1148    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extCode7", 0, newValue);
1149  }
1150
1151// ----------------------------------------------------------------------------
1152
// Instance/ImplAttributeGet0_1
1153
// ----------------------------------------------------------------------------
1154
public Short JavaDoc getExtCode8 (
1155  ) {
1156    return (Short JavaDoc)this.refGetValue("extCode8", 0);
1157  }
1158// ----------------------------------------------------------------------------
1159
// Instance/ImplAttributeSet0_1
1160
// ----------------------------------------------------------------------------
1161
public void setExtCode8(
1162    Short JavaDoc newValue
1163  ) {
1164    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extCode8", 0, newValue);
1165  }
1166
1167// ----------------------------------------------------------------------------
1168
// Instance/ImplAttributeGet0_1
1169
// ----------------------------------------------------------------------------
1170
public Short JavaDoc getExtCode9 (
1171  ) {
1172    return (Short JavaDoc)this.refGetValue("extCode9", 0);
1173  }
1174// ----------------------------------------------------------------------------
1175
// Instance/ImplAttributeSet0_1
1176
// ----------------------------------------------------------------------------
1177
public void setExtCode9(
1178    Short JavaDoc newValue
1179  ) {
1180    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extCode9", 0, newValue);
1181  }
1182
1183// ----------------------------------------------------------------------------
1184
// Instance/ImplAttributeGet0_1
1185
// ----------------------------------------------------------------------------
1186
public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getExtDate0 (
1187  ) {
1188    return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("extDate0", 0);
1189  }
1190// ----------------------------------------------------------------------------
1191
// Instance/ImplAttributeSet0_1
1192
// ----------------------------------------------------------------------------
1193
public void setExtDate0(
1194    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
1195  ) {
1196    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDate0", 0, newValue);
1197  }
1198
1199// ----------------------------------------------------------------------------
1200
// Instance/ImplAttributeGet0_1
1201
// ----------------------------------------------------------------------------
1202
public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getExtDate1 (
1203  ) {
1204    return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("extDate1", 0);
1205  }
1206// ----------------------------------------------------------------------------
1207
// Instance/ImplAttributeSet0_1
1208
// ----------------------------------------------------------------------------
1209
public void setExtDate1(
1210    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
1211  ) {
1212    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDate1", 0, newValue);
1213  }
1214
1215// ----------------------------------------------------------------------------
1216
// Instance/ImplAttributeGet0_1
1217
// ----------------------------------------------------------------------------
1218
public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getExtDate2 (
1219  ) {
1220    return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("extDate2", 0);
1221  }
1222// ----------------------------------------------------------------------------
1223
// Instance/ImplAttributeSet0_1
1224
// ----------------------------------------------------------------------------
1225
public void setExtDate2(
1226    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
1227  ) {
1228    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDate2", 0, newValue);
1229  }
1230
1231// ----------------------------------------------------------------------------
1232
// Instance/ImplAttributeGet0_1
1233
// ----------------------------------------------------------------------------
1234
public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getExtDate3 (
1235  ) {
1236    return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("extDate3", 0);
1237  }
1238// ----------------------------------------------------------------------------
1239
// Instance/ImplAttributeSet0_1
1240
// ----------------------------------------------------------------------------
1241
public void setExtDate3(
1242    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
1243  ) {
1244    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDate3", 0, newValue);
1245  }
1246
1247// ----------------------------------------------------------------------------
1248
// Instance/ImplAttributeGet0_1
1249
// ----------------------------------------------------------------------------
1250
public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getExtDate4 (
1251  ) {
1252    return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("extDate4", 0);
1253  }
1254// ----------------------------------------------------------------------------
1255
// Instance/ImplAttributeSet0_1
1256
// ----------------------------------------------------------------------------
1257
public void setExtDate4(
1258    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
1259  ) {
1260    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDate4", 0, newValue);
1261  }
1262
1263// ----------------------------------------------------------------------------
1264
// Instance/ImplAttributeGet0_1
1265
// ----------------------------------------------------------------------------
1266
public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getExtDate5 (
1267  ) {
1268    return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("extDate5", 0);
1269  }
1270// ----------------------------------------------------------------------------
1271
// Instance/ImplAttributeSet0_1
1272
// ----------------------------------------------------------------------------
1273
public void setExtDate5(
1274    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
1275  ) {
1276    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDate5", 0, newValue);
1277  }
1278
1279// ----------------------------------------------------------------------------
1280
// Instance/ImplAttributeGet0_1
1281
// ----------------------------------------------------------------------------
1282
public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getExtDate6 (
1283  ) {
1284    return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("extDate6", 0);
1285  }
1286// ----------------------------------------------------------------------------
1287
// Instance/ImplAttributeSet0_1
1288
// ----------------------------------------------------------------------------
1289
public void setExtDate6(
1290    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
1291  ) {
1292    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDate6", 0, newValue);
1293  }
1294
1295// ----------------------------------------------------------------------------
1296
// Instance/ImplAttributeGet0_1
1297
// ----------------------------------------------------------------------------
1298
public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getExtDate7 (
1299  ) {
1300    return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("extDate7", 0);
1301  }
1302// ----------------------------------------------------------------------------
1303
// Instance/ImplAttributeSet0_1
1304
// ----------------------------------------------------------------------------
1305
public void setExtDate7(
1306    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
1307  ) {
1308    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDate7", 0, newValue);
1309  }
1310
1311// ----------------------------------------------------------------------------
1312
// Instance/ImplAttributeGet0_1
1313
// ----------------------------------------------------------------------------
1314
public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getExtDate8 (
1315  ) {
1316    return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("extDate8", 0);
1317  }
1318// ----------------------------------------------------------------------------
1319
// Instance/ImplAttributeSet0_1
1320
// ----------------------------------------------------------------------------
1321
public void setExtDate8(
1322    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
1323  ) {
1324    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDate8", 0, newValue);
1325  }
1326
1327// ----------------------------------------------------------------------------
1328
// Instance/ImplAttributeGet0_1
1329
// ----------------------------------------------------------------------------
1330
public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getExtDate9 (
1331  ) {
1332    return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("extDate9", 0);
1333  }
1334// ----------------------------------------------------------------------------
1335
// Instance/ImplAttributeSet0_1
1336
// ----------------------------------------------------------------------------
1337
public void setExtDate9(
1338    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
1339  ) {
1340    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDate9", 0, newValue);
1341  }
1342
1343// ----------------------------------------------------------------------------
1344
// Instance/ImplAttributeGet0_1
1345
// ----------------------------------------------------------------------------
1346
public java.util.Date JavaDoc getExtDateTime0 (
1347  ) {
1348    return (java.util.Date JavaDoc)this.refGetValue("extDateTime0", 0);
1349  }
1350// ----------------------------------------------------------------------------
1351
// Instance/ImplAttributeSet0_1
1352
// ----------------------------------------------------------------------------
1353
public void setExtDateTime0(
1354    java.util.Date JavaDoc newValue
1355  ) {
1356    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDateTime0", 0, newValue);
1357  }
1358
1359// ----------------------------------------------------------------------------
1360
// Instance/ImplAttributeGet0_1
1361
// ----------------------------------------------------------------------------
1362
public java.util.Date JavaDoc getExtDateTime1 (
1363  ) {
1364    return (java.util.Date JavaDoc)this.refGetValue("extDateTime1", 0);
1365  }
1366// ----------------------------------------------------------------------------
1367
// Instance/ImplAttributeSet0_1
1368
// ----------------------------------------------------------------------------
1369
public void setExtDateTime1(
1370    java.util.Date JavaDoc newValue
1371  ) {
1372    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDateTime1", 0, newValue);
1373  }
1374
1375// ----------------------------------------------------------------------------
1376
// Instance/ImplAttributeGet0_1
1377
// ----------------------------------------------------------------------------
1378
public java.util.Date JavaDoc getExtDateTime2 (
1379  ) {
1380    return (java.util.Date JavaDoc)this.refGetValue("extDateTime2", 0);
1381  }
1382// ----------------------------------------------------------------------------
1383
// Instance/ImplAttributeSet0_1
1384
// ----------------------------------------------------------------------------
1385
public void setExtDateTime2(
1386    java.util.Date JavaDoc newValue
1387  ) {
1388    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDateTime2", 0, newValue);
1389  }
1390
1391// ----------------------------------------------------------------------------
1392
// Instance/ImplAttributeGet0_1
1393
// ----------------------------------------------------------------------------
1394
public java.util.Date JavaDoc getExtDateTime3 (
1395  ) {
1396    return (java.util.Date JavaDoc)this.refGetValue("extDateTime3", 0);
1397  }
1398// ----------------------------------------------------------------------------
1399
// Instance/ImplAttributeSet0_1
1400
// ----------------------------------------------------------------------------
1401
public void setExtDateTime3(
1402    java.util.Date JavaDoc newValue
1403  ) {
1404    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDateTime3", 0, newValue);
1405  }
1406
1407// ----------------------------------------------------------------------------
1408
// Instance/ImplAttributeGet0_1
1409
// ----------------------------------------------------------------------------
1410
public java.util.Date JavaDoc getExtDateTime4 (
1411  ) {
1412    return (java.util.Date JavaDoc)this.refGetValue("extDateTime4", 0);
1413  }
1414// ----------------------------------------------------------------------------
1415
// Instance/ImplAttributeSet0_1
1416
// ----------------------------------------------------------------------------
1417
public void setExtDateTime4(
1418    java.util.Date JavaDoc newValue
1419  ) {
1420    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDateTime4", 0, newValue);
1421  }
1422
1423// ----------------------------------------------------------------------------
1424
// Instance/ImplAttributeGet0_1
1425
// ----------------------------------------------------------------------------
1426
public java.util.Date JavaDoc getExtDateTime5 (
1427  ) {
1428    return (java.util.Date JavaDoc)this.refGetValue("extDateTime5", 0);
1429  }
1430// ----------------------------------------------------------------------------
1431
// Instance/ImplAttributeSet0_1
1432
// ----------------------------------------------------------------------------
1433
public void setExtDateTime5(
1434    java.util.Date JavaDoc newValue
1435  ) {
1436    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDateTime5", 0, newValue);
1437  }
1438
1439// ----------------------------------------------------------------------------
1440
// Instance/ImplAttributeGet0_1
1441
// ----------------------------------------------------------------------------
1442
public java.util.Date JavaDoc getExtDateTime6 (
1443  ) {
1444    return (java.util.Date JavaDoc)this.refGetValue("extDateTime6", 0);
1445  }
1446// ----------------------------------------------------------------------------
1447
// Instance/ImplAttributeSet0_1
1448
// ----------------------------------------------------------------------------
1449
public void setExtDateTime6(
1450    java.util.Date JavaDoc newValue
1451  ) {
1452    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDateTime6", 0, newValue);
1453  }
1454
1455// ----------------------------------------------------------------------------
1456
// Instance/ImplAttributeGet0_1
1457
// ----------------------------------------------------------------------------
1458
public java.util.Date JavaDoc getExtDateTime7 (
1459  ) {
1460    return (java.util.Date JavaDoc)this.refGetValue("extDateTime7", 0);
1461  }
1462// ----------------------------------------------------------------------------
1463
// Instance/ImplAttributeSet0_1
1464
// ----------------------------------------------------------------------------
1465
public void setExtDateTime7(
1466    java.util.Date JavaDoc newValue
1467  ) {
1468    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDateTime7", 0, newValue);
1469  }
1470
1471// ----------------------------------------------------------------------------
1472
// Instance/ImplAttributeGet0_1
1473
// ----------------------------------------------------------------------------
1474
public java.util.Date JavaDoc getExtDateTime8 (
1475  ) {
1476    return (java.util.Date JavaDoc)this.refGetValue("extDateTime8", 0);
1477  }
1478// ----------------------------------------------------------------------------
1479
// Instance/ImplAttributeSet0_1
1480
// ----------------------------------------------------------------------------
1481
public void setExtDateTime8(
1482    java.util.Date JavaDoc newValue
1483  ) {
1484    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDateTime8", 0, newValue);
1485  }
1486
1487// ----------------------------------------------------------------------------
1488
// Instance/ImplAttributeGet0_1
1489
// ----------------------------------------------------------------------------
1490
public java.util.Date JavaDoc getExtDateTime9 (
1491  ) {
1492    return (java.util.Date JavaDoc)this.refGetValue("extDateTime9", 0);
1493  }
1494// ----------------------------------------------------------------------------
1495
// Instance/ImplAttributeSet0_1
1496
// ----------------------------------------------------------------------------
1497
public void setExtDateTime9(
1498    java.util.Date JavaDoc newValue
1499  ) {
1500    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extDateTime9", 0, newValue);
1501  }
1502
1503// ----------------------------------------------------------------------------
1504
// Instance/ImplAttributeGet0_1
1505
// ----------------------------------------------------------------------------
1506
public java.math.BigDecimal JavaDoc getExtNumber0 (
1507  ) {
1508    return (java.math.BigDecimal JavaDoc)this.refGetValue("extNumber0", 0);
1509  }
1510// ----------------------------------------------------------------------------
1511
// Instance/ImplAttributeSet0_1
1512
// ----------------------------------------------------------------------------
1513
public void setExtNumber0(
1514    java.math.BigDecimal JavaDoc newValue
1515  ) {
1516    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extNumber0", 0, newValue);
1517  }
1518
1519// ----------------------------------------------------------------------------
1520
// Instance/ImplAttributeGet0_1
1521
// ----------------------------------------------------------------------------
1522
public java.math.BigDecimal JavaDoc getExtNumber1 (
1523  ) {
1524    return (java.math.BigDecimal JavaDoc)this.refGetValue("extNumber1", 0);
1525  }
1526// ----------------------------------------------------------------------------
1527
// Instance/ImplAttributeSet0_1
1528
// ----------------------------------------------------------------------------
1529
public void setExtNumber1(
1530    java.math.BigDecimal JavaDoc newValue
1531  ) {
1532    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extNumber1", 0, newValue);
1533  }
1534
1535// ----------------------------------------------------------------------------
1536
// Instance/ImplAttributeGet0_1
1537
// ----------------------------------------------------------------------------
1538
public java.math.BigDecimal JavaDoc getExtNumber2 (
1539  ) {
1540    return (java.math.BigDecimal JavaDoc)this.refGetValue("extNumber2", 0);
1541  }
1542// ----------------------------------------------------------------------------
1543
// Instance/ImplAttributeSet0_1
1544
// ----------------------------------------------------------------------------
1545
public void setExtNumber2(
1546    java.math.BigDecimal JavaDoc newValue
1547  ) {
1548    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extNumber2", 0, newValue);
1549  }
1550
1551// ----------------------------------------------------------------------------
1552
// Instance/ImplAttributeGet0_1
1553
// ----------------------------------------------------------------------------
1554
public java.math.BigDecimal JavaDoc getExtNumber3 (
1555  ) {
1556    return (java.math.BigDecimal JavaDoc)this.refGetValue("extNumber3", 0);
1557  }
1558// ----------------------------------------------------------------------------
1559
// Instance/ImplAttributeSet0_1
1560
// ----------------------------------------------------------------------------
1561
public void setExtNumber3(
1562    java.math.BigDecimal JavaDoc newValue
1563  ) {
1564    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extNumber3", 0, newValue);
1565  }
1566
1567// ----------------------------------------------------------------------------
1568
// Instance/ImplAttributeGet0_1
1569
// ----------------------------------------------------------------------------
1570
public java.math.BigDecimal JavaDoc getExtNumber4 (
1571  ) {
1572    return (java.math.BigDecimal JavaDoc)this.refGetValue("extNumber4", 0);
1573  }
1574// ----------------------------------------------------------------------------
1575
// Instance/ImplAttributeSet0_1
1576
// ----------------------------------------------------------------------------
1577
public void setExtNumber4(
1578    java.math.BigDecimal JavaDoc newValue
1579  ) {
1580    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extNumber4", 0, newValue);
1581  }
1582
1583// ----------------------------------------------------------------------------
1584
// Instance/ImplAttributeGet0_1
1585
// ----------------------------------------------------------------------------
1586
public java.math.BigDecimal JavaDoc getExtNumber5 (
1587  ) {
1588    return (java.math.BigDecimal JavaDoc)this.refGetValue("extNumber5", 0);
1589  }
1590// ----------------------------------------------------------------------------
1591
// Instance/ImplAttributeSet0_1
1592
// ----------------------------------------------------------------------------
1593
public void setExtNumber5(
1594    java.math.BigDecimal JavaDoc newValue
1595  ) {
1596    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extNumber5", 0, newValue);
1597  }
1598
1599// ----------------------------------------------------------------------------
1600
// Instance/ImplAttributeGet0_1
1601
// ----------------------------------------------------------------------------
1602
public java.math.BigDecimal JavaDoc getExtNumber6 (
1603  ) {
1604    return (java.math.BigDecimal JavaDoc)this.refGetValue("extNumber6", 0);
1605  }
1606// ----------------------------------------------------------------------------
1607
// Instance/ImplAttributeSet0_1
1608
// ----------------------------------------------------------------------------
1609
public void setExtNumber6(
1610    java.math.BigDecimal JavaDoc newValue
1611  ) {
1612    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extNumber6", 0, newValue);
1613  }
1614
1615// ----------------------------------------------------------------------------
1616
// Instance/ImplAttributeGet0_1
1617
// ----------------------------------------------------------------------------
1618
public java.math.BigDecimal JavaDoc getExtNumber7 (
1619  ) {
1620    return (java.math.BigDecimal JavaDoc)this.refGetValue("extNumber7", 0);
1621  }
1622// ----------------------------------------------------------------------------
1623
// Instance/ImplAttributeSet0_1
1624
// ----------------------------------------------------------------------------
1625
public void setExtNumber7(
1626    java.math.BigDecimal JavaDoc newValue
1627  ) {
1628    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extNumber7", 0, newValue);
1629  }
1630
1631// ----------------------------------------------------------------------------
1632
// Instance/ImplAttributeGet0_1
1633
// ----------------------------------------------------------------------------
1634
public java.math.BigDecimal JavaDoc getExtNumber8 (
1635  ) {
1636    return (java.math.BigDecimal JavaDoc)this.refGetValue("extNumber8", 0);
1637  }
1638// ----------------------------------------------------------------------------
1639
// Instance/ImplAttributeSet0_1
1640
// ----------------------------------------------------------------------------
1641
public void setExtNumber8(
1642    java.math.BigDecimal JavaDoc newValue
1643  ) {
1644    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extNumber8", 0, newValue);
1645  }
1646
1647// ----------------------------------------------------------------------------
1648
// Instance/ImplAttributeGet0_1
1649
// ----------------------------------------------------------------------------
1650
public java.math.BigDecimal JavaDoc getExtNumber9 (
1651  ) {
1652    return (java.math.BigDecimal JavaDoc)this.refGetValue("extNumber9", 0);
1653  }
1654// ----------------------------------------------------------------------------
1655
// Instance/ImplAttributeSet0_1
1656
// ----------------------------------------------------------------------------
1657
public void setExtNumber9(
1658    java.math.BigDecimal JavaDoc newValue
1659  ) {
1660    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extNumber9", 0, newValue);
1661  }
1662
1663// ----------------------------------------------------------------------------
1664
// Instance/ImplAttributeGet0_1
1665
// ----------------------------------------------------------------------------
1666
public String JavaDoc getExtString0 (
1667  ) {
1668    return (String JavaDoc)this.refGetValue("extString0", 0);
1669  }
1670// ----------------------------------------------------------------------------
1671
// Instance/ImplAttributeSet0_1
1672
// ----------------------------------------------------------------------------
1673
public void setExtString0(
1674    String JavaDoc newValue
1675  ) {
1676    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extString0", 0, newValue);
1677  }
1678
1679// ----------------------------------------------------------------------------
1680
// Instance/ImplAttributeGet0_1
1681
// ----------------------------------------------------------------------------
1682
public String JavaDoc getExtString1 (
1683  ) {
1684    return (String JavaDoc)this.refGetValue("extString1", 0);
1685  }
1686// ----------------------------------------------------------------------------
1687
// Instance/ImplAttributeSet0_1
1688
// ----------------------------------------------------------------------------
1689
public void setExtString1(
1690    String JavaDoc newValue
1691  ) {
1692    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extString1", 0, newValue);
1693  }
1694
1695// ----------------------------------------------------------------------------
1696
// Instance/ImplAttributeGet0_1
1697
// ----------------------------------------------------------------------------
1698
public String JavaDoc getExtString2 (
1699  ) {
1700    return (String JavaDoc)this.refGetValue("extString2", 0);
1701  }
1702// ----------------------------------------------------------------------------
1703
// Instance/ImplAttributeSet0_1
1704
// ----------------------------------------------------------------------------
1705
public void setExtString2(
1706    String JavaDoc newValue
1707  ) {
1708    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extString2", 0, newValue);
1709  }
1710
1711// ----------------------------------------------------------------------------
1712
// Instance/ImplAttributeGet0_1
1713
// ----------------------------------------------------------------------------
1714
public String JavaDoc getExtString3 (
1715  ) {
1716    return (String JavaDoc)this.refGetValue("extString3", 0);
1717  }
1718// ----------------------------------------------------------------------------
1719
// Instance/ImplAttributeSet0_1
1720
// ----------------------------------------------------------------------------
1721
public void setExtString3(
1722    String JavaDoc newValue
1723  ) {
1724    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extString3", 0, newValue);
1725  }
1726
1727// ----------------------------------------------------------------------------
1728
// Instance/ImplAttributeGet0_1
1729
// ----------------------------------------------------------------------------
1730
public String JavaDoc getExtString4 (
1731  ) {
1732    return (String JavaDoc)this.refGetValue("extString4", 0);
1733  }
1734// ----------------------------------------------------------------------------
1735
// Instance/ImplAttributeSet0_1
1736
// ----------------------------------------------------------------------------
1737
public void setExtString4(
1738    String JavaDoc newValue
1739  ) {
1740    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extString4", 0, newValue);
1741  }
1742
1743// ----------------------------------------------------------------------------
1744
// Instance/ImplAttributeGet0_1
1745
// ----------------------------------------------------------------------------
1746
public String JavaDoc getExtString5 (
1747  ) {
1748    return (String JavaDoc)this.refGetValue("extString5", 0);
1749  }
1750// ----------------------------------------------------------------------------
1751
// Instance/ImplAttributeSet0_1
1752
// ----------------------------------------------------------------------------
1753
public void setExtString5(
1754    String JavaDoc newValue
1755  ) {
1756    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extString5", 0, newValue);
1757  }
1758
1759// ----------------------------------------------------------------------------
1760
// Instance/ImplAttributeGet0_1
1761
// ----------------------------------------------------------------------------
1762
public String JavaDoc getExtString6 (
1763  ) {
1764    return (String JavaDoc)this.refGetValue("extString6", 0);
1765  }
1766// ----------------------------------------------------------------------------
1767
// Instance/ImplAttributeSet0_1
1768
// ----------------------------------------------------------------------------
1769
public void setExtString6(
1770    String JavaDoc newValue
1771  ) {
1772    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extString6", 0, newValue);
1773  }
1774
1775// ----------------------------------------------------------------------------
1776
// Instance/ImplAttributeGet0_1
1777
// ----------------------------------------------------------------------------
1778
public String JavaDoc getExtString7 (
1779  ) {
1780    return (String JavaDoc)this.refGetValue("extString7", 0);
1781  }
1782// ----------------------------------------------------------------------------
1783
// Instance/ImplAttributeSet0_1
1784
// ----------------------------------------------------------------------------
1785
public void setExtString7(
1786    String JavaDoc newValue
1787  ) {
1788    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extString7", 0, newValue);
1789  }
1790
1791// ----------------------------------------------------------------------------
1792
// Instance/ImplAttributeGet0_1
1793
// ----------------------------------------------------------------------------
1794
public String JavaDoc getExtString8 (
1795  ) {
1796    return (String JavaDoc)this.refGetValue("extString8", 0);
1797  }
1798// ----------------------------------------------------------------------------
1799
// Instance/ImplAttributeSet0_1
1800
// ----------------------------------------------------------------------------
1801
public void setExtString8(
1802    String JavaDoc newValue
1803  ) {
1804    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extString8", 0, newValue);
1805  }
1806
1807// ----------------------------------------------------------------------------
1808
// Instance/ImplAttributeGet0_1
1809
// ----------------------------------------------------------------------------
1810
public String JavaDoc getExtString9 (
1811  ) {
1812    return (String JavaDoc)this.refGetValue("extString9", 0);
1813  }
1814// ----------------------------------------------------------------------------
1815
// Instance/ImplAttributeSet0_1
1816
// ----------------------------------------------------------------------------
1817
public void setExtString9(
1818    String JavaDoc newValue
1819  ) {
1820    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:extString9", 0, newValue);
1821  }
1822
1823// ----------------------------------------------------------------------------
1824
// Instance/ImplAttributeGet1_1
1825
// ----------------------------------------------------------------------------
1826
public String JavaDoc getName(
1827  ) {
1828    return getName(0);
1829  }
1830
1831  protected String JavaDoc getName(
1832    int index
1833  ) {
1834    return (String JavaDoc)this.refGetValue("org:opencrx:kernel:account1:UnspecifiedAccount:name", index);
1835  }
1836
1837// ----------------------------------------------------------------------------
1838
// Instance/ImplAttributeSet1_1
1839
// ----------------------------------------------------------------------------
1840
public void setName(
1841    String JavaDoc newValue
1842  ) {
1843    setName(0, newValue);
1844  }
1845
1846  protected void setName(
1847    int index,
1848    String JavaDoc newValue
1849  ) {
1850    refSetValue("org:opencrx:kernel:account1:UnspecifiedAccount:name", index, newValue);
1851  }
1852// ----------------------------------------------------------------------------
1853
// Instance/ImplReferenceSetWithQualifier
1854
// ----------------------------------------------------------------------------
1855
protected void setAudit(
1856    java.util.List JavaDoc newValue
1857  ) {
1858    refSetValue("org:opencrx:kernel:base:Auditee:audit", newValue);
1859  }
1860
1861  protected void setAudit(
1862    org.opencrx.kernel.base.cci.AuditEntry[] newValue
1863  ) {
1864    refSetValue("org:opencrx:kernel:base:Auditee:audit", newValue);
1865  }
1866
1867// ----------------------------------------------------------------------------
1868
// Instance/ImplReferenceGet0_1WithQualifier
1869
// ----------------------------------------------------------------------------
1870
public org.opencrx.kernel.base.cci.AuditEntry getAudit(
1871    String JavaDoc id
1872  ) {
1873    return (org.opencrx.kernel.base.cci.AuditEntry)refGetValue(
1874      "org:opencrx:kernel:base:Auditee:audit",
1875      id
1876    );
1877  }
1878
1879// ----------------------------------------------------------------------------
1880
// Instance/ImplReferenceGet0_nWithFilter
1881
// ----------------------------------------------------------------------------
1882
public java.util.Collection JavaDoc getAudit(
1883  ) {
1884    return (java.util.Collection JavaDoc)refGetValue(
1885      "org:opencrx:kernel:base:Auditee:audit"
1886    );
1887  }
1888
1889  public java.util.List JavaDoc getAudit(
1890    org.opencrx.kernel.base.cci.AuditEntryFilter filter
1891  ) {
1892    return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
1893      "org:opencrx:kernel:base:Auditee:audit"
1894    )).toList(filter);
1895  }
1896
1897// ----------------------------------------------------------------------------
1898
// Instance/ImplReferenceAddWithQualifier
1899
// ----------------------------------------------------------------------------
1900
protected void addAudit (
1901    String JavaDoc id,
1902    org.opencrx.kernel.base.cci.AuditEntry newValue
1903  ) {
1904    refAddValue(
1905      "org:opencrx:kernel:base:Auditee:audit",
1906      id,
1907      newValue
1908    );
1909  }
1910
1911// ----------------------------------------------------------------------------
1912
// Instance/ImplReferenceAddWithoutQualifier
1913
// ----------------------------------------------------------------------------
1914
protected void addAudit (
1915    org.opencrx.kernel.base.cci.AuditEntry newValue
1916  ) {
1917    refAddValue(
1918      "org:opencrx:kernel:base:Auditee:audit",
1919      newValue
1920    );
1921  }
1922
1923// ----------------------------------------------------------------------------
1924
// Instance/ImplReferenceRemoveWithQualifier
1925
// ----------------------------------------------------------------------------
1926
protected void removeAudit (
1927    String JavaDoc id
1928  ) {
1929    refRemoveValue(
1930      "org:opencrx:kernel:base:Auditee:audit",
1931      id
1932    );
1933  }
1934
1935// ----------------------------------------------------------------------------
1936
// Instance/ImplOperation
1937
// ----------------------------------------------------------------------------
1938
public org.openmdx.base.cci.Void addAsBookmark(
1939      org.opencrx.kernel.base.cci.AddAsBookmarkParams params
1940  ) throws javax.jmi.reflect.RefException {
1941    java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
1942    args.add(params);
1943    return (org.openmdx.base.cci.Void)refInvokeOperation(
1944      "org:opencrx:kernel:base:Bookmarkable:addAsBookmark",
1945      args
1946    );
1947  }
1948
1949  public org.openmdx.base.cci.Void addAsBookmark(
1950      String JavaDoc description
1951  ) throws javax.jmi.reflect.RefException {
1952    return addAsBookmark(
1953      ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createAddAsBookmarkParams(
1954        description
1955      )
1956    );
1957  }
1958
1959// ----------------------------------------------------------------------------
1960
// Instance/ImplOperation
1961
// ----------------------------------------------------------------------------
1962
public org.opencrx.kernel.base.cci.CloneResult clone_(
1963      org.opencrx.kernel.base.cci.CloneParams params
1964  ) throws javax.jmi.reflect.RefException {
1965    java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
1966    args.add(params);
1967    return (org.opencrx.kernel.base.cci.CloneResult)refInvokeOperation(
1968      "org:opencrx:kernel:base:Cloneable:clone",
1969      args
1970    );
1971  }
1972
1973  public org.opencrx.kernel.base.cci.CloneResult clone_(
1974      String JavaDoc referenceFilter
1975  ) throws javax.jmi.reflect.RefException {
1976    return clone_(
1977      ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createCloneParams(
1978        referenceFilter
1979      )
1980    );
1981  }
1982
1983// ----------------------------------------------------------------------------
1984
// Instance/ImplOperation
1985
// ----------------------------------------------------------------------------
1986
public org.opencrx.kernel.base.cci.ImportResult importItem(
1987      org.opencrx.kernel.base.cci.ImportParams params
1988  ) throws javax.jmi.reflect.RefException {
1989    java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
1990    args.add(params);
1991    return (org.opencrx.kernel.base.cci.ImportResult)refInvokeOperation(
1992      "org:opencrx:kernel:base:Importer:importItem",
1993      args
1994    );
1995  }
1996
1997  public org.opencrx.kernel.base.cci.ImportResult importItem(
1998      byte[] item
1999    , String JavaDoc itemMimeType
2000    , String JavaDoc itemName
2001    , short locale
2002  ) throws javax.jmi.reflect.RefException {
2003    return importItem(
2004      ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createImportParams(
2005        item
2006    , itemMimeType
2007    , itemName
2008    , locale
2009      )
2010    );
2011  }
2012
2013// ----------------------------------------------------------------------------
2014
// Instance/ImplAttributeGet1_1
2015
// ----------------------------------------------------------------------------
2016
public short getAccessLevelBrowse(
2017  ) {
2018    return getAccessLevelBrowse(0);
2019  }
2020
2021  protected short getAccessLevelBrowse(
2022    int index
2023  ) {
2024    return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index)).shortValue();
2025  }
2026
2027// ----------------------------------------------------------------------------
2028
// Instance/ImplAttributeSet1_1
2029
// ----------------------------------------------------------------------------
2030
public void setAccessLevelBrowse(
2031    short newValue
2032  ) {
2033    setAccessLevelBrowse(0, newValue);
2034  }
2035
2036  protected void setAccessLevelBrowse(
2037    int index,
2038    short newValue
2039  ) {
2040    refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelBrowse", index, new Short JavaDoc(newValue));
2041  }
2042// ----------------------------------------------------------------------------
2043
// Instance/ImplAttributeGet1_1
2044
// ----------------------------------------------------------------------------
2045
public short getAccessLevelDelete(
2046  ) {
2047    return getAccessLevelDelete(0);
2048  }
2049
2050  protected short getAccessLevelDelete(
2051    int index
2052  ) {
2053    return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index)).shortValue();
2054  }
2055
2056// ----------------------------------------------------------------------------
2057
// Instance/ImplAttributeSet1_1
2058
// ----------------------------------------------------------------------------
2059
public void setAccessLevelDelete(
2060    short newValue
2061  ) {
2062    setAccessLevelDelete(0, newValue);
2063  }
2064
2065  protected void setAccessLevelDelete(
2066    int index,
2067    short newValue
2068  ) {
2069    refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelDelete", index, new Short JavaDoc(newValue));
2070  }
2071// ----------------------------------------------------------------------------
2072
// Instance/ImplAttributeGet1_1
2073
// ----------------------------------------------------------------------------
2074
public short getAccessLevelUpdate(
2075  ) {
2076    return getAccessLevelUpdate(0);
2077  }
2078
2079  protected short getAccessLevelUpdate(
2080    int index
2081  ) {
2082    return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index)).shortValue();
2083  }
2084
2085// ----------------------------------------------------------------------------
2086
// Instance/ImplAttributeSet1_1
2087
// ----------------------------------------------------------------------------
2088
public void setAccessLevelUpdate(
2089    short newValue
2090  ) {
2091    setAccessLevelUpdate(0, newValue);
2092  }
2093
2094  protected void setAccessLevelUpdate(
2095    int index,
2096    short newValue
2097  ) {
2098    refSetValue("org:opencrx:kernel:base:SecureObject:accessLevelUpdate", index, new Short JavaDoc(newValue));
2099  }
2100// ----------------------------------------------------------------------------
2101
// Instance/ImplOperation
2102
// ----------------------------------------------------------------------------
2103
public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup(
2104      org.opencrx.kernel.base.cci.ModifyOwningGroupParams params
2105  ) throws javax.jmi.reflect.RefException {
2106    java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
2107    args.add(params);
2108    return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation(
2109      "org:opencrx:kernel:base:SecureObject:addOwningGroup",
2110      args
2111    );
2112  }
2113
2114  public org.opencrx.kernel.base.cci.ModifySecureObjectResult addOwningGroup(
2115      org.opencrx.security.realm1.cci.PrincipalGroup group
2116    , short mode
2117  ) throws javax.jmi.reflect.RefException {
2118    return addOwningGroup(
2119      ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams(
2120        group
2121    , mode
2122      )
2123    );
2124  }
2125
2126// ----------------------------------------------------------------------------
2127
// Instance/ImplAttributeGetList
2128
// ----------------------------------------------------------------------------
2129
public java.util.List JavaDoc getOwner (
2130  ) {
2131    return (java.util.List JavaDoc)this.refGetValue("owner");
2132  }
2133  public String JavaDoc getOwner(
2134    int index
2135  ) {
2136    return (String JavaDoc)this.refGetValue("org:opencrx:kernel:base:SecureObject:owner", index);
2137  }
2138
2139// ----------------------------------------------------------------------------
2140
// Instance/ImplAttributeSetList
2141
// ----------------------------------------------------------------------------
2142
protected void setOwner(
2143    java.util.List JavaDoc newValue
2144  ) {
2145    refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue);
2146  }
2147
2148  protected void setOwner(
2149    String JavaDoc[] newValue
2150  ) {
2151    refSetValue("org:opencrx:kernel:base:SecureObject:owner", newValue);
2152  }
2153
2154// ----------------------------------------------------------------------------
2155
// Instance/ImplReferenceSetWithQualifier
2156
// ----------------------------------------------------------------------------
2157
public void setOwningGroup(
2158    java.util.List JavaDoc newValue
2159  ) {
2160    refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue);
2161  }
2162
2163  public void setOwningGroup(
2164    org.opencrx.security.realm1.cci.PrincipalGroup[] newValue
2165  ) {
2166    refSetValue("org:opencrx:kernel:base:SecureObject:owningGroup", newValue);
2167  }
2168
2169// ----------------------------------------------------------------------------
2170
// Instance/ImplReferenceGet0_1WithQualifier
2171
// ----------------------------------------------------------------------------
2172
public org.opencrx.security.realm1.cci.PrincipalGroup getOwningGroup(
2173    int index
2174  ) {
2175    return (org.opencrx.security.realm1.cci.PrincipalGroup)refGetValue(
2176      "org:opencrx:kernel:base:SecureObject:owningGroup",
2177      new Integer JavaDoc(index)
2178    );
2179  }
2180
2181// ----------------------------------------------------------------------------
2182
// Instance/ImplReferenceGet0_nNoFilter
2183
// ----------------------------------------------------------------------------
2184
public java.util.Collection JavaDoc getOwningGroup(
2185  ) {
2186    return (java.util.Collection JavaDoc)refGetValue(
2187      "org:opencrx:kernel:base:SecureObject:owningGroup"
2188    );
2189  }
2190
2191// ----------------------------------------------------------------------------
2192
// Instance/ImplReferenceAddWithQualifier
2193
// ----------------------------------------------------------------------------
2194
public void addOwningGroup (
2195    int index,
2196    org.opencrx.security.realm1.cci.PrincipalGroup newValue
2197  ) {
2198    refAddValue(
2199      "org:opencrx:kernel:base:SecureObject:owningGroup",
2200      new Integer JavaDoc(index),
2201      newValue
2202    );
2203  }
2204
2205// ----------------------------------------------------------------------------
2206
// Instance/ImplReferenceAddWithoutQualifier
2207
// ----------------------------------------------------------------------------
2208
public void addOwningGroup (
2209    org.opencrx.security.realm1.cci.PrincipalGroup newValue
2210  ) {
2211    refAddValue(
2212      "org:opencrx:kernel:base:SecureObject:owningGroup",
2213      newValue
2214    );
2215  }
2216
2217// ----------------------------------------------------------------------------
2218
// Instance/ImplReferenceRemoveWithQualifier
2219
// ----------------------------------------------------------------------------
2220
public void removeOwningGroup (
2221    int index
2222  ) {
2223    refRemoveValue(
2224      "org:opencrx:kernel:base:SecureObject:owningGroup",
2225      new Integer JavaDoc(index)
2226    );
2227  }
2228
2229// ----------------------------------------------------------------------------
2230
// Instance/ImplReferenceGet0_1NoQualifier
2231
// ----------------------------------------------------------------------------
2232
public org.opencrx.security.realm1.cci.User getOwningUser(
2233  ) {
2234    return (org.opencrx.security.realm1.cci.User)refGetValue(
2235      "org:opencrx:kernel:base:SecureObject:owningUser"
2236    );
2237  }
2238
2239// ----------------------------------------------------------------------------
2240
// Instance/ImplReferenceSetNoQualifier
2241
// ----------------------------------------------------------------------------
2242
public void setOwningUser(
2243    org.opencrx.security.realm1.cci.User newValue
2244  ) {
2245    refSetValue(
2246      "org:opencrx:kernel:base:SecureObject:owningUser",
2247      newValue
2248    );
2249  }
2250
2251// ----------------------------------------------------------------------------
2252
// Instance/ImplReferenceRemoveOptional
2253
// ----------------------------------------------------------------------------
2254
public void removeOwningUser (
2255  ) {
2256    refRemoveValue(
2257      "org:opencrx:kernel:base:SecureObject:owningUser"
2258    );
2259  }
2260// ----------------------------------------------------------------------------
2261
// Instance/ImplOperation
2262
// ----------------------------------------------------------------------------
2263
public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup(
2264      org.opencrx.kernel.base.cci.RemoveAllOwningGroupParams params
2265  ) throws javax.jmi.reflect.RefException {
2266    java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
2267    args.add(params);
2268    return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation(
2269      "org:opencrx:kernel:base:SecureObject:removeAllOwningGroup",
2270      args
2271    );
2272  }
2273
2274  public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeAllOwningGroup(
2275      short mode
2276  ) throws javax.jmi.reflect.RefException {
2277    return removeAllOwningGroup(
2278      ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createRemoveAllOwningGroupParams(
2279        mode
2280      )
2281    );
2282  }
2283
2284// ----------------------------------------------------------------------------
2285
// Instance/ImplOperation
2286
// ----------------------------------------------------------------------------
2287
public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup(
2288      org.opencrx.kernel.base.cci.ModifyOwningGroupParams params
2289  ) throws javax.jmi.reflect.RefException {
2290    java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
2291    args.add(params);
2292    return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation(
2293      "org:opencrx:kernel:base:SecureObject:removeOwningGroup",
2294      args
2295    );
2296  }
2297
2298  public org.opencrx.kernel.base.cci.ModifySecureObjectResult removeOwningGroup(
2299      org.opencrx.security.realm1.cci.PrincipalGroup group
2300    , short mode
2301  ) throws javax.jmi.reflect.RefException {
2302    return removeOwningGroup(
2303      ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createModifyOwningGroupParams(
2304        group
2305    , mode
2306      )
2307    );
2308  }
2309
2310// ----------------------------------------------------------------------------
2311
// Instance/ImplOperation
2312
// ----------------------------------------------------------------------------
2313
public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel(
2314      org.opencrx.kernel.base.cci.SetAccessLevelParams params
2315  ) throws javax.jmi.reflect.RefException {
2316    java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
2317    args.add(params);
2318    return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation(
2319      "org:opencrx:kernel:base:SecureObject:setAccessLevel",
2320      args
2321    );
2322  }
2323
2324  public org.opencrx.kernel.base.cci.ModifySecureObjectResult setAccessLevel(
2325      short accessLevelBrowse
2326    , short accessLevelDelete
2327    , short accessLevelUpdate
2328    , short mode
2329  ) throws javax.jmi.reflect.RefException {
2330    return setAccessLevel(
2331      ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetAccessLevelParams(
2332        accessLevelBrowse
2333    , accessLevelDelete
2334    , accessLevelUpdate
2335    , mode
2336      )
2337    );
2338  }
2339
2340// ----------------------------------------------------------------------------
2341
// Instance/ImplOperation
2342
// ----------------------------------------------------------------------------
2343
public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser(
2344      org.opencrx.kernel.base.cci.SetOwningUserParams params
2345  ) throws javax.jmi.reflect.RefException {
2346    java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
2347    args.add(params);
2348    return (org.opencrx.kernel.base.cci.ModifySecureObjectResult)refInvokeOperation(
2349      "org:opencrx:kernel:base:SecureObject:setOwningUser",
2350      args
2351    );
2352  }
2353
2354  public org.opencrx.kernel.base.cci.ModifySecureObjectResult setOwningUser(
2355      short mode
2356    , org.opencrx.security.realm1.cci.User user
2357  ) throws javax.jmi.reflect.RefException {
2358    return setOwningUser(
2359      ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createSetOwningUserParams(
2360        mode
2361    , user
2362      )
2363    );
2364  }
2365
2366// ----------------------------------------------------------------------------
2367
// Instance/ImplOperation
2368
// ----------------------------------------------------------------------------
2369
public org.openmdx.base.cci.Void addSubscription(
2370      org.openmdx.base.cci.Void params
2371  ) throws javax.jmi.reflect.RefException {
2372    java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
2373    args.add(params);
2374    return (org.openmdx.base.cci.Void)refInvokeOperation(
2375      "org:opencrx:kernel:base:SubscriptionTarget:addSubscription",
2376      args
2377    );
2378  }
2379
2380  public org.openmdx.base.cci.Void addSubscription(
2381  ) throws javax.jmi.reflect.RefException {
2382    return addSubscription(
2383      ((org.openmdx.base.cci.basePackage)refOutermostPackage().refPackage("org:openmdx:base")).createVoid(
2384              )
2385    );
2386  }
2387
2388// ----------------------------------------------------------------------------
2389
// Instance/ImplOperation
2390
// ----------------------------------------------------------------------------
2391
public org.openmdx.base.cci.Void addSubscriptionForParent(
2392      org.openmdx.base.cci.Void params
2393  ) throws javax.jmi.reflect.RefException {
2394    java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
2395    args.add(params);
2396    return (org.openmdx.base.cci.Void)refInvokeOperation(
2397      "org:opencrx:kernel:base:SubscriptionTarget:addSubscriptionForParent",
2398      args
2399    );
2400  }
2401
2402  public org.openmdx.base.cci.Void addSubscriptionForParent(
2403  ) throws javax.jmi.reflect.RefException {
2404    return addSubscriptionForParent(
2405      ((org.openmdx.base.cci.basePackage)refOutermostPackage().refPackage("org:openmdx:base")).createVoid(
2406              )
2407    );
2408  }
2409
2410// ----------------------------------------------------------------------------
2411
// Instance/ImplOperation
2412
// ----------------------------------------------------------------------------
2413
public org.openmdx.base.cci.Void removeSubscription(
2414      org.openmdx.base.cci.Void params
2415  ) throws javax.jmi.reflect.RefException {
2416    java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
2417    args.add(params);
2418    return (org.openmdx.base.cci.Void)refInvokeOperation(
2419      "org:opencrx:kernel:base:SubscriptionTarget:removeSubscription",
2420      args
2421    );
2422  }
2423
2424  public org.openmdx.base.cci.Void removeSubscription(
2425  ) throws javax.jmi.reflect.RefException {
2426    return removeSubscription(
2427      ((org.openmdx.base.cci.basePackage)refOutermostPackage().refPackage("org:openmdx:base")).createVoid(
2428              )
2429    );
2430  }
2431
2432// ----------------------------------------------------------------------------
2433
// Instance/ImplOperation
2434
// ----------------------------------------------------------------------------
2435
public org.openmdx.base.cci.Void removeSubscriptionForParent(
2436      org.openmdx.base.cci.Void params
2437  ) throws javax.jmi.reflect.RefException {
2438    java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
2439    args.add(params);
2440    return (org.openmdx.base.cci.Void)refInvokeOperation(
2441      "org:opencrx:kernel:base:SubscriptionTarget:removeSubscriptionForParent",
2442      args
2443    );
2444  }
2445
2446  public org.openmdx.base.cci.Void removeSubscriptionForParent(
2447  ) throws javax.jmi.reflect.RefException {
2448    return removeSubscriptionForParent(
2449      ((org.openmdx.base.cci.basePackage)refOutermostPackage().refPackage("org:openmdx:base")).createVoid(
2450              )
2451    );
2452  }
2453
2454// ----------------------------------------------------------------------------
2455
// Instance/ImplOperation
2456
// ----------------------------------------------------------------------------
2457
public org.opencrx.kernel.base.cci.ExportResult exportXml(
2458      org.opencrx.kernel.base.cci.XmlExportParams params
2459  ) throws javax.jmi.reflect.RefException {
2460    java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
2461    args.add(params);
2462    return (org.opencrx.kernel.base.cci.ExportResult)refInvokeOperation(
2463      "org:opencrx:kernel:base:XmlExporter:exportXml",
2464      args
2465    );
2466  }
2467
2468  public org.opencrx.kernel.base.cci.ExportResult exportXml(
2469      String JavaDoc attributeFilter
2470    , String JavaDoc referenceFilter
2471  ) throws javax.jmi.reflect.RefException {
2472    return exportXml(
2473      ((org.opencrx.kernel.base.cci.basePackage)refOutermostPackage().refPackage("org:opencrx:kernel:base")).createXmlExportParams(
2474        attributeFilter
2475    , referenceFilter
2476      )
2477    );
2478  }
2479
2480// ----------------------------------------------------------------------------
2481
// Instance/ImplReferenceSetWithQualifier
2482
// ----------------------------------------------------------------------------
2483
public void setAdditionalExternalLink(
2484    java.util.List JavaDoc newValue
2485  ) {
2486    refSetValue("org:opencrx:kernel:generic:CrxObject:additionalExternalLink", newValue);
2487  }
2488
2489  public void setAdditionalExternalLink(
2490    org.opencrx.kernel.generic.cci.AdditionalExternalLink[] newValue
2491  ) {
2492    refSetValue("org:opencrx:kernel:generic:CrxObject:additionalExternalLink", newValue);
2493  }
2494
2495// ----------------------------------------------------------------------------
2496
// Instance/ImplReferenceGet0_1WithQualifier
2497
// ----------------------------------------------------------------------------
2498
public org.opencrx.kernel.generic.cci.AdditionalExternalLink getAdditionalExternalLink(
2499    String JavaDoc id
2500  ) {
2501    return (org.opencrx.kernel.generic.cci.AdditionalExternalLink)refGetValue(
2502      "org:opencrx:kernel:generic:CrxObject:additionalExternalLink",
2503      id
2504    );
2505  }
2506
2507// ----------------------------------------------------------------------------
2508
// Instance/ImplReferenceGet0_nWithFilter
2509
// ----------------------------------------------------------------------------
2510
public java.util.Collection JavaDoc getAdditionalExternalLink(
2511  ) {
2512    return (java.util.Collection JavaDoc)refGetValue(
2513      "org:opencrx:kernel:generic:CrxObject:additionalExternalLink"
2514    );
2515  }
2516
2517  public java.util.List JavaDoc getAdditionalExternalLink(
2518    org.opencrx.kernel.generic.cci.AdditionalExternalLinkFilter filter
2519  ) {
2520    return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
2521      "org:opencrx:kernel:generic:CrxObject:additionalExternalLink"
2522    )).toList(filter);
2523  }
2524
2525// ----------------------------------------------------------------------------
2526
// Instance/ImplReferenceAddWithQualifier
2527
// ----------------------------------------------------------------------------
2528
public void addAdditionalExternalLink (
2529    String JavaDoc id,
2530    org.opencrx.kernel.generic.cci.AdditionalExternalLink newValue
2531  ) {
2532    refAddValue(
2533      "org:opencrx:kernel:generic:CrxObject:additionalExternalLink",
2534      id,
2535      newValue
2536    );
2537  }
2538
2539// ----------------------------------------------------------------------------
2540
// Instance/ImplReferenceAddWithoutQualifier
2541
// ----------------------------------------------------------------------------
2542
public void addAdditionalExternalLink (
2543    org.opencrx.kernel.generic.cci.AdditionalExternalLink newValue
2544  ) {
2545    refAddValue(
2546      "org:opencrx:kernel:generic:CrxObject:additionalExternalLink",
2547      newValue
2548    );
2549  }
2550
2551// ----------------------------------------------------------------------------
2552
// Instance/ImplReferenceRemoveWithQualifier
2553
// ----------------------------------------------------------------------------
2554
public void removeAdditionalExternalLink (
2555    String JavaDoc id
2556  ) {
2557    refRemoveValue(
2558      "org:opencrx:kernel:generic:CrxObject:additionalExternalLink",
2559      id
2560    );
2561  }
2562
2563// ----------------------------------------------------------------------------
2564
// Instance/ImplReferenceSetWithQualifier
2565
// ----------------------------------------------------------------------------
2566
public void setAttachedDocument(
2567    java.util.List JavaDoc newValue
2568  ) {
2569    refSetValue("org:opencrx:kernel:generic:CrxObject:attachedDocument", newValue);
2570  }
2571
2572  public void setAttachedDocument(
2573    org.opencrx.kernel.generic.cci.DocumentAttachment[] newValue
2574  ) {
2575    refSetValue("org:opencrx:kernel:generic:CrxObject:attachedDocument", newValue);
2576  }
2577
2578// ----------------------------------------------------------------------------
2579
// Instance/ImplReferenceGet0_1WithQualifier
2580
// ----------------------------------------------------------------------------
2581
public org.opencrx.kernel.generic.cci.DocumentAttachment getAttachedDocument(
2582    String JavaDoc id
2583  ) {
2584    return (org.opencrx.kernel.generic.cci.DocumentAttachment)refGetValue(
2585      "org:opencrx:kernel:generic:CrxObject:attachedDocument",
2586      id
2587    );
2588  }
2589
2590// ----------------------------------------------------------------------------
2591
// Instance/ImplReferenceGet0_nWithFilter
2592
// ----------------------------------------------------------------------------
2593
public java.util.Collection JavaDoc getAttachedDocument(
2594  ) {
2595    return (java.util.Collection JavaDoc)refGetValue(
2596      "org:opencrx:kernel:generic:CrxObject:attachedDocument"
2597    );
2598  }
2599
2600  public java.util.List JavaDoc getAttachedDocument(
2601    org.opencrx.kernel.generic.cci.DocumentAttachmentFilter filter
2602  ) {
2603    return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
2604      "org:opencrx:kernel:generic:CrxObject:attachedDocument"
2605    )).toList(filter);
2606  }
2607
2608// ----------------------------------------------------------------------------
2609
// Instance/ImplReferenceAddWithQualifier
2610
// ----------------------------------------------------------------------------
2611
public void addAttachedDocument (
2612    String JavaDoc id,
2613    org.opencrx.kernel.generic.cci.DocumentAttachment newValue
2614  ) {
2615    refAddValue(
2616      "org:opencrx:kernel:generic:CrxObject:attachedDocument",
2617      id,
2618      newValue
2619    );
2620  }
2621
2622// ----------------------------------------------------------------------------
2623
// Instance/ImplReferenceAddWithoutQualifier
2624
// ----------------------------------------------------------------------------
2625
public void addAttachedDocument (
2626    org.opencrx.kernel.generic.cci.DocumentAttachment newValue
2627  ) {
2628    refAddValue(
2629      "org:opencrx:kernel:generic:CrxObject:attachedDocument",
2630      newValue
2631    );
2632  }
2633
2634// ----------------------------------------------------------------------------
2635
// Instance/ImplReferenceRemoveWithQualifier
2636
// ----------------------------------------------------------------------------
2637
public void removeAttachedDocument (
2638    String JavaDoc id
2639  ) {
2640    refRemoveValue(
2641      "org:opencrx:kernel:generic:CrxObject:attachedDocument",
2642      id
2643    );
2644  }
2645
2646// ----------------------------------------------------------------------------
2647
// Instance/ImplAttributeGetList
2648
// ----------------------------------------------------------------------------
2649
public java.util.List JavaDoc getCategory (
2650  ) {
2651    return (java.util.List JavaDoc)this.refGetValue("category");
2652  }
2653  public String JavaDoc getCategory(
2654    int index
2655  ) {
2656    return (String JavaDoc)this.refGetValue("org:opencrx:kernel:generic:CrxObject:category", index);
2657  }
2658
2659// ----------------------------------------------------------------------------
2660
// Instance/ImplAttributeSetList
2661
// ----------------------------------------------------------------------------
2662
public void setCategory(
2663    java.util.List JavaDoc newValue
2664  ) {
2665    refSetValue("org:opencrx:kernel:generic:CrxObject:category", newValue);
2666  }
2667
2668  public void setCategory(
2669    String JavaDoc[] newValue
2670  ) {
2671    refSetValue("org:opencrx:kernel:generic:CrxObject:category", newValue);
2672  }
2673
2674// ----------------------------------------------------------------------------
2675
// Instance/ImplAttributeGet1_1
2676
// ----------------------------------------------------------------------------
2677
public boolean isDisabled(
2678  ) {
2679    return isDisabled(0);
2680  }
2681
2682  protected boolean isDisabled(
2683    int index
2684  ) {
2685    return ((Boolean JavaDoc)this.refGetValue("org:opencrx:kernel:generic:CrxObject:disabled", index)).booleanValue();
2686  }
2687
2688// ----------------------------------------------------------------------------
2689
// Instance/ImplAttributeSet1_1
2690
// ----------------------------------------------------------------------------
2691
public void setDisabled(
2692    boolean newValue
2693  ) {
2694    setDisabled(0, newValue);
2695  }
2696
2697  protected void setDisabled(
2698    int index,
2699    boolean newValue
2700  ) {
2701    refSetValue("org:opencrx:kernel:generic:CrxObject:disabled", index, new Boolean JavaDoc(newValue));
2702  }
2703// ----------------------------------------------------------------------------
2704
// Instance/ImplAttributeGet0_1
2705
// ----------------------------------------------------------------------------
2706
public String JavaDoc getDisabledReason (
2707  ) {
2708    return (String JavaDoc)this.refGetValue("disabledReason", 0);
2709  }
2710// ----------------------------------------------------------------------------
2711
// Instance/ImplAttributeSet0_1
2712
// ----------------------------------------------------------------------------
2713
public void setDisabledReason(
2714    String JavaDoc newValue
2715  ) {
2716    refSetValue("org:opencrx:kernel:generic:CrxObject:disabledReason", 0, newValue);
2717  }
2718
2719// ----------------------------------------------------------------------------
2720
// Instance/ImplAttributeGetList
2721
// ----------------------------------------------------------------------------
2722
public java.util.List JavaDoc getExternalLink (
2723  ) {
2724    return (java.util.List JavaDoc)this.refGetValue("externalLink");
2725  }
2726  public String JavaDoc getExternalLink(
2727    int index
2728  ) {
2729    return (String JavaDoc)this.refGetValue("org:opencrx:kernel:generic:CrxObject:externalLink", index);
2730  }
2731
2732// ----------------------------------------------------------------------------
2733
// Instance/ImplAttributeSetList
2734
// ----------------------------------------------------------------------------
2735
public void setExternalLink(
2736    java.util.List JavaDoc newValue
2737  ) {
2738    refSetValue("org:opencrx:kernel:generic:CrxObject:externalLink", newValue);
2739  }
2740
2741  public void setExternalLink(
2742    String JavaDoc[] newValue
2743  ) {
2744    refSetValue("org:opencrx:kernel:generic:CrxObject:externalLink", newValue);
2745  }
2746
2747// ----------------------------------------------------------------------------
2748
// Instance/ImplReferenceSetWithQualifier
2749
// ----------------------------------------------------------------------------
2750
public void setMedia(
2751    java.util.List JavaDoc newValue
2752  ) {
2753    refSetValue("org:opencrx:kernel:generic:CrxObject:media", newValue);
2754  }
2755
2756  public void setMedia(
2757    org.opencrx.kernel.generic.cci.Media[] newValue
2758  ) {
2759    refSetValue("org:opencrx:kernel:generic:CrxObject:media", newValue);
2760  }
2761
2762// ----------------------------------------------------------------------------
2763
// Instance/ImplReferenceGet0_1WithQualifier
2764
// ----------------------------------------------------------------------------
2765
public org.opencrx.kernel.generic.cci.Media getMedia(
2766    String JavaDoc id
2767  ) {
2768    return (org.opencrx.kernel.generic.cci.Media)refGetValue(
2769      "org:opencrx:kernel:generic:CrxObject:media",
2770      id
2771    );
2772  }
2773
2774// ----------------------------------------------------------------------------
2775
// Instance/ImplReferenceGet0_nWithFilter
2776
// ----------------------------------------------------------------------------
2777
public java.util.Collection JavaDoc getMedia(
2778  ) {
2779    return (java.util.Collection JavaDoc)refGetValue(
2780      "org:opencrx:kernel:generic:CrxObject:media"
2781    );
2782  }
2783
2784  public java.util.List JavaDoc getMedia(
2785    org.opencrx.kernel.generic.cci.MediaFilter filter
2786  ) {
2787    return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
2788      "org:opencrx:kernel:generic:CrxObject:media"
2789    )).toList(filter);
2790  }
2791
2792// ----------------------------------------------------------------------------
2793
// Instance/ImplReferenceAddWithQualifier
2794
// ----------------------------------------------------------------------------
2795
public void addMedia (
2796    String JavaDoc id,
2797    org.opencrx.kernel.generic.cci.Media newValue
2798  ) {
2799    refAddValue(
2800      "org:opencrx:kernel:generic:CrxObject:media",
2801      id,
2802      newValue
2803    );
2804  }
2805
2806// ----------------------------------------------------------------------------
2807
// Instance/ImplReferenceAddWithoutQualifier
2808
// ----------------------------------------------------------------------------
2809
public void addMedia (
2810    org.opencrx.kernel.generic.cci.Media newValue
2811  ) {
2812    refAddValue(
2813      "org:opencrx:kernel:generic:CrxObject:media",
2814      newValue
2815    );
2816  }
2817
2818// ----------------------------------------------------------------------------
2819
// Instance/ImplReferenceRemoveWithQualifier
2820
// ----------------------------------------------------------------------------
2821
public void removeMedia (
2822    String JavaDoc id
2823  ) {
2824    refRemoveValue(
2825      "org:opencrx:kernel:generic:CrxObject:media",
2826      id
2827    );
2828  }
2829
2830// ----------------------------------------------------------------------------
2831
// Instance/ImplReferenceSetWithQualifier
2832
// ----------------------------------------------------------------------------
2833
public void setNote(
2834    java.util.List JavaDoc newValue
2835  ) {
2836    refSetValue("org:opencrx:kernel:generic:CrxObject:note", newValue);
2837  }
2838
2839  public void setNote(
2840    org.opencrx.kernel.generic.cci.Note[] newValue
2841  ) {
2842    refSetValue("org:opencrx:kernel:generic:CrxObject:note", newValue);
2843  }
2844
2845// ----------------------------------------------------------------------------
2846
// Instance/ImplReferenceGet0_1WithQualifier
2847
// ----------------------------------------------------------------------------
2848
public org.opencrx.kernel.generic.cci.Note getNote(
2849    String JavaDoc id
2850  ) {
2851    return (org.opencrx.kernel.generic.cci.Note)refGetValue(
2852      "org:opencrx:kernel:generic:CrxObject:note",
2853      id
2854    );
2855  }
2856
2857// ----------------------------------------------------------------------------
2858
// Instance/ImplReferenceGet0_nWithFilter
2859
// ----------------------------------------------------------------------------
2860
public java.util.Collection JavaDoc getNote(
2861  ) {
2862    return (java.util.Collection JavaDoc)refGetValue(
2863      "org:opencrx:kernel:generic:CrxObject:note"
2864    );
2865  }
2866
2867  public java.util.List JavaDoc getNote(
2868    org.opencrx.kernel.generic.cci.NoteFilter filter
2869  ) {
2870    return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
2871      "org:opencrx:kernel:generic:CrxObject:note"
2872    )).toList(filter);
2873  }
2874
2875// ----------------------------------------------------------------------------
2876
// Instance/ImplReferenceAddWithQualifier
2877
// ----------------------------------------------------------------------------
2878
public void addNote (
2879    String JavaDoc id,
2880    org.opencrx.kernel.generic.cci.Note newValue
2881  ) {
2882    refAddValue(
2883      "org:opencrx:kernel:generic:CrxObject:note",
2884      id,
2885      newValue
2886    );
2887  }
2888
2889// ----------------------------------------------------------------------------
2890
// Instance/ImplReferenceAddWithoutQualifier
2891
// ----------------------------------------------------------------------------
2892
public void addNote (
2893    org.opencrx.kernel.generic.cci.Note newValue
2894  ) {
2895    refAddValue(
2896      "org:opencrx:kernel:generic:CrxObject:note",
2897      newValue
2898    );
2899  }
2900
2901// ----------------------------------------------------------------------------
2902
// Instance/ImplReferenceRemoveWithQualifier
2903
// ----------------------------------------------------------------------------
2904
public void removeNote (
2905    String JavaDoc id
2906  ) {
2907    refRemoveValue(
2908      "org:opencrx:kernel:generic:CrxObject:note",
2909      id
2910    );
2911  }
2912
2913// ----------------------------------------------------------------------------
2914
// Instance/ImplReferenceSetWithQualifier
2915
// ----------------------------------------------------------------------------
2916
public void setRating(
2917    java.util.List JavaDoc newValue
2918  ) {
2919    refSetValue("org:opencrx:kernel:generic:CrxObject:rating", newValue);
2920  }
2921
2922  public void setRating(
2923    org.opencrx.kernel.generic.cci.Rating[] newValue
2924  ) {
2925    refSetValue("org:opencrx:kernel:generic:CrxObject:rating", newValue);
2926  }
2927
2928// ----------------------------------------------------------------------------
2929
// Instance/ImplReferenceGet0_1WithQualifier
2930
// ----------------------------------------------------------------------------
2931
public org.opencrx.kernel.generic.cci.Rating getRating(
2932    String JavaDoc id
2933  ) {
2934    return (org.opencrx.kernel.generic.cci.Rating)refGetValue(
2935      "org:opencrx:kernel:generic:CrxObject:rating",
2936      id
2937    );
2938  }
2939
2940// ----------------------------------------------------------------------------
2941
// Instance/ImplReferenceGet0_nWithFilter
2942
// ----------------------------------------------------------------------------
2943
public java.util.Collection JavaDoc getRating(
2944  ) {
2945    return (java.util.Collection JavaDoc)refGetValue(
2946      "org:opencrx:kernel:generic:CrxObject:rating"
2947    );
2948  }
2949
2950  public java.util.List JavaDoc getRating(
2951    org.opencrx.kernel.generic.cci.RatingFilter filter
2952  ) {
2953    return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
2954      "org:opencrx:kernel:generic:CrxObject:rating"
2955    )).toList(filter);
2956  }
2957
2958// ----------------------------------------------------------------------------
2959
// Instance/ImplReferenceAddWithQualifier
2960
// ----------------------------------------------------------------------------
2961
public void addRating (
2962    String JavaDoc id,
2963    org.opencrx.kernel.generic.cci.Rating newValue
2964  ) {
2965    refAddValue(
2966      "org:opencrx:kernel:generic:CrxObject:rating",
2967      id,
2968      newValue
2969    );
2970  }
2971
2972// ----------------------------------------------------------------------------
2973
// Instance/ImplReferenceAddWithoutQualifier
2974
// ----------------------------------------------------------------------------
2975
public void addRating (
2976    org.opencrx.kernel.generic.cci.Rating newValue
2977  ) {
2978    refAddValue(
2979      "org:opencrx:kernel:generic:CrxObject:rating",
2980      newValue
2981    );
2982  }
2983
2984// ----------------------------------------------------------------------------
2985
// Instance/ImplReferenceRemoveWithQualifier
2986
// ----------------------------------------------------------------------------
2987
public void removeRating (
2988    String JavaDoc id
2989  ) {
2990    refRemoveValue(
2991      "org:opencrx:kernel:generic:CrxObject:rating",
2992      id
2993    );
2994  }
2995
2996// ----------------------------------------------------------------------------
2997
// Instance/ImplAttributeGet0_1
2998
// ----------------------------------------------------------------------------
2999
public Boolean JavaDoc isUserBoolean0 (
3000  ) {
3001    return (Boolean JavaDoc)this.refGetValue("userBoolean0", 0);
3002  }
3003// ----------------------------------------------------------------------------
3004
// Instance/ImplAttributeSet0_1
3005
// ----------------------------------------------------------------------------
3006
public void setUserBoolean0(
3007    Boolean JavaDoc newValue
3008  ) {
3009    refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean0", 0, newValue);
3010  }
3011
3012// ----------------------------------------------------------------------------
3013
// Instance/ImplAttributeGet0_1
3014
// ----------------------------------------------------------------------------
3015
public Boolean JavaDoc isUserBoolean1 (
3016  ) {
3017    return (Boolean JavaDoc)this.refGetValue("userBoolean1", 0);
3018  }
3019// ----------------------------------------------------------------------------
3020
// Instance/ImplAttributeSet0_1
3021
// ----------------------------------------------------------------------------
3022
public void setUserBoolean1(
3023    Boolean JavaDoc newValue
3024  ) {
3025    refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean1", 0, newValue);
3026  }
3027
3028// ----------------------------------------------------------------------------
3029
// Instance/ImplAttributeGet0_1
3030
// ----------------------------------------------------------------------------
3031
public Boolean JavaDoc isUserBoolean2 (
3032  ) {
3033    return (Boolean JavaDoc)this.refGetValue("userBoolean2", 0);
3034  }
3035// ----------------------------------------------------------------------------
3036
// Instance/ImplAttributeSet0_1
3037
// ----------------------------------------------------------------------------
3038
public void setUserBoolean2(
3039    Boolean JavaDoc newValue
3040  ) {
3041    refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean2", 0, newValue);
3042  }
3043
3044// ----------------------------------------------------------------------------
3045
// Instance/ImplAttributeGet0_1
3046
// ----------------------------------------------------------------------------
3047
public Boolean JavaDoc isUserBoolean3 (
3048  ) {
3049    return (Boolean JavaDoc)this.refGetValue("userBoolean3", 0);
3050  }
3051// ----------------------------------------------------------------------------
3052
// Instance/ImplAttributeSet0_1
3053
// ----------------------------------------------------------------------------
3054
public void setUserBoolean3(
3055    Boolean JavaDoc newValue
3056  ) {
3057    refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean3", 0, newValue);
3058  }
3059
3060// ----------------------------------------------------------------------------
3061
// Instance/ImplAttributeGetList
3062
// ----------------------------------------------------------------------------
3063
public java.util.List JavaDoc isUserBoolean4 (
3064  ) {
3065    return (java.util.List JavaDoc)this.refGetValue("userBoolean4");
3066  }
3067  public boolean isUserBoolean4(
3068    int index
3069  ) {
3070    return ((Boolean JavaDoc)this.refGetValue("org:opencrx:kernel:generic:CrxObject:userBoolean4", index)).booleanValue();
3071  }
3072
3073// ----------------------------------------------------------------------------
3074
// Instance/ImplAttributeSetList
3075
// ----------------------------------------------------------------------------
3076
public void setUserBoolean4(
3077    java.util.List JavaDoc newValue
3078  ) {
3079    refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean4", newValue);
3080  }
3081
3082  public void setUserBoolean4(
3083    boolean[] newValue
3084  ) {
3085    refSetValue("org:opencrx:kernel:generic:CrxObject:userBoolean4", newValue);
3086  }
3087
3088// ----------------------------------------------------------------------------
3089
// Instance/ImplAttributeGet0_1
3090
// ----------------------------------------------------------------------------
3091
public Short JavaDoc getUserCode0 (
3092  ) {
3093    return (Short JavaDoc)this.refGetValue("userCode0", 0);
3094  }
3095// ----------------------------------------------------------------------------
3096
// Instance/ImplAttributeSet0_1
3097
// ----------------------------------------------------------------------------
3098
public void setUserCode0(
3099    Short JavaDoc newValue
3100  ) {
3101    refSetValue("org:opencrx:kernel:generic:CrxObject:userCode0", 0, newValue);
3102  }
3103
3104// ----------------------------------------------------------------------------
3105
// Instance/ImplAttributeGet0_1
3106
// ----------------------------------------------------------------------------
3107
public Short JavaDoc getUserCode1 (
3108  ) {
3109    return (Short JavaDoc)this.refGetValue("userCode1", 0);
3110  }
3111// ----------------------------------------------------------------------------
3112
// Instance/ImplAttributeSet0_1
3113
// ----------------------------------------------------------------------------
3114
public void setUserCode1(
3115    Short JavaDoc newValue
3116  ) {
3117    refSetValue("org:opencrx:kernel:generic:CrxObject:userCode1", 0, newValue);
3118  }
3119
3120// ----------------------------------------------------------------------------
3121
// Instance/ImplAttributeGet0_1
3122
// ----------------------------------------------------------------------------
3123
public Short JavaDoc getUserCode2 (
3124  ) {
3125    return (Short JavaDoc)this.refGetValue("userCode2", 0);
3126  }
3127// ----------------------------------------------------------------------------
3128
// Instance/ImplAttributeSet0_1
3129
// ----------------------------------------------------------------------------
3130
public void setUserCode2(
3131    Short JavaDoc newValue
3132  ) {
3133    refSetValue("org:opencrx:kernel:generic:CrxObject:userCode2", 0, newValue);
3134  }
3135
3136// ----------------------------------------------------------------------------
3137
// Instance/ImplAttributeGet0_1
3138
// ----------------------------------------------------------------------------
3139
public Short JavaDoc getUserCode3 (
3140  ) {
3141    return (Short JavaDoc)this.refGetValue("userCode3", 0);
3142  }
3143// ----------------------------------------------------------------------------
3144
// Instance/ImplAttributeSet0_1
3145
// ----------------------------------------------------------------------------
3146
public void setUserCode3(
3147    Short JavaDoc newValue
3148  ) {
3149    refSetValue("org:opencrx:kernel:generic:CrxObject:userCode3", 0, newValue);
3150  }
3151
3152// ----------------------------------------------------------------------------
3153
// Instance/ImplAttributeGetList
3154
// ----------------------------------------------------------------------------
3155
public java.util.List JavaDoc getUserCode4 (
3156  ) {
3157    return (java.util.List JavaDoc)this.refGetValue("userCode4");
3158  }
3159  public short getUserCode4(
3160    int index
3161  ) {
3162    return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:generic:CrxObject:userCode4", index)).shortValue();
3163  }
3164
3165// ----------------------------------------------------------------------------
3166
// Instance/ImplAttributeSetList
3167
// ----------------------------------------------------------------------------
3168
public void setUserCode4(
3169    java.util.List JavaDoc newValue
3170  ) {
3171    refSetValue("org:opencrx:kernel:generic:CrxObject:userCode4", newValue);
3172  }
3173
3174  public void setUserCode4(
3175    short[] newValue
3176  ) {
3177    refSetValue("org:opencrx:kernel:generic:CrxObject:userCode4", newValue);
3178  }
3179
3180// ----------------------------------------------------------------------------
3181
// Instance/ImplAttributeGet0_1
3182
// ----------------------------------------------------------------------------
3183
public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate0 (
3184  ) {
3185    return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("userDate0", 0);
3186  }
3187// ----------------------------------------------------------------------------
3188
// Instance/ImplAttributeSet0_1
3189
// ----------------------------------------------------------------------------
3190
public void setUserDate0(
3191    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
3192  ) {
3193    refSetValue("org:opencrx:kernel:generic:CrxObject:userDate0", 0, newValue);
3194  }
3195
3196// ----------------------------------------------------------------------------
3197
// Instance/ImplAttributeGet0_1
3198
// ----------------------------------------------------------------------------
3199
public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate1 (
3200  ) {
3201    return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("userDate1", 0);
3202  }
3203// ----------------------------------------------------------------------------
3204
// Instance/ImplAttributeSet0_1
3205
// ----------------------------------------------------------------------------
3206
public void setUserDate1(
3207    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
3208  ) {
3209    refSetValue("org:opencrx:kernel:generic:CrxObject:userDate1", 0, newValue);
3210  }
3211
3212// ----------------------------------------------------------------------------
3213
// Instance/ImplAttributeGet0_1
3214
// ----------------------------------------------------------------------------
3215
public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate2 (
3216  ) {
3217    return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("userDate2", 0);
3218  }
3219// ----------------------------------------------------------------------------
3220
// Instance/ImplAttributeSet0_1
3221
// ----------------------------------------------------------------------------
3222
public void setUserDate2(
3223    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
3224  ) {
3225    refSetValue("org:opencrx:kernel:generic:CrxObject:userDate2", 0, newValue);
3226  }
3227
3228// ----------------------------------------------------------------------------
3229
// Instance/ImplAttributeGet0_1
3230
// ----------------------------------------------------------------------------
3231
public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate3 (
3232  ) {
3233    return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("userDate3", 0);
3234  }
3235// ----------------------------------------------------------------------------
3236
// Instance/ImplAttributeSet0_1
3237
// ----------------------------------------------------------------------------
3238
public void setUserDate3(
3239    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar newValue
3240  ) {
3241    refSetValue("org:opencrx:kernel:generic:CrxObject:userDate3", 0, newValue);
3242  }
3243
3244// ----------------------------------------------------------------------------
3245
// Instance/ImplAttributeGetList
3246
// ----------------------------------------------------------------------------
3247
public java.util.List JavaDoc getUserDate4 (
3248  ) {
3249    return (java.util.List JavaDoc)this.refGetValue("userDate4");
3250  }
3251  public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getUserDate4(
3252    int index
3253  ) {
3254    return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("org:opencrx:kernel:generic:CrxObject:userDate4", index);
3255  }
3256
3257// ----------------------------------------------------------------------------
3258
// Instance/ImplAttributeSetList
3259
// ----------------------------------------------------------------------------
3260
public void setUserDate4(
3261    java.util.List JavaDoc newValue
3262  ) {
3263    refSetValue("org:opencrx:kernel:generic:CrxObject:userDate4", newValue);
3264  }
3265
3266  public void setUserDate4(
3267    org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar[] newValue
3268  ) {
3269    refSetValue("org:opencrx:kernel:generic:CrxObject:userDate4", newValue);
3270  }
3271
3272// ----------------------------------------------------------------------------
3273
// Instance/ImplAttributeGet0_1
3274
// ----------------------------------------------------------------------------
3275
public java.util.Date JavaDoc getUserDateTime0 (
3276  ) {
3277    return (java.util.Date JavaDoc)this.refGetValue("userDateTime0", 0);
3278  }
3279// ----------------------------------------------------------------------------
3280
// Instance/ImplAttributeSet0_1
3281
// ----------------------------------------------------------------------------
3282
public void setUserDateTime0(
3283    java.util.Date JavaDoc newValue
3284  ) {
3285    refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime0", 0, newValue);
3286  }
3287
3288// ----------------------------------------------------------------------------
3289
// Instance/ImplAttributeGet0_1
3290
// ----------------------------------------------------------------------------
3291
public java.util.Date JavaDoc getUserDateTime1 (
3292  ) {
3293    return (java.util.Date JavaDoc)this.refGetValue("userDateTime1", 0);
3294  }
3295// ----------------------------------------------------------------------------
3296
// Instance/ImplAttributeSet0_1
3297
// ----------------------------------------------------------------------------
3298
public void setUserDateTime1(
3299    java.util.Date JavaDoc newValue
3300  ) {
3301    refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime1", 0, newValue);
3302  }
3303
3304// ----------------------------------------------------------------------------
3305
// Instance/ImplAttributeGet0_1
3306
// ----------------------------------------------------------------------------
3307
public java.util.Date JavaDoc getUserDateTime2 (
3308  ) {
3309    return (java.util.Date JavaDoc)this.refGetValue("userDateTime2", 0);
3310  }
3311// ----------------------------------------------------------------------------
3312
// Instance/ImplAttributeSet0_1
3313
// ----------------------------------------------------------------------------
3314
public void setUserDateTime2(
3315    java.util.Date JavaDoc newValue
3316  ) {
3317    refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime2", 0, newValue);
3318  }
3319
3320// ----------------------------------------------------------------------------
3321
// Instance/ImplAttributeGet0_1
3322
// ----------------------------------------------------------------------------
3323
public java.util.Date JavaDoc getUserDateTime3 (
3324  ) {
3325    return (java.util.Date JavaDoc)this.refGetValue("userDateTime3", 0);
3326  }
3327// ----------------------------------------------------------------------------
3328
// Instance/ImplAttributeSet0_1
3329
// ----------------------------------------------------------------------------
3330
public void setUserDateTime3(
3331    java.util.Date JavaDoc newValue
3332  ) {
3333    refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime3", 0, newValue);
3334  }
3335
3336// ----------------------------------------------------------------------------
3337
// Instance/ImplAttributeGetList
3338
// ----------------------------------------------------------------------------
3339
public java.util.List JavaDoc getUserDateTime4 (
3340  ) {
3341    return (java.util.List JavaDoc)this.refGetValue("userDateTime4");
3342  }
3343  public java.util.Date JavaDoc getUserDateTime4(
3344    int index
3345  ) {
3346    return (java.util.Date JavaDoc)this.refGetValue("org:opencrx:kernel:generic:CrxObject:userDateTime4", index);
3347  }
3348
3349// ----------------------------------------------------------------------------
3350
// Instance/ImplAttributeSetList
3351
// ----------------------------------------------------------------------------
3352
public void setUserDateTime4(
3353    java.util.List JavaDoc newValue
3354  ) {
3355    refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime4", newValue);
3356  }
3357
3358  public void setUserDateTime4(
3359    java.util.Date JavaDoc[] newValue
3360  ) {
3361    refSetValue("org:opencrx:kernel:generic:CrxObject:userDateTime4", newValue);
3362  }
3363
3364// ----------------------------------------------------------------------------
3365
// Instance/ImplAttributeGet0_1
3366
// ----------------------------------------------------------------------------
3367
public java.math.BigDecimal JavaDoc getUserNumber0 (
3368  ) {
3369    return (java.math.BigDecimal JavaDoc)this.refGetValue("userNumber0", 0);
3370  }
3371// ----------------------------------------------------------------------------
3372
// Instance/ImplAttributeSet0_1
3373
// ----------------------------------------------------------------------------
3374
public void setUserNumber0(
3375    java.math.BigDecimal JavaDoc newValue
3376  ) {
3377    refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber0", 0, newValue);
3378  }
3379
3380// ----------------------------------------------------------------------------
3381
// Instance/ImplAttributeGet0_1
3382
// ----------------------------------------------------------------------------
3383
public java.math.BigDecimal JavaDoc getUserNumber1 (
3384  ) {
3385    return (java.math.BigDecimal JavaDoc)this.refGetValue("userNumber1", 0);
3386  }
3387// ----------------------------------------------------------------------------
3388
// Instance/ImplAttributeSet0_1
3389
// ----------------------------------------------------------------------------
3390
public void setUserNumber1(
3391    java.math.BigDecimal JavaDoc newValue
3392  ) {
3393    refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber1", 0, newValue);
3394  }
3395
3396// ----------------------------------------------------------------------------
3397
// Instance/ImplAttributeGet0_1
3398
// ----------------------------------------------------------------------------
3399
public java.math.BigDecimal JavaDoc getUserNumber2 (
3400  ) {
3401    return (java.math.BigDecimal JavaDoc)this.refGetValue("userNumber2", 0);
3402  }
3403// ----------------------------------------------------------------------------
3404
// Instance/ImplAttributeSet0_1
3405
// ----------------------------------------------------------------------------
3406
public void setUserNumber2(
3407    java.math.BigDecimal JavaDoc newValue
3408  ) {
3409    refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber2", 0, newValue);
3410  }
3411
3412// ----------------------------------------------------------------------------
3413
// Instance/ImplAttributeGet0_1
3414
// ----------------------------------------------------------------------------
3415
public java.math.BigDecimal JavaDoc getUserNumber3 (
3416  ) {
3417    return (java.math.BigDecimal JavaDoc)this.refGetValue("userNumber3", 0);
3418  }
3419// ----------------------------------------------------------------------------
3420
// Instance/ImplAttributeSet0_1
3421
// ----------------------------------------------------------------------------
3422
public void setUserNumber3(
3423    java.math.BigDecimal JavaDoc newValue
3424  ) {
3425    refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber3", 0, newValue);
3426  }
3427
3428// ----------------------------------------------------------------------------
3429
// Instance/ImplAttributeGetList
3430
// ----------------------------------------------------------------------------
3431
public java.util.List JavaDoc getUserNumber4 (
3432  ) {
3433    return (java.util.List JavaDoc)this.refGetValue("userNumber4");
3434  }
3435  public java.math.BigDecimal JavaDoc getUserNumber4(
3436    int index
3437  ) {
3438    return (java.math.BigDecimal JavaDoc)this.refGetValue("org:opencrx:kernel:generic:CrxObject:userNumber4", index);
3439  }
3440
3441// ----------------------------------------------------------------------------
3442
// Instance/ImplAttributeSetList
3443
// ----------------------------------------------------------------------------
3444
public void setUserNumber4(
3445    java.util.List JavaDoc newValue
3446  ) {
3447    refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber4", newValue);
3448  }
3449
3450  public void setUserNumber4(
3451    java.math.BigDecimal JavaDoc[] newValue
3452  ) {
3453    refSetValue("org:opencrx:kernel:generic:CrxObject:userNumber4", newValue);
3454  }
3455
3456// ----------------------------------------------------------------------------
3457
// Instance/ImplAttributeGet0_1
3458
// ----------------------------------------------------------------------------
3459
public String JavaDoc getUserString0 (
3460  ) {
3461    return (String JavaDoc)this.refGetValue("userString0", 0);
3462  }
3463// ----------------------------------------------------------------------------
3464
// Instance/ImplAttributeSet0_1
3465
// ----------------------------------------------------------------------------
3466
public void setUserString0(
3467    String JavaDoc newValue
3468  ) {
3469    refSetValue("org:opencrx:kernel:generic:CrxObject:userString0", 0, newValue);
3470  }
3471
3472// ----------------------------------------------------------------------------
3473
// Instance/ImplAttributeGet0_1
3474
// ----------------------------------------------------------------------------
3475
public String JavaDoc getUserString1 (
3476  ) {
3477    return (String JavaDoc)this.refGetValue("userString1", 0);
3478  }
3479// ----------------------------------------------------------------------------
3480
// Instance/ImplAttributeSet0_1
3481
// ----------------------------------------------------------------------------
3482
public void setUserString1(
3483    String JavaDoc newValue
3484  ) {
3485    refSetValue("org:opencrx:kernel:generic:CrxObject:userString1", 0, newValue);
3486  }
3487
3488// ----------------------------------------------------------------------------
3489
// Instance/ImplAttributeGet0_1
3490
// ----------------------------------------------------------------------------
3491
public String JavaDoc getUserString2 (
3492  ) {
3493    return (String JavaDoc)this.refGetValue("userString2", 0);
3494  }
3495// ----------------------------------------------------------------------------
3496
// Instance/ImplAttributeSet0_1
3497
// ----------------------------------------------------------------------------
3498
public void setUserString2(
3499    String JavaDoc newValue
3500  ) {
3501    refSetValue("org:opencrx:kernel:generic:CrxObject:userString2", 0, newValue);
3502  }
3503
3504// ----------------------------------------------------------------------------
3505
// Instance/ImplAttributeGet0_1
3506
// ----------------------------------------------------------------------------
3507
public String JavaDoc getUserString3 (
3508  ) {
3509    return (String JavaDoc)this.refGetValue("userString3", 0);
3510  }
3511// ----------------------------------------------------------------------------
3512
// Instance/ImplAttributeSet0_1
3513
// ----------------------------------------------------------------------------
3514
public void setUserString3(
3515    String JavaDoc newValue
3516  ) {
3517    refSetValue("org:opencrx:kernel:generic:CrxObject:userString3", 0, newValue);
3518  }
3519
3520// ----------------------------------------------------------------------------
3521
// Instance/ImplAttributeGetList
3522
// ----------------------------------------------------------------------------
3523
public java.util.List JavaDoc getUserString4 (
3524  ) {
3525    return (java.util.List JavaDoc)this.refGetValue("userString4");
3526  }
3527  public String JavaDoc getUserString4(
3528    int index
3529  ) {
3530    return (String JavaDoc)this.refGetValue("org:opencrx:kernel:generic:CrxObject:userString4", index);
3531  }
3532
3533// ----------------------------------------------------------------------------
3534
// Instance/ImplAttributeSetList
3535
// ----------------------------------------------------------------------------
3536
public void setUserString4(
3537    java.util.List JavaDoc newValue
3538  ) {
3539    refSetValue("org:opencrx:kernel:generic:CrxObject:userString4", newValue);
3540  }
3541
3542  public void setUserString4(
3543    String JavaDoc[] newValue
3544  ) {
3545    refSetValue("org:opencrx:kernel:generic:CrxObject:userString4", newValue);
3546  }
3547
3548// ----------------------------------------------------------------------------
3549
// Instance/ImplAttributeGet1_1
3550
// ----------------------------------------------------------------------------
3551
public java.util.Date JavaDoc getCreatedAt(
3552  ) {
3553    return getCreatedAt(0);
3554  }
3555
3556  protected java.util.Date JavaDoc getCreatedAt(
3557    int index
3558  ) {
3559    return (java.util.Date JavaDoc)this.refGetValue("org:openmdx:base:BasicObject:createdAt", index);
3560  }
3561
3562// ----------------------------------------------------------------------------
3563
// Instance/ImplAttributeSet1_1
3564
// ----------------------------------------------------------------------------
3565
protected void setCreatedAt(
3566    java.util.Date JavaDoc newValue
3567  ) {
3568    setCreatedAt(0, newValue);
3569  }
3570
3571  protected void setCreatedAt(
3572    int index,
3573    java.util.Date JavaDoc newValue
3574  ) {
3575    refSetValue("org:openmdx:base:BasicObject:createdAt", index, newValue);
3576  }
3577// ----------------------------------------------------------------------------
3578
// Instance/ImplAttributeGetSet
3579
// ----------------------------------------------------------------------------
3580
public java.util.Set JavaDoc getCreatedBy (
3581  ) {
3582    return (java.util.Set JavaDoc)this.refGetValue("createdBy");
3583  }
3584// ----------------------------------------------------------------------------
3585
// Instance/ImplAttributeSetSet
3586
// ----------------------------------------------------------------------------
3587
protected void setCreatedBy(
3588    java.util.Set JavaDoc newValue
3589  ) {
3590    refSetValue("org:openmdx:base:BasicObject:createdBy", newValue);
3591  }
3592
3593  protected void setCreatedBy(
3594    String JavaDoc[] newValue
3595  ) {
3596    refSetValue("org:openmdx:base:BasicObject:createdBy", newValue);
3597  }
3598
3599// ----------------------------------------------------------------------------
3600
// Instance/ImplAttributeGet1_1
3601
// ----------------------------------------------------------------------------
3602
public java.util.Date JavaDoc getModifiedAt(
3603  ) {
3604    return getModifiedAt(0);
3605  }
3606
3607  protected java.util.Date JavaDoc getModifiedAt(
3608    int index
3609  ) {
3610    return (java.util.Date JavaDoc)this.refGetValue("org:openmdx:base:BasicObject:modifiedAt", index);
3611  }
3612
3613// ----------------------------------------------------------------------------
3614
// Instance/ImplAttributeSet1_1
3615
// ----------------------------------------------------------------------------
3616
protected void setModifiedAt(
3617    java.util.Date JavaDoc newValue
3618  ) {
3619    setModifiedAt(0, newValue);
3620  }
3621
3622  protected void setModifiedAt(
3623    int index,
3624    java.util.Date JavaDoc newValue
3625  ) {
3626    refSetValue("org:openmdx:base:BasicObject:modifiedAt", index, newValue);
3627  }
3628// ----------------------------------------------------------------------------
3629
// Instance/ImplAttributeGetSet
3630
// ----------------------------------------------------------------------------
3631
public java.util.Set JavaDoc getModifiedBy (
3632  ) {
3633    return (java.util.Set JavaDoc)this.refGetValue("modifiedBy");
3634  }
3635// ----------------------------------------------------------------------------
3636
// Instance/ImplAttributeSetSet
3637
// ----------------------------------------------------------------------------
3638
protected void setModifiedBy(
3639    java.util.Set JavaDoc newValue
3640  ) {
3641    refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue);
3642  }
3643
3644  protected void setModifiedBy(
3645    String JavaDoc[] newValue
3646  ) {
3647    refSetValue("org:openmdx:base:BasicObject:modifiedBy", newValue);
3648  }
3649
3650// ----------------------------------------------------------------------------
3651
// Instance/ImplReferenceSetWithQualifier
3652
// ----------------------------------------------------------------------------
3653
protected void setContext(
3654    java.util.List JavaDoc newValue
3655  ) {
3656    refSetValue("org:openmdx:base:ContextCapable:context", newValue);
3657  }
3658
3659  protected void setContext(
3660    org.openmdx.base.cci.Context[] newValue
3661  ) {
3662    refSetValue("org:openmdx:base:ContextCapable:context", newValue);
3663  }
3664
3665// ----------------------------------------------------------------------------
3666
// Instance/ImplReferenceGet0_1WithQualifier
3667
// ----------------------------------------------------------------------------
3668
public org.openmdx.base.cci.Context getContext(
3669    String JavaDoc id
3670  ) {
3671    return (org.openmdx.base.cci.Context)refGetValue(
3672      "org:openmdx:base:ContextCapable:context",
3673      id
3674    );
3675  }
3676
3677// ----------------------------------------------------------------------------
3678
// Instance/ImplReferenceGet0_nNoFilter
3679
// ----------------------------------------------------------------------------
3680
public java.util.Collection JavaDoc getContext(
3681  ) {
3682    return (java.util.Collection JavaDoc)refGetValue(
3683      "org:openmdx:base:ContextCapable:context"
3684    );
3685  }
3686
3687// ----------------------------------------------------------------------------
3688
// Instance/ImplReferenceAddWithQualifier
3689
// ----------------------------------------------------------------------------
3690
protected void addContext (
3691    String JavaDoc id,
3692    org.openmdx.base.cci.Context newValue
3693  ) {
3694    refAddValue(
3695      "org:openmdx:base:ContextCapable:context",
3696      id,
3697      newValue
3698    );
3699  }
3700
3701// ----------------------------------------------------------------------------
3702
// Instance/ImplReferenceAddWithoutQualifier
3703
// ----------------------------------------------------------------------------
3704
protected void addContext (
3705    org.openmdx.base.cci.Context newValue
3706  ) {
3707    refAddValue(
3708      "org:openmdx:base:ContextCapable:context",
3709      newValue
3710    );
3711  }
3712
3713// ----------------------------------------------------------------------------
3714
// Instance/ImplReferenceRemoveWithQualifier
3715
// ----------------------------------------------------------------------------
3716
protected void removeContext (
3717    String JavaDoc id
3718  ) {
3719    refRemoveValue(
3720      "org:openmdx:base:ContextCapable:context",
3721      id
3722    );
3723  }
3724
3725// ----------------------------------------------------------------------------
3726
// Instance/ImplAttributeGet1_1
3727
// ----------------------------------------------------------------------------
3728
public String JavaDoc getIdentity(
3729  ) {
3730    return getIdentity(0);
3731  }
3732
3733  protected String JavaDoc getIdentity(
3734    int index
3735  ) {
3736    return (String JavaDoc)this.refGetValue("org:openmdx:base:ExtentCapable:identity", index);
3737  }
3738
3739// ----------------------------------------------------------------------------
3740
// Instance/ImplAttributeSet1_1
3741
// ----------------------------------------------------------------------------
3742
protected void setIdentity(
3743    String JavaDoc newValue
3744  ) {
3745    setIdentity(0, newValue);
3746  }
3747
3748  protected void setIdentity(
3749    int index,
3750    String JavaDoc newValue
3751  ) {
3752    refSetValue("org:openmdx:base:ExtentCapable:identity", index, newValue);
3753  }
3754// ----------------------------------------------------------------------------
3755
// Instance/ImplReferenceSetWithQualifier
3756
// ----------------------------------------------------------------------------
3757
protected void setView(
3758    java.util.List JavaDoc newValue
3759  ) {
3760    refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue);
3761  }
3762
3763  protected void setView(
3764    org.openmdx.compatibility.view1.cci.View[] newValue
3765  ) {
3766    refSetValue("org:openmdx:compatibility:view1:ViewCapable:view", newValue);
3767  }
3768
3769// ----------------------------------------------------------------------------
3770
// Instance/ImplReferenceGet0_1WithQualifier
3771
// ----------------------------------------------------------------------------
3772
public org.openmdx.compatibility.view1.cci.View getView(
3773    String JavaDoc namespace
3774  ) {
3775    return (org.openmdx.compatibility.view1.cci.View)refGetValue(
3776      "org:openmdx:compatibility:view1:ViewCapable:view",
3777      namespace
3778    );
3779  }
3780
3781// ----------------------------------------------------------------------------
3782
// Instance/ImplReferenceGet0_nWithFilter
3783
// ----------------------------------------------------------------------------
3784
public java.util.Collection JavaDoc getView(
3785  ) {
3786    return (java.util.Collection JavaDoc)refGetValue(
3787      "org:openmdx:compatibility:view1:ViewCapable:view"
3788    );
3789  }
3790
3791  public java.util.List JavaDoc getView(
3792    org.openmdx.compatibility.view1.cci.ViewFilter filter
3793  ) {
3794    return ((org.openmdx.compatibility.base.collection.Container)refGetValue(
3795      "org:openmdx:compatibility:view1:ViewCapable:view"
3796    )).toList(filter);
3797  }
3798
3799// ----------------------------------------------------------------------------
3800
// Instance/ImplReferenceAddWithQualifier
3801
// ----------------------------------------------------------------------------
3802
protected void addView (
3803    String JavaDoc namespace,
3804    org.openmdx.compatibility.view1.cci.View newValue
3805  ) {
3806    refAddValue(
3807      "org:openmdx:compatibility:view1:ViewCapable:view",
3808      namespace,
3809      newValue
3810    );
3811  }
3812
3813// ----------------------------------------------------------------------------
3814
// Instance/ImplReferenceAddWithoutQualifier
3815
// ----------------------------------------------------------------------------
3816
protected void addView (
3817    org.openmdx.compatibility.view1.cci.View newValue
3818  ) {
3819    refAddValue(
3820      "org:openmdx:compatibility:view1:ViewCapable:view",
3821      newValue
3822    );
3823  }
3824
3825// ----------------------------------------------------------------------------
3826
// Instance/ImplReferenceRemoveWithQualifier
3827
// ----------------------------------------------------------------------------
3828
protected void removeView (
3829    String JavaDoc namespace
3830  ) {
3831    refRemoveValue(
3832      "org:openmdx:compatibility:view1:ViewCapable:view",
3833      namespace
3834    );
3835  }
3836
3837// ----------------------------------------------------------------------------
3838
// Instance/ImplEnd
3839
// ----------------------------------------------------------------------------
3840
}
3841
Popular Tags