1 package org.opencrx.kernel.uom1.cci; 14 15 public interface Segment 16 extends 17 org.opencrx.kernel.base.cci.Importer, 18 org.opencrx.kernel.base.cci.SecureObject, 19 org.opencrx.kernel.base.cci.XmlExporter, 20 org.openmdx.base.cci.Segment { 21 31 public org.opencrx.kernel.uom1.cci.Uom getUom( 32 String id 33 ); 34 35 44 public java.util.Collection getUom( 45 ); 46 47 54 public java.util.List getUom( 55 org.opencrx.kernel.uom1.cci.UomFilter filter 56 ); 57 58 66 public void addUom ( 67 String id, 68 org.opencrx.kernel.uom1.cci.Uom newValue 69 ); 70 71 78 public void addUom ( 79 org.opencrx.kernel.uom1.cci.Uom newValue 80 ); 81 82 88 public void removeUom ( 89 String id 90 ); 91 101 public org.opencrx.kernel.uom1.cci.UomSchedule getUomSchedule( 102 String id 103 ); 104 105 114 public java.util.Collection getUomSchedule( 115 ); 116 117 124 public java.util.List getUomSchedule( 125 org.opencrx.kernel.uom1.cci.UomScheduleFilter filter 126 ); 127 128 136 public void addUomSchedule ( 137 String id, 138 org.opencrx.kernel.uom1.cci.UomSchedule newValue 139 ); 140 141 148 public void addUomSchedule ( 149 org.opencrx.kernel.uom1.cci.UomSchedule newValue 150 ); 151 152 158 public void removeUomSchedule ( 159 String id 160 ); 161 } 165 | Popular Tags |