public class GeneratorCustom extends CustomBase
| Modifier and Type | Field | Description |
|---|---|---|
private java.lang.String |
m_class |
Generator class name.
|
private java.lang.String[] |
m_parameters |
Parameter values for generator class instance.
|
static StringArray |
s_allowedAttributes |
Enumeration of allowed attribute names
|
| Constructor | Description |
|---|---|
GeneratorCustom(NestingCustomBase parent) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getClassName() |
Get class name.
|
java.lang.String[] |
getParameters() |
Get parameter values.
|
private void |
preSet(IUnmarshallingContext uctx) |
Make sure all attributes are defined.
|
getContainingObject, getParent, getSchemaRoot, setParent, validateAttributespublic static final StringArray s_allowedAttributes
private java.lang.String m_class
private java.lang.String[] m_parameters
public GeneratorCustom(NestingCustomBase parent)
parent - private void preSet(IUnmarshallingContext uctx)
uctx - unmarshalling contextpublic java.lang.String getClassName()
public java.lang.String[] getParameters()