1 package org.opencrx.kernel.depot1.cci; 14 15 public class OpenDepotPositionResultImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefStruct_1 17 implements OpenDepotPositionResult { 18 19 public OpenDepotPositionResultImpl( 20 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 refPackage, 21 java.util.List args 22 ) { 23 super(refPackage, args); 24 } 25 26 public OpenDepotPositionResultImpl( 27 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 refPackage, 28 java.lang.Object arg 29 ) { 30 super(refPackage, arg); 31 } 32 33 public String refQualifiedTypeName( 34 ) { 35 return "org:opencrx:kernel:depot1:OpenDepotPositionResult"; 36 } 37 38 public org.opencrx.kernel.depot1.cci.DepotPosition getDepotPosition ( 42 ) { 43 return (org.opencrx.kernel.depot1.cci.DepotPosition)this.refGetValue("depotPosition", 0); 44 } 45 public short getStatus( 49 ) { 50 return getStatus(0); 51 } 52 53 private short getStatus( 54 int index 55 ) { 56 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:depot1:OpenDepotPositionResult:status", index)).shortValue(); 57 } 58 59 public String getStatusMessage ( 63 ) { 64 return (String )this.refGetValue("statusMessage", 0); 65 } 66 } 70 | Popular Tags |