public class JaxbSequenceGenerator extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected Integer | 
allocationSize  | 
protected String | 
catalog  | 
protected String | 
description  | 
protected Integer | 
initialValue  | 
protected String | 
name  | 
protected String | 
schema  | 
protected String | 
sequenceName  | 
| Constructor and Description | 
|---|
JaxbSequenceGenerator()  | 
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
getAllocationSize()
Gets the value of the allocationSize property. 
 | 
String | 
getCatalog()
Gets the value of the catalog property. 
 | 
String | 
getDescription()
Gets the value of the description property. 
 | 
Integer | 
getInitialValue()
Gets the value of the initialValue property. 
 | 
String | 
getName()
Gets the value of the name property. 
 | 
String | 
getSchema()
Gets the value of the schema property. 
 | 
String | 
getSequenceName()
Gets the value of the sequenceName property. 
 | 
void | 
setAllocationSize(Integer value)
Sets the value of the allocationSize property. 
 | 
void | 
setCatalog(String value)
Sets the value of the catalog property. 
 | 
void | 
setDescription(String value)
Sets the value of the description property. 
 | 
void | 
setInitialValue(Integer value)
Sets the value of the initialValue property. 
 | 
void | 
setName(String value)
Sets the value of the name property. 
 | 
void | 
setSchema(String value)
Sets the value of the schema property. 
 | 
void | 
setSequenceName(String value)
Sets the value of the sequenceName property. 
 | 
protected String description
protected String name
protected String sequenceName
protected String catalog
protected String schema
protected Integer initialValue
protected Integer allocationSize
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic String getSequenceName()
Stringpublic void setSequenceName(String value)
value - allowed object is
     Stringpublic String getCatalog()
Stringpublic void setCatalog(String value)
value - allowed object is
     Stringpublic String getSchema()
Stringpublic void setSchema(String value)
value - allowed object is
     Stringpublic Integer getInitialValue()
Integerpublic void setInitialValue(Integer value)
value - allowed object is
     Integerpublic Integer getAllocationSize()
IntegerCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.