KickJava   Java API By Example, From Geeks To Geeks.

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


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 EMail
16   extends
17  org.opencrx.kernel.activity1.cci.Activity {
18 // ----------------------------------------------------------------------------
19
// Instance/IntfAttributeGet0_1
20
// ----------------------------------------------------------------------------
21
/**
22    * @return The possibly null value for attribute <code>deliveryReceiptRequested</code>.
23    * @exception JmiException If the value cannot be retrieved for some reason.
24    */

25   public Boolean JavaDoc isDeliveryReceiptRequested(
26   );
27
28 // ----------------------------------------------------------------------------
29
// Instance/IntfAttributeSet0_1
30
// ----------------------------------------------------------------------------
31

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

38   public void setDeliveryReceiptRequested(
39     Boolean JavaDoc newValue
40   );
41
42 // ----------------------------------------------------------------------------
43
// Instance/IntfReferenceGet0_1WithQualifier
44
// ----------------------------------------------------------------------------
45
/**
46    * Retrieves the value for the reference <code>emailRecipient</code> for
47    * the specified qualifier attribute value.
48    * @param id The value for the qualifier attribute that qualifies this reference.
49    * @return The possibly null value for this reference.
50    * @exception JmiException If the value cannot be retrieved for some reason.
51    */

52   public org.opencrx.kernel.activity1.cci.AbstractEMailRecipient getEmailRecipient(
53     String JavaDoc id
54   );
55
56 // ----------------------------------------------------------------------------
57
// Instance/IntfReferenceGet0_nWithFilter
58
// ----------------------------------------------------------------------------
59
/**
60    * Retrieves a collection containing all the elements for the reference
61    * <code>emailRecipient</code>.
62    * @return A collection containing all the elements for this reference.
63    * @exception JmiException If the values cannot be retrieved for some reason.
64    */

65   public java.util.Collection JavaDoc getEmailRecipient(
66   );
67
68   /**
69    * Retrieves the value for the reference <code>emailRecipient</code> for
70    * the specified filter.
71    * @param filter filter which is applied to the set of referenced objects.
72    * @return The filtered collection of referenced objects.
73    * @exception JmiException If the value cannot be retrieved for some reason.
74    */

75   public java.util.List JavaDoc getEmailRecipient(
76     org.opencrx.kernel.activity1.cci.AbstractEMailRecipientFilter filter
77   );
78
79 // ----------------------------------------------------------------------------
80
// Instance/IntfReferenceAddWithQualifier
81
// ----------------------------------------------------------------------------
82
/**
83    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
84    * @param newValue The element to be appended.
85    * @exception JmiException If the value cannot be appended for some reason.
86    */

87   public void addEmailRecipient (
88     String JavaDoc id,
89     org.opencrx.kernel.activity1.cci.AbstractEMailRecipient newValue
90   );
91
92 // ----------------------------------------------------------------------------
93
// Instance/IntfReferenceAddWithoutQualifier
94
// ----------------------------------------------------------------------------
95
/**
96    * @param newValue The element to be appended.
97    * @exception JmiException If the value cannot be appended for some reason.
98    */

99   public void addEmailRecipient (
100     org.opencrx.kernel.activity1.cci.AbstractEMailRecipient newValue
101   );
102
103 // ----------------------------------------------------------------------------
104
// Instance/IntfReferenceRemoveWithQualifier
105
// ----------------------------------------------------------------------------
106
/**
107    * @exception JmiException If the value cannot be removed for some reason.
108    */

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

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

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

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

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

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

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

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

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

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

191   public java.util.Date JavaDoc getSendDate(
192   );
193
194 // ----------------------------------------------------------------------------
195
// Instance/IntfAttributeSet0_1
196
// ----------------------------------------------------------------------------
197

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

204   public void setSendDate(
205     java.util.Date JavaDoc newValue
206   );
207
208 // ----------------------------------------------------------------------------
209
// Instance/IntfReferenceGet0_1NoQualifier
210
// ----------------------------------------------------------------------------
211
/**
212    * Retrieves the value for the optional reference <code>sender</code>.
213    * @return The possibly null value for this reference.
214    * @exception JmiException If the value cannot be retrieved for some reason.
215    */

216   public org.opencrx.kernel.account1.cci.EMailAddress getSender(
217   );
218
219 // ----------------------------------------------------------------------------
220
// Instance/IntfReferenceSetNoQualifier
221
// ----------------------------------------------------------------------------
222
/**
223    * Sets a new value for the reference <code>sender</code>.
224    * @param newValue The non-null new value for this reference.
225    * @exception JmiException If the value cannot be set for some reason.
226    */

227   public void setSender(
228     org.opencrx.kernel.account1.cci.EMailAddress newValue
229   );
230
231 // ----------------------------------------------------------------------------
232
// Instance/IntfReferenceRemoveOptional
233
// ----------------------------------------------------------------------------
234
/**
235    * Removes the value for the optional reference <code>sender</code>.
236    * @exception JmiException If the value cannot be removed for some reason.
237    */

238   public void removeSender (
239   );
240
241 // ----------------------------------------------------------------------------
242
// Instance/IntfEnd.vm
243
// ----------------------------------------------------------------------------
244
}
245
Popular Tags