public class AutomaticKeyGeneration extends Object
Java class for automatic-key-generation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="automatic-key-generation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="generator-type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="generator-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="key-cache-size" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
generatorName |
protected String |
generatorType |
protected String |
id |
protected BigInteger |
keyCacheSize |
| Constructor and Description |
|---|
AutomaticKeyGeneration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGeneratorName()
Gets the value of the generatorName property.
|
String |
getGeneratorType()
Gets the value of the generatorType property.
|
String |
getId()
Gets the value of the id property.
|
BigInteger |
getKeyCacheSize()
Gets the value of the keyCacheSize property.
|
void |
setGeneratorName(String value)
Sets the value of the generatorName property.
|
void |
setGeneratorType(String value)
Sets the value of the generatorType property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setKeyCacheSize(BigInteger value)
Sets the value of the keyCacheSize property.
|
protected String generatorType
protected String generatorName
protected BigInteger keyCacheSize
protected String id
public String getGeneratorType()
Stringpublic void setGeneratorType(String value)
value - allowed object is
Stringpublic String getGeneratorName()
Stringpublic void setGeneratorName(String value)
value - allowed object is
Stringpublic BigInteger getKeyCacheSize()
BigIntegerpublic void setKeyCacheSize(BigInteger value)
value - allowed object is
BigIntegerCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.