public class KeyGeneratorDef
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
KeyGeneratorDef() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParam(int index,
Param vParam)
Method addParam
|
void |
addParam(Param vParam)
Method addParam
|
void |
clearParam()
Method clearParam
|
java.util.Enumeration |
enumerateParam()
Method enumerateParam
|
java.lang.String |
getAlias()
Returns the value of field 'alias'.
|
java.lang.String |
getName()
Returns the value of field 'name'.
|
Param[] |
getParam()
Method getParam
|
Param |
getParam(int index)
Method getParam
|
int |
getParamCount()
Method getParamCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal
|
void |
marshal(java.io.Writer out)
Method marshal
|
boolean |
removeParam(Param vParam)
Method removeParam
|
void |
setAlias(java.lang.String alias)
Sets the value of field 'alias'.
|
void |
setName(java.lang.String name)
Sets the value of field 'name'.
|
void |
setParam(int index,
Param vParam)
Method setParam
|
void |
setParam(Param[] paramArray)
Method setParam
|
static KeyGeneratorDef |
unmarshal(java.io.Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addParam(Param vParam) throws java.lang.IndexOutOfBoundsException
vParam - java.lang.IndexOutOfBoundsExceptionpublic void addParam(int index,
Param vParam)
throws java.lang.IndexOutOfBoundsException
index - vParam - java.lang.IndexOutOfBoundsExceptionpublic void clearParam()
public java.util.Enumeration enumerateParam()
public java.lang.String getAlias()
public java.lang.String getName()
public Param getParam(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsExceptionpublic Param[] getParam()
public int getParamCount()
public boolean isValid()
public void marshal(java.io.Writer out)
throws MarshalException,
ValidationException
out - MarshalExceptionValidationExceptionpublic void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
MarshalException,
ValidationException
handler - java.io.IOExceptionMarshalExceptionValidationExceptionpublic boolean removeParam(Param vParam)
vParam - public void setAlias(java.lang.String alias)
alias - the value of field 'alias'.public void setName(java.lang.String name)
name - the value of field 'name'.public void setParam(int index,
Param vParam)
throws java.lang.IndexOutOfBoundsException
index - vParam - java.lang.IndexOutOfBoundsExceptionpublic void setParam(Param[] paramArray)
paramArray - public static KeyGeneratorDef unmarshal(java.io.Reader reader) throws MarshalException, ValidationException
reader - MarshalExceptionValidationExceptionpublic void validate()
throws ValidationException
ValidationExceptionIntalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com