KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > address1 > cci > PostalAddressable


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:06 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.address1.cci;
14
15 public interface PostalAddressable
16   extends
17  org.opencrx.kernel.generic.cci.Pictured {
18 // ----------------------------------------------------------------------------
19
// Instance/IntfAttributeGetList
20
// ----------------------------------------------------------------------------
21
/**
22    * @return A list containing all elements for this attribute.
23    * @exception JmiException If the values cannot be retrieved for some reason.
24    */

25   public java.util.List JavaDoc getPostalAddressLine(
26   );
27
28   /**
29    * @param index The index of the element to return.
30    * @return The element at the specified position in the list of all values for this attribute.
31    * @exception JmiException If the value cannot be retrieved for some reason.
32    */

33   public String JavaDoc getPostalAddressLine(
34     int index
35   );
36
37 // ----------------------------------------------------------------------------
38
// Instance/IntfAttributeSetList
39
// ----------------------------------------------------------------------------
40
/**
41    * @param newValue A list containing all the new elements for this attribute.
42    * @exception JmiException If the values cannot be set for some reason.
43    */

44   public void setPostalAddressLine(
45     java.util.List JavaDoc newValue
46   );
47
48   /**
49    * @param newValue An array containing all the new elements for this attribute.
50    * @exception JmiException If the values cannot be set for some reason.
51    */

52   public void setPostalAddressLine(
53     String JavaDoc[] newValue
54   );
55
56 // ----------------------------------------------------------------------------
57
// Instance/IntfAttributeGet0_1
58
// ----------------------------------------------------------------------------
59
/**
60    * @return The possibly null value for attribute <code>postalCity</code>.
61    * @exception JmiException If the value cannot be retrieved for some reason.
62    */

63   public String JavaDoc getPostalCity(
64   );
65
66 // ----------------------------------------------------------------------------
67
// Instance/IntfAttributeSet0_1
68
// ----------------------------------------------------------------------------
69

70
71   /**
72    * Sets a new value for the attribute <code>postalCity</code>.
73    * @param newValue The possibly null new value for attribute <code>postalCity</code>.
74    * @exception JmiException If the value cannot be set for some reason.
75    */

76   public void setPostalCity(
77     String JavaDoc newValue
78   );
79
80 // ----------------------------------------------------------------------------
81
// Instance/IntfAttributeGet0_1
82
// ----------------------------------------------------------------------------
83
/**
84    * @return The possibly null value for attribute <code>postalCode</code>.
85    * @exception JmiException If the value cannot be retrieved for some reason.
86    */

87   public String JavaDoc getPostalCode(
88   );
89
90 // ----------------------------------------------------------------------------
91
// Instance/IntfAttributeSet0_1
92
// ----------------------------------------------------------------------------
93

94
95   /**
96    * Sets a new value for the attribute <code>postalCode</code>.
97    * @param newValue The possibly null new value for attribute <code>postalCode</code>.
98    * @exception JmiException If the value cannot be set for some reason.
99    */

100   public void setPostalCode(
101     String JavaDoc newValue
102   );
103
104 // ----------------------------------------------------------------------------
105
// Instance/IntfAttributeGet1_1
106
// ----------------------------------------------------------------------------
107
/**
108    * Retrieves the value for the attribute <code>postalCountry</code>.
109    * @return The non-null value for attribute <code>postalCountry</code>.
110    * @exception JmiException If the value cannot be retrieved for some reason.
111    */

112   public short getPostalCountry(
113   );
114
115 // ----------------------------------------------------------------------------
116
// Instance/IntfAttributeSet1_1
117
// ----------------------------------------------------------------------------
118
/**
119    * Sets a new value for the attribute <code>postalCountry</code>.
120    * @param newValue The non-null new value for attribute <code>postalCountry</code>.
121    * @exception JmiException If the value cannot be set for some reason.
122    */

123   public void setPostalCountry(
124     short newValue
125   );
126
127 // ----------------------------------------------------------------------------
128
// Instance/IntfAttributeGet0_1
129
// ----------------------------------------------------------------------------
130
/**
131    * @return The possibly null value for attribute <code>postalCounty</code>.
132    * @exception JmiException If the value cannot be retrieved for some reason.
133    */

134   public String JavaDoc getPostalCounty(
135   );
136
137 // ----------------------------------------------------------------------------
138
// Instance/IntfAttributeSet0_1
139
// ----------------------------------------------------------------------------
140

141
142   /**
143    * Sets a new value for the attribute <code>postalCounty</code>.
144    * @param newValue The possibly null new value for attribute <code>postalCounty</code>.
145    * @exception JmiException If the value cannot be set for some reason.
146    */

147   public void setPostalCounty(
148     String JavaDoc newValue
149   );
150
151 // ----------------------------------------------------------------------------
152
// Instance/IntfAttributeGet1_1
153
// ----------------------------------------------------------------------------
154
/**
155    * Retrieves the value for the attribute <code>postalFreightTerms</code>.
156    * @return The non-null value for attribute <code>postalFreightTerms</code>.
157    * @exception JmiException If the value cannot be retrieved for some reason.
158    */

159   public short getPostalFreightTerms(
160   );
161
162 // ----------------------------------------------------------------------------
163
// Instance/IntfAttributeSet1_1
164
// ----------------------------------------------------------------------------
165
/**
166    * Sets a new value for the attribute <code>postalFreightTerms</code>.
167    * @param newValue The non-null new value for attribute <code>postalFreightTerms</code>.
168    * @exception JmiException If the value cannot be set for some reason.
169    */

170   public void setPostalFreightTerms(
171     short newValue
172   );
173
174 // ----------------------------------------------------------------------------
175
// Instance/IntfAttributeGet0_1
176
// ----------------------------------------------------------------------------
177
/**
178    * @return The possibly null value for attribute <code>postalLatitude</code>.
179    * @exception JmiException If the value cannot be retrieved for some reason.
180    */

181   public java.math.BigDecimal JavaDoc getPostalLatitude(
182   );
183
184 // ----------------------------------------------------------------------------
185
// Instance/IntfAttributeSet0_1
186
// ----------------------------------------------------------------------------
187

188
189   /**
190    * Sets a new value for the attribute <code>postalLatitude</code>.
191    * @param newValue The possibly null new value for attribute <code>postalLatitude</code>.
192    * @exception JmiException If the value cannot be set for some reason.
193    */

194   public void setPostalLatitude(
195     java.math.BigDecimal JavaDoc newValue
196   );
197
198 // ----------------------------------------------------------------------------
199
// Instance/IntfAttributeGet0_1
200
// ----------------------------------------------------------------------------
201
/**
202    * @return The possibly null value for attribute <code>postalLongitude</code>.
203    * @exception JmiException If the value cannot be retrieved for some reason.
204    */

205   public java.math.BigDecimal JavaDoc getPostalLongitude(
206   );
207
208 // ----------------------------------------------------------------------------
209
// Instance/IntfAttributeSet0_1
210
// ----------------------------------------------------------------------------
211

212
213   /**
214    * Sets a new value for the attribute <code>postalLongitude</code>.
215    * @param newValue The possibly null new value for attribute <code>postalLongitude</code>.
216    * @exception JmiException If the value cannot be set for some reason.
217    */

218   public void setPostalLongitude(
219     java.math.BigDecimal JavaDoc newValue
220   );
221
222 // ----------------------------------------------------------------------------
223
// Instance/IntfAttributeGet0_1
224
// ----------------------------------------------------------------------------
225
/**
226    * @return The possibly null value for attribute <code>postalState</code>.
227    * @exception JmiException If the value cannot be retrieved for some reason.
228    */

229   public String JavaDoc getPostalState(
230   );
231
232 // ----------------------------------------------------------------------------
233
// Instance/IntfAttributeSet0_1
234
// ----------------------------------------------------------------------------
235

236
237   /**
238    * Sets a new value for the attribute <code>postalState</code>.
239    * @param newValue The possibly null new value for attribute <code>postalState</code>.
240    * @exception JmiException If the value cannot be set for some reason.
241    */

242   public void setPostalState(
243     String JavaDoc newValue
244   );
245
246 // ----------------------------------------------------------------------------
247
// Instance/IntfAttributeGetList
248
// ----------------------------------------------------------------------------
249
/**
250    * @return A list containing all elements for this attribute.
251    * @exception JmiException If the values cannot be retrieved for some reason.
252    */

253   public java.util.List JavaDoc getPostalStreet(
254   );
255
256   /**
257    * @param index The index of the element to return.
258    * @return The element at the specified position in the list of all values for this attribute.
259    * @exception JmiException If the value cannot be retrieved for some reason.
260    */

261   public String JavaDoc getPostalStreet(
262     int index
263   );
264
265 // ----------------------------------------------------------------------------
266
// Instance/IntfAttributeSetList
267
// ----------------------------------------------------------------------------
268
/**
269    * @param newValue A list containing all the new elements for this attribute.
270    * @exception JmiException If the values cannot be set for some reason.
271    */

272   public void setPostalStreet(
273     java.util.List JavaDoc newValue
274   );
275
276   /**
277    * @param newValue An array containing all the new elements for this attribute.
278    * @exception JmiException If the values cannot be set for some reason.
279    */

280   public void setPostalStreet(
281     String JavaDoc[] newValue
282   );
283
284 // ----------------------------------------------------------------------------
285
// Instance/IntfAttributeGet1_1
286
// ----------------------------------------------------------------------------
287
/**
288    * Retrieves the value for the attribute <code>postalUtcOffset</code>.
289    * @return The non-null value for attribute <code>postalUtcOffset</code>.
290    * @exception JmiException If the value cannot be retrieved for some reason.
291    */

292   public short getPostalUtcOffset(
293   );
294
295 // ----------------------------------------------------------------------------
296
// Instance/IntfAttributeSet1_1
297
// ----------------------------------------------------------------------------
298
/**
299    * Sets a new value for the attribute <code>postalUtcOffset</code>.
300    * @param newValue The non-null new value for attribute <code>postalUtcOffset</code>.
301    * @exception JmiException If the value cannot be set for some reason.
302    */

303   public void setPostalUtcOffset(
304     short newValue
305   );
306
307 // ----------------------------------------------------------------------------
308
// Instance/IntfEnd.vm
309
// ----------------------------------------------------------------------------
310
}
311
Popular Tags