KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > depot1 > cci > CloseDepotPositionResultImpl


1 // ----------------------------------------------------------------------------
2
// StructureType/ImplBegin
3
// ----------------------------------------------------------------------------
4
//////////////////////////////////////////////////////////////////////////////
5
//
6
// Name: $Id: JMIAbstractMapper.java,v 1.11 2006/01/21 23:09:07 wfro Exp $
7
// Generated by: openMDX JMI Mapper
8
// Date: Mon Apr 03 11:38:56 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.depot1.cci;
14
15 public class CloseDepotPositionResultImpl
16   extends org.openmdx.base.accessor.jmi.spi.RefStruct_1
17   implements CloseDepotPositionResult {
18
19   public CloseDepotPositionResultImpl(
20     org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 refPackage,
21     java.util.List JavaDoc args
22   ) {
23     super(refPackage, args);
24   }
25
26   public CloseDepotPositionResultImpl(
27     org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 refPackage,
28     java.lang.Object JavaDoc arg
29   ) {
30     super(refPackage, arg);
31   }
32
33   public String JavaDoc refQualifiedTypeName(
34   ) {
35     return "org:opencrx:kernel:depot1:CloseDepotPositionResult";
36   }
37
38 // ----------------------------------------------------------------------------
39
// StructureType/ImplFieldGet1_1
40
// ----------------------------------------------------------------------------
41
public short getStatus(
42   ) {
43     return getStatus(0);
44   }
45
46   private short getStatus(
47     int index
48   ) {
49     return ((java.lang.Number JavaDoc)this.refGetValue("org:opencrx:kernel:depot1:CloseDepotPositionResult:status", index)).shortValue();
50   }
51
52 // ----------------------------------------------------------------------------
53
// StructureType/ImplFieldGet1_1
54
// ----------------------------------------------------------------------------
55
public String JavaDoc getStatusMessage(
56   ) {
57     return getStatusMessage(0);
58   }
59
60   private String JavaDoc getStatusMessage(
61     int index
62   ) {
63     return (String JavaDoc)this.refGetValue("org:opencrx:kernel:depot1:CloseDepotPositionResult:statusMessage", index);
64   }
65
66 // ----------------------------------------------------------------------------
67
// StructureType/ImplEnd
68
// ----------------------------------------------------------------------------
69
}
70
Popular Tags