1 package org.opencrx.kernel.base.cci; 14 15 public class ExportResultImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefStruct_1 17 implements ExportResult { 18 19 public ExportResultImpl( 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 ExportResultImpl( 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:base:ExportResult"; 36 } 37 38 public byte[] getItem ( 42 ) { 43 return (byte[])this.refGetValue("item", 0); 44 } 45 public String getItemMimeType ( 49 ) { 50 return (String )this.refGetValue("itemMimeType", 0); 51 } 52 public String getItemName ( 56 ) { 57 return (String )this.refGetValue("itemName", 0); 58 } 59 public short getStatus( 63 ) { 64 return getStatus(0); 65 } 66 67 private short getStatus( 68 int index 69 ) { 70 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:base:ExportResult:status", index)).shortValue(); 71 } 72 73 public String getStatusMessage ( 77 ) { 78 return (String )this.refGetValue("statusMessage", 0); 79 } 80 } 84 | Popular Tags |