1 package org.opencrx.kernel.reservation1.cci; 14 15 public interface Event 16 extends 17 org.opencrx.kernel.generic.cci.CrxObject, 18 org.opencrx.kernel.generic.cci.DescriptionContainer { 19 29 public org.opencrx.kernel.reservation1.cci.ContactRole getContact( 30 String id 31 ); 32 33 42 public java.util.Collection getContact( 43 ); 44 45 52 public java.util.List getContact( 53 org.opencrx.kernel.reservation1.cci.ContactRoleFilter filter 54 ); 55 56 64 public void addContact ( 65 String id, 66 org.opencrx.kernel.reservation1.cci.ContactRole newValue 67 ); 68 69 76 public void addContact ( 77 org.opencrx.kernel.reservation1.cci.ContactRole newValue 78 ); 79 80 86 public void removeContact ( 87 String id 88 ); 89 96 public String getDescription( 97 ); 98 99 103 104 109 public void setDescription( 110 String newValue 111 ); 112 113 121 public String getName( 122 ); 123 124 132 public void setName( 133 String newValue 134 ); 135 136 146 public org.opencrx.kernel.reservation1.cci.Part getPart( 147 String id 148 ); 149 150 159 public java.util.Collection getPart( 160 ); 161 162 169 public java.util.List getPart( 170 org.opencrx.kernel.reservation1.cci.PartFilter filter 171 ); 172 173 181 public void addPart ( 182 String id, 183 org.opencrx.kernel.reservation1.cci.Part newValue 184 ); 185 186 193 public void addPart ( 194 org.opencrx.kernel.reservation1.cci.Part newValue 195 ); 196 197 203 public void removePart ( 204 String id 205 ); 206 214 public org.opencrx.kernel.uom1.cci.Uom getSliceUom( 215 ); 216 217 225 public void setSliceUom( 226 org.opencrx.kernel.uom1.cci.Uom newValue 227 ); 228 229 236 public void removeSliceUom ( 237 ); 238 239 247 public org.opencrx.kernel.uom1.cci.Uom getSlotUom( 248 ); 249 250 258 public void setSlotUom( 259 org.opencrx.kernel.uom1.cci.Uom newValue 260 ); 261 262 269 public void removeSlotUom ( 270 ); 271 272 } 276 | Popular Tags |