KickJava   Java API By Example, From Geeks To Geeks.

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


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 PhoneNumberAddressable
16   extends org.openmdx.base.accessor.jmi.cci.RefObject_1_0
17  {
18 // ----------------------------------------------------------------------------
19
// Instance/IntfAttributeGet1_1
20
// ----------------------------------------------------------------------------
21
/**
22    * Retrieves the value for the attribute <code>automaticParsing</code>.
23    * @return The non-null value for attribute <code>automaticParsing</code>.
24    * @exception JmiException If the value cannot be retrieved for some reason.
25    */

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

37   public void setAutomaticParsing(
38     boolean newValue
39   );
40
41 // ----------------------------------------------------------------------------
42
// Instance/IntfAttributeGet0_1
43
// ----------------------------------------------------------------------------
44
/**
45    * @return The possibly null value for attribute <code>phoneCityArea</code>.
46    * @exception JmiException If the value cannot be retrieved for some reason.
47    */

48   public String JavaDoc getPhoneCityArea(
49   );
50
51 // ----------------------------------------------------------------------------
52
// Instance/IntfAttributeSet0_1
53
// ----------------------------------------------------------------------------
54

55
56   /**
57    * Sets a new value for the attribute <code>phoneCityArea</code>.
58    * @param newValue The possibly null new value for attribute <code>phoneCityArea</code>.
59    * @exception JmiException If the value cannot be set for some reason.
60    */

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

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

84   public void setPhoneCountryPrefix(
85     short newValue
86   );
87
88 // ----------------------------------------------------------------------------
89
// Instance/IntfAttributeGet0_1
90
// ----------------------------------------------------------------------------
91
/**
92    * @return The possibly null value for attribute <code>phoneExtension</code>.
93    * @exception JmiException If the value cannot be retrieved for some reason.
94    */

95   public String JavaDoc getPhoneExtension(
96   );
97
98 // ----------------------------------------------------------------------------
99
// Instance/IntfAttributeSet0_1
100
// ----------------------------------------------------------------------------
101

102
103   /**
104    * Sets a new value for the attribute <code>phoneExtension</code>.
105    * @param newValue The possibly null new value for attribute <code>phoneExtension</code>.
106    * @exception JmiException If the value cannot be set for some reason.
107    */

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

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

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

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

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

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

156   public void setPhoneNumberFull(
157     String JavaDoc newValue
158   );
159
160 // ----------------------------------------------------------------------------
161
// Instance/IntfEnd.vm
162
// ----------------------------------------------------------------------------
163
}
164
Popular Tags