org.deegree.feature.persistence.sql.jaxb
Class SequenceIDGenerator

java.lang.Object
  extended by org.deegree.feature.persistence.sql.jaxb.AbstractIDGeneratorType
      extended by org.deegree.feature.persistence.sql.jaxb.SequenceIDGenerator

public class SequenceIDGenerator
extends AbstractIDGeneratorType

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.deegree.org/datasource/feature/sql}AbstractIDGeneratorType">
       <attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String sequence
           
 
Constructor Summary
SequenceIDGenerator()
           
 
Method Summary
 String getSequence()
          Gets the value of the sequence property.
 void setSequence(String value)
          Sets the value of the sequence property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sequence

protected String sequence
Constructor Detail

SequenceIDGenerator

public SequenceIDGenerator()
Method Detail

getSequence

public String getSequence()
Gets the value of the sequence property.

Returns:
possible object is String

setSequence

public void setSequence(String value)
Sets the value of the sequence property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.