1 package org.opencrx.kernel.depot1.cci; 14 15 public class CreateBookingByPositionParamsImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefStruct_1 17 implements CreateBookingByPositionParams { 18 19 public CreateBookingByPositionParamsImpl( 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 CreateBookingByPositionParamsImpl( 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:CreateBookingByPositionParams"; 36 } 37 38 public org.opencrx.kernel.depot1.cci.BookingText getBookingText ( 42 ) { 43 return (org.opencrx.kernel.depot1.cci.BookingText)this.refGetValue("bookingText", 0); 44 } 45 public String getBookingTextName ( 49 ) { 50 return (String )this.refGetValue("bookingTextName", 0); 51 } 52 public short getBookingType( 56 ) { 57 return getBookingType(0); 58 } 59 60 private short getBookingType( 61 int index 62 ) { 63 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:depot1:CreateBookingByPositionParams:bookingType", index)).shortValue(); 64 } 65 66 public org.opencrx.kernel.depot1.cci.DepotPosition getPositionCredit( 70 ) { 71 return getPositionCredit(0); 72 } 73 74 private org.opencrx.kernel.depot1.cci.DepotPosition getPositionCredit( 75 int index 76 ) { 77 return (org.opencrx.kernel.depot1.cci.DepotPosition)this.refGetValue("org:opencrx:kernel:depot1:CreateBookingByPositionParams:positionCredit", index); 78 } 79 80 public org.opencrx.kernel.depot1.cci.DepotPosition getPositionDebit( 84 ) { 85 return getPositionDebit(0); 86 } 87 88 private org.opencrx.kernel.depot1.cci.DepotPosition getPositionDebit( 89 int index 90 ) { 91 return (org.opencrx.kernel.depot1.cci.DepotPosition)this.refGetValue("org:opencrx:kernel:depot1:CreateBookingByPositionParams:positionDebit", index); 92 } 93 94 public java.math.BigDecimal getQuantity( 98 ) { 99 return getQuantity(0); 100 } 101 102 private java.math.BigDecimal getQuantity( 103 int index 104 ) { 105 return (java.math.BigDecimal )this.refGetValue("org:opencrx:kernel:depot1:CreateBookingByPositionParams:quantity", index); 106 } 107 108 public org.opencrx.kernel.depot1.cci.CompoundBooking getReversalOf ( 112 ) { 113 return (org.opencrx.kernel.depot1.cci.CompoundBooking)this.refGetValue("reversalOf", 0); 114 } 115 public java.util.Date getValueDate( 119 ) { 120 return getValueDate(0); 121 } 122 123 private java.util.Date getValueDate( 124 int index 125 ) { 126 return (java.util.Date )this.refGetValue("org:opencrx:kernel:depot1:CreateBookingByPositionParams:valueDate", index); 127 } 128 129 } 133 | Popular Tags |