KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openmdx > security > authentication1 > cci > CredentialResetParamsImpl


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:58 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.openmdx.security.authentication1.cci;
14
15 public class CredentialResetParamsImpl
16   extends org.openmdx.base.accessor.jmi.spi.RefStruct_1
17   implements CredentialResetParams {
18
19   public CredentialResetParamsImpl(
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 CredentialResetParamsImpl(
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:openmdx:security:authentication1:CredentialResetParams";
36   }
37
38 // ----------------------------------------------------------------------------
39
// StructureType/ImplFieldGetList
40
// ----------------------------------------------------------------------------
41
public java.util.List JavaDoc getResetValue (
42   ) {
43     return (java.util.List JavaDoc)this.refGetValue("resetValue");
44   }
45   public boolean containsResetValue (
46     byte[] value
47   ) {
48     return refContainsValue("org:openmdx:security:authentication1:CredentialResetParams:resetValue", value);
49   }
50
51   public byte[] getResetValue(
52     int index
53   ) {
54     return (byte[])this.refGetValue("org:openmdx:security:authentication1:CredentialResetParams:resetValue", index);
55   }
56
57 // ----------------------------------------------------------------------------
58
// StructureType/ImplFieldGet0_1
59
// ----------------------------------------------------------------------------
60
public byte[] getValue (
61   ) {
62     return (byte[])this.refGetValue("value", 0);
63   }
64 // ----------------------------------------------------------------------------
65
// StructureType/ImplEnd
66
// ----------------------------------------------------------------------------
67
}
68
Popular Tags