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

java.lang.Object
  extended by org.deegree.feature.persistence.sql.jaxb.AbstractIDGeneratorType
Direct Known Subclasses:
AutoIdGenerator, SequenceIDGenerator, UUIDGenerator

public abstract class AbstractIDGeneratorType
extends Object

Java class for AbstractIDGeneratorType complex type.

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

 <complexType name="AbstractIDGeneratorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractIDGeneratorType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractIDGeneratorType

public AbstractIDGeneratorType()


Copyright © 2011. All Rights Reserved.