1 package org.opencrx.kernel.address1.cci; 14 15 public interface PostalAddressable 16 extends 17 org.opencrx.kernel.generic.cci.Pictured { 18 25 public java.util.List getPostalAddressLine( 26 ); 27 28 33 public String getPostalAddressLine( 34 int index 35 ); 36 37 44 public void setPostalAddressLine( 45 java.util.List newValue 46 ); 47 48 52 public void setPostalAddressLine( 53 String [] newValue 54 ); 55 56 63 public String getPostalCity( 64 ); 65 66 70 71 76 public void setPostalCity( 77 String newValue 78 ); 79 80 87 public String getPostalCode( 88 ); 89 90 94 95 100 public void setPostalCode( 101 String newValue 102 ); 103 104 112 public short getPostalCountry( 113 ); 114 115 123 public void setPostalCountry( 124 short newValue 125 ); 126 127 134 public String getPostalCounty( 135 ); 136 137 141 142 147 public void setPostalCounty( 148 String newValue 149 ); 150 151 159 public short getPostalFreightTerms( 160 ); 161 162 170 public void setPostalFreightTerms( 171 short newValue 172 ); 173 174 181 public java.math.BigDecimal getPostalLatitude( 182 ); 183 184 188 189 194 public void setPostalLatitude( 195 java.math.BigDecimal newValue 196 ); 197 198 205 public java.math.BigDecimal getPostalLongitude( 206 ); 207 208 212 213 218 public void setPostalLongitude( 219 java.math.BigDecimal newValue 220 ); 221 222 229 public String getPostalState( 230 ); 231 232 236 237 242 public void setPostalState( 243 String newValue 244 ); 245 246 253 public java.util.List getPostalStreet( 254 ); 255 256 261 public String getPostalStreet( 262 int index 263 ); 264 265 272 public void setPostalStreet( 273 java.util.List newValue 274 ); 275 276 280 public void setPostalStreet( 281 String [] newValue 282 ); 283 284 292 public short getPostalUtcOffset( 293 ); 294 295 303 public void setPostalUtcOffset( 304 short newValue 305 ); 306 307 } 311 | Popular Tags |