1 package org.opencrx.kernel.activity1.cci; 14 15 public class ResourceAddWorkRecordByCalendarParamsImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefStruct_1 17 implements ResourceAddWorkRecordByCalendarParams { 18 19 public ResourceAddWorkRecordByCalendarParamsImpl( 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 ResourceAddWorkRecordByCalendarParamsImpl( 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:activity1:ResourceAddWorkRecordByCalendarParams"; 36 } 37 38 public org.opencrx.kernel.activity1.cci.Activity getActivity( 42 ) { 43 return getActivity(0); 44 } 45 46 private org.opencrx.kernel.activity1.cci.Activity getActivity( 47 int index 48 ) { 49 return (org.opencrx.kernel.activity1.cci.Activity)this.refGetValue("org:opencrx:kernel:activity1:ResourceAddWorkRecordByCalendarParams:activity", index); 50 } 51 52 public String getDescription ( 56 ) { 57 return (String )this.refGetValue("description", 0); 58 } 59 public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getEndAt ( 63 ) { 64 return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("endAt", 0); 65 } 66 public String getName( 70 ) { 71 return getName(0); 72 } 73 74 private String getName( 75 int index 76 ) { 77 return (String )this.refGetValue("org:opencrx:kernel:activity1:ResourceAddWorkRecordByCalendarParams:name", index); 78 } 79 80 public short getRateType( 84 ) { 85 return getRateType(0); 86 } 87 88 private short getRateType( 89 int index 90 ) { 91 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:activity1:ResourceAddWorkRecordByCalendarParams:rateType", index)).shortValue(); 92 } 93 94 public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getStartAt ( 98 ) { 99 return (org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar)this.refGetValue("startAt", 0); 100 } 101 } 105 | Popular Tags |