1 package org.opencrx.kernel.model1.cci; 14 15 public interface Element 16 extends 17 org.opencrx.kernel.generic.cci.CrxObject { 18 25 public String getAnnotation( 26 ); 27 28 32 33 38 public void setAnnotation( 39 String newValue 40 ); 41 42 50 public org.opencrx.kernel.model1.cci.Namespace getContainer( 51 ); 52 53 61 public void setContainer( 62 org.opencrx.kernel.model1.cci.Namespace newValue 63 ); 64 65 72 public void removeContainer ( 73 ); 74 75 82 public Integer getElementOrder( 83 ); 84 85 89 90 95 public void setElementOrder( 96 Integer newValue 97 ); 98 99 107 public String getName( 108 ); 109 110 118 public void setName( 119 String newValue 120 ); 121 122 130 public String getQualifiedName( 131 ); 132 133 141 public org.opencrx.kernel.model1.cci.Segment getSegment( 142 ); 143 144 151 public java.util.Set getStereotype( 152 ); 153 154 161 public void setStereotype( 162 java.util.Set newValue 163 ); 164 } 168 | Popular Tags |