public class CustomGeneratorType extends 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 String |
generatorName |
protected String |
primaryKeyClass |
| Constructor and Description |
|---|
CustomGeneratorType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGeneratorName()
Gets the value of the generatorName property.
|
String |
getPrimaryKeyClass()
Gets the value of the primaryKeyClass property.
|
void |
setGeneratorName(String value)
Sets the value of the generatorName property.
|
void |
setPrimaryKeyClass(String value)
Sets the value of the primaryKeyClass property.
|
protected String generatorName
protected String primaryKeyClass
public String getGeneratorName()
Stringpublic void setGeneratorName(String value)
value - allowed object is
Stringpublic String getPrimaryKeyClass()
StringCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.