1 package org.opencrx.kernel.depot1.cci; 14 15 public class CancelCompoundBookingResultImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefStruct_1 17 implements CancelCompoundBookingResult { 18 19 public CancelCompoundBookingResultImpl( 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 CancelCompoundBookingResultImpl( 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:CancelCompoundBookingResult"; 36 } 37 38 public org.opencrx.kernel.depot1.cci.CompoundBooking getCancelBooking( 42 ) { 43 return getCancelBooking(0); 44 } 45 46 private org.opencrx.kernel.depot1.cci.CompoundBooking getCancelBooking( 47 int index 48 ) { 49 return (org.opencrx.kernel.depot1.cci.CompoundBooking)this.refGetValue("org:opencrx:kernel:depot1:CancelCompoundBookingResult:cancelBooking", index); 50 } 51 52 public short getStatus( 56 ) { 57 return getStatus(0); 58 } 59 60 private short getStatus( 61 int index 62 ) { 63 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:depot1:CancelCompoundBookingResult:status", index)).shortValue(); 64 } 65 66 public String getStatusMessage ( 70 ) { 71 return (String )this.refGetValue("statusMessage", 0); 72 } 73 } 77 | Popular Tags |