KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > activity1 > cci > Incident


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

27   public short getCaseOrigin(
28   );
29
30 // ----------------------------------------------------------------------------
31
// Instance/IntfAttributeSet1_1
32
// ----------------------------------------------------------------------------
33
/**
34    * Sets a new value for the attribute <code>caseOrigin</code>.
35    * @param newValue The non-null new value for attribute <code>caseOrigin</code>.
36    * @exception JmiException If the value cannot be set for some reason.
37    */

38   public void setCaseOrigin(
39     short newValue
40   );
41
42 // ----------------------------------------------------------------------------
43
// Instance/IntfAttributeGet1_1
44
// ----------------------------------------------------------------------------
45
/**
46    * Retrieves the value for the attribute <code>caseType</code>.
47    * @return The non-null value for attribute <code>caseType</code>.
48    * @exception JmiException If the value cannot be retrieved for some reason.
49    */

50   public short getCaseType(
51   );
52
53 // ----------------------------------------------------------------------------
54
// Instance/IntfAttributeSet1_1
55
// ----------------------------------------------------------------------------
56
/**
57    * Sets a new value for the attribute <code>caseType</code>.
58    * @param newValue The non-null new value for attribute <code>caseType</code>.
59    * @exception JmiException If the value cannot be set for some reason.
60    */

61   public void setCaseType(
62     short newValue
63   );
64
65 // ----------------------------------------------------------------------------
66
// Instance/IntfAttributeGet1_1
67
// ----------------------------------------------------------------------------
68
/**
69    * Retrieves the value for the attribute <code>customerSatisfaction</code>.
70    * @return The non-null value for attribute <code>customerSatisfaction</code>.
71    * @exception JmiException If the value cannot be retrieved for some reason.
72    */

73   public short getCustomerSatisfaction(
74   );
75
76 // ----------------------------------------------------------------------------
77
// Instance/IntfAttributeSet1_1
78
// ----------------------------------------------------------------------------
79
/**
80    * Sets a new value for the attribute <code>customerSatisfaction</code>.
81    * @param newValue The non-null new value for attribute <code>customerSatisfaction</code>.
82    * @exception JmiException If the value cannot be set for some reason.
83    */

84   public void setCustomerSatisfaction(
85     short newValue
86   );
87
88 // ----------------------------------------------------------------------------
89
// Instance/IntfReferenceGet0_1WithQualifier
90
// ----------------------------------------------------------------------------
91
/**
92    * Retrieves the value for the reference <code>incidentParty</code> for
93    * the specified qualifier attribute value.
94    * @param id The value for the qualifier attribute that qualifies this reference.
95    * @return The possibly null value for this reference.
96    * @exception JmiException If the value cannot be retrieved for some reason.
97    */

98   public org.opencrx.kernel.activity1.cci.IncidentParty getIncidentParty(
99     String JavaDoc id
100   );
101
102 // ----------------------------------------------------------------------------
103
// Instance/IntfReferenceGet0_nWithFilter
104
// ----------------------------------------------------------------------------
105
/**
106    * Retrieves a collection containing all the elements for the reference
107    * <code>incidentParty</code>.
108    * @return A collection containing all the elements for this reference.
109    * @exception JmiException If the values cannot be retrieved for some reason.
110    */

111   public java.util.Collection JavaDoc getIncidentParty(
112   );
113
114   /**
115    * Retrieves the value for the reference <code>incidentParty</code> for
116    * the specified filter.
117    * @param filter filter which is applied to the set of referenced objects.
118    * @return The filtered collection of referenced objects.
119    * @exception JmiException If the value cannot be retrieved for some reason.
120    */

121   public java.util.List JavaDoc getIncidentParty(
122     org.opencrx.kernel.activity1.cci.IncidentPartyFilter filter
123   );
124
125 // ----------------------------------------------------------------------------
126
// Instance/IntfReferenceAddWithQualifier
127
// ----------------------------------------------------------------------------
128
/**
129    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
130    * @param newValue The element to be appended.
131    * @exception JmiException If the value cannot be appended for some reason.
132    */

133   public void addIncidentParty (
134     String JavaDoc id,
135     org.opencrx.kernel.activity1.cci.IncidentParty newValue
136   );
137
138 // ----------------------------------------------------------------------------
139
// Instance/IntfReferenceAddWithoutQualifier
140
// ----------------------------------------------------------------------------
141
/**
142    * @param newValue The element to be appended.
143    * @exception JmiException If the value cannot be appended for some reason.
144    */

145   public void addIncidentParty (
146     org.opencrx.kernel.activity1.cci.IncidentParty newValue
147   );
148
149 // ----------------------------------------------------------------------------
150
// Instance/IntfReferenceRemoveWithQualifier
151
// ----------------------------------------------------------------------------
152
/**
153    * @exception JmiException If the value cannot be removed for some reason.
154    */

155   public void removeIncidentParty (
156     String JavaDoc id
157   );
158 // ----------------------------------------------------------------------------
159
// Instance/IntfAttributeGet1_1
160
// ----------------------------------------------------------------------------
161
/**
162    * Retrieves the value for the attribute <code>reproducibility</code>.
163    * @return The non-null value for attribute <code>reproducibility</code>.
164    * @exception JmiException If the value cannot be retrieved for some reason.
165    */

166   public short getReproducibility(
167   );
168
169 // ----------------------------------------------------------------------------
170
// Instance/IntfAttributeSet1_1
171
// ----------------------------------------------------------------------------
172
/**
173    * Sets a new value for the attribute <code>reproducibility</code>.
174    * @param newValue The non-null new value for attribute <code>reproducibility</code>.
175    * @exception JmiException If the value cannot be set for some reason.
176    */

177   public void setReproducibility(
178     short newValue
179   );
180
181 // ----------------------------------------------------------------------------
182
// Instance/IntfAttributeGet1_1
183
// ----------------------------------------------------------------------------
184
/**
185    * Retrieves the value for the attribute <code>severity</code>.
186    * @return The non-null value for attribute <code>severity</code>.
187    * @exception JmiException If the value cannot be retrieved for some reason.
188    */

189   public short getSeverity(
190   );
191
192 // ----------------------------------------------------------------------------
193
// Instance/IntfAttributeSet1_1
194
// ----------------------------------------------------------------------------
195
/**
196    * Sets a new value for the attribute <code>severity</code>.
197    * @param newValue The non-null new value for attribute <code>severity</code>.
198    * @exception JmiException If the value cannot be set for some reason.
199    */

200   public void setSeverity(
201     short newValue
202   );
203
204 // ----------------------------------------------------------------------------
205
// Instance/IntfEnd.vm
206
// ----------------------------------------------------------------------------
207
}
208
Popular Tags