1 package org.opencrx.kernel.address1.cci; 14 15 public interface PhoneNumberAddressable 16 extends org.openmdx.base.accessor.jmi.cci.RefObject_1_0 17 { 18 26 public boolean isAutomaticParsing( 27 ); 28 29 37 public void setAutomaticParsing( 38 boolean newValue 39 ); 40 41 48 public String getPhoneCityArea( 49 ); 50 51 55 56 61 public void setPhoneCityArea( 62 String newValue 63 ); 64 65 73 public short getPhoneCountryPrefix( 74 ); 75 76 84 public void setPhoneCountryPrefix( 85 short newValue 86 ); 87 88 95 public String getPhoneExtension( 96 ); 97 98 102 103 108 public void setPhoneExtension( 109 String newValue 110 ); 111 112 119 public String getPhoneLocalNumber( 120 ); 121 122 126 127 132 public void setPhoneLocalNumber( 133 String newValue 134 ); 135 136 143 public String getPhoneNumberFull( 144 ); 145 146 150 151 156 public void setPhoneNumberFull( 157 String newValue 158 ); 159 160 } 164 | Popular Tags |