public class CustomGeneratorType
extends java.lang.Object
Java class for custom-generatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="custom-generatorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="generator-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="primary-key-class" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
generatorName |
protected java.lang.String |
primaryKeyClass |
| Constructor and Description |
|---|
CustomGeneratorType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGeneratorName()
Gets the value of the generatorName property.
|
java.lang.String |
getPrimaryKeyClass()
Gets the value of the primaryKeyClass property.
|
void |
setGeneratorName(java.lang.String value)
Sets the value of the generatorName property.
|
void |
setPrimaryKeyClass(java.lang.String value)
Sets the value of the primaryKeyClass property.
|
protected java.lang.String generatorName
protected java.lang.String primaryKeyClass
public java.lang.String getGeneratorName()
Stringpublic void setGeneratorName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPrimaryKeyClass()
Stringpublic void setPrimaryKeyClass(java.lang.String value)
value - allowed object is
String