public interface SequenceGenerator<T> extends Child<T>
sequence-generator
xsd typeModifier and Type | Method and Description |
---|---|
SequenceGenerator<T> |
allocationSize(Integer allocationSize)
Sets the
allocation-size attribute |
SequenceGenerator<T> |
catalog(String catalog)
Sets the
catalog attribute |
SequenceGenerator<T> |
description(String description)
Sets the
description element |
Integer |
getAllocationSize()
Returns the
allocation-size attribute |
String |
getCatalog()
Returns the
catalog attribute |
String |
getDescription()
Returns the
description element |
Integer |
getInitialValue()
Returns the
initial-value attribute |
String |
getName()
Returns the
name attribute |
String |
getSchema()
Returns the
schema attribute |
String |
getSequenceName()
Returns the
sequence-name attribute |
SequenceGenerator<T> |
initialValue(Integer initialValue)
Sets the
initial-value attribute |
SequenceGenerator<T> |
name(String name)
Sets the
name attribute |
SequenceGenerator<T> |
removeAllocationSize()
Removes the
allocation-size attribute |
SequenceGenerator<T> |
removeCatalog()
Removes the
catalog attribute |
SequenceGenerator<T> |
removeDescription()
Removes the
description element |
SequenceGenerator<T> |
removeInitialValue()
Removes the
initial-value attribute |
SequenceGenerator<T> |
removeName()
Removes the
name attribute |
SequenceGenerator<T> |
removeSchema()
Removes the
schema attribute |
SequenceGenerator<T> |
removeSequenceName()
Removes the
sequence-name attribute |
SequenceGenerator<T> |
schema(String schema)
Sets the
schema attribute |
SequenceGenerator<T> |
sequenceName(String sequenceName)
Sets the
sequence-name attribute |
SequenceGenerator<T> description(String description)
description
elementdescription
- the value for the element description
SequenceGenerator
String getDescription()
description
elementdescription
SequenceGenerator<T> removeDescription()
description
elementSequenceGenerator
SequenceGenerator<T> name(String name)
name
attributename
- the value for the attribute name
SequenceGenerator
String getName()
name
attributename
SequenceGenerator<T> removeName()
name
attributeSequenceGenerator
SequenceGenerator<T> sequenceName(String sequenceName)
sequence-name
attributesequenceName
- the value for the attribute sequence-name
SequenceGenerator
String getSequenceName()
sequence-name
attributesequence-name
SequenceGenerator<T> removeSequenceName()
sequence-name
attributeSequenceGenerator
SequenceGenerator<T> catalog(String catalog)
catalog
attributecatalog
- the value for the attribute catalog
SequenceGenerator
String getCatalog()
catalog
attributecatalog
SequenceGenerator<T> removeCatalog()
catalog
attributeSequenceGenerator
SequenceGenerator<T> schema(String schema)
schema
attributeschema
- the value for the attribute schema
SequenceGenerator
String getSchema()
schema
attributeschema
SequenceGenerator<T> removeSchema()
schema
attributeSequenceGenerator
SequenceGenerator<T> initialValue(Integer initialValue)
initial-value
attributeinitialValue
- the value for the attribute initial-value
SequenceGenerator
Integer getInitialValue()
initial-value
attributeinitial-value
SequenceGenerator<T> removeInitialValue()
initial-value
attributeSequenceGenerator
SequenceGenerator<T> allocationSize(Integer allocationSize)
allocation-size
attributeallocationSize
- the value for the attribute allocation-size
SequenceGenerator
Integer getAllocationSize()
allocation-size
attributeallocation-size
SequenceGenerator<T> removeAllocationSize()
allocation-size
attributeSequenceGenerator
Copyright © 2013 JBoss by Red Hat. All rights reserved.