Package org.apache.openejb.jee.wls
Class AutomaticKeyGeneration
- java.lang.Object
-
- org.apache.openejb.jee.wls.AutomaticKeyGeneration
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringgeneratorNameprotected StringgeneratorTypeprotected Stringidprotected BigIntegerkeyCacheSize
-
Constructor Summary
Constructors Constructor Description AutomaticKeyGeneration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGeneratorName()Gets the value of the generatorName property.StringgetGeneratorType()Gets the value of the generatorType property.StringgetId()Gets the value of the id property.BigIntegergetKeyCacheSize()Gets the value of the keyCacheSize property.voidsetGeneratorName(String value)Sets the value of the generatorName property.voidsetGeneratorType(String value)Sets the value of the generatorType property.voidsetId(String value)Sets the value of the id property.voidsetKeyCacheSize(BigInteger value)Sets the value of the keyCacheSize property.
-
-
-
Field Detail
-
generatorType
protected String generatorType
-
generatorName
protected String generatorName
-
keyCacheSize
protected BigInteger keyCacheSize
-
id
protected String id
-
-
Method Detail
-
getGeneratorType
public String getGeneratorType()
Gets the value of the generatorType property.- Returns:
- possible object is
String
-
setGeneratorType
public void setGeneratorType(String value)
Sets the value of the generatorType property.- Parameters:
value- allowed object isString
-
getGeneratorName
public String getGeneratorName()
Gets the value of the generatorName property.- Returns:
- possible object is
String
-
setGeneratorName
public void setGeneratorName(String value)
Sets the value of the generatorName property.- Parameters:
value- allowed object isString
-
getKeyCacheSize
public BigInteger getKeyCacheSize()
Gets the value of the keyCacheSize property.- Returns:
- possible object is
BigInteger
-
setKeyCacheSize
public void setKeyCacheSize(BigInteger value)
Sets the value of the keyCacheSize property.- Parameters:
value- allowed object isBigInteger
-
-