org.apache.openejb.jee.wls
Class AutomaticKeyGeneration

java.lang.Object
  extended by org.apache.openejb.jee.wls.AutomaticKeyGeneration

public class AutomaticKeyGeneration
extends java.lang.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
protected  java.lang.String generatorName
           
protected  java.lang.String generatorType
           
protected  java.lang.String id
           
protected  java.math.BigInteger keyCacheSize
           
 
Constructor Summary
AutomaticKeyGeneration()
           
 
Method Summary
 java.lang.String getGeneratorName()
          Gets the value of the generatorName property.
 java.lang.String getGeneratorType()
          Gets the value of the generatorType property.
 java.lang.String getId()
          Gets the value of the id property.
 java.math.BigInteger getKeyCacheSize()
          Gets the value of the keyCacheSize property.
 void setGeneratorName(java.lang.String value)
          Sets the value of the generatorName property.
 void setGeneratorType(java.lang.String value)
          Sets the value of the generatorType property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setKeyCacheSize(java.math.BigInteger value)
          Sets the value of the keyCacheSize property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generatorType

protected java.lang.String generatorType

generatorName

protected java.lang.String generatorName

keyCacheSize

protected java.math.BigInteger keyCacheSize

id

protected java.lang.String id
Constructor Detail

AutomaticKeyGeneration

public AutomaticKeyGeneration()
Method Detail

getGeneratorType

public java.lang.String getGeneratorType()
Gets the value of the generatorType property.

Returns:
possible object is String

setGeneratorType

public void setGeneratorType(java.lang.String value)
Sets the value of the generatorType property.

Parameters:
value - allowed object is String

getGeneratorName

public java.lang.String getGeneratorName()
Gets the value of the generatorName property.

Returns:
possible object is String

setGeneratorName

public void setGeneratorName(java.lang.String value)
Sets the value of the generatorName property.

Parameters:
value - allowed object is String

getKeyCacheSize

public java.math.BigInteger getKeyCacheSize()
Gets the value of the keyCacheSize property.

Returns:
possible object is BigInteger

setKeyCacheSize

public void setKeyCacheSize(java.math.BigInteger value)
Sets the value of the keyCacheSize property.

Parameters:
value - allowed object is BigInteger

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.