public class GeneratorCustom extends CustomBase
Modifier and Type | Field and 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 and Description |
---|
GeneratorCustom(NestingCustomBase parent)
Constructor.
|
Modifier and Type | Method and 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, validateAttributes
public 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()