net.sourceforge.jpaxjc.ns.persistence.orm
Class EmptyType

java.lang.Object
  extended by net.sourceforge.jpaxjc.ns.persistence.orm.EmptyType
All Implemented Interfaces:
Cloneable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class EmptyType
extends Object
implements Cloneable

Java class for emptyType complex type.

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

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


Constructor Summary
EmptyType()
          Creates a new EmptyType instance.
EmptyType(EmptyType o)
          Creates a new EmptyType instance by deeply copying a given EmptyType instance.
 
Method Summary
 EmptyType clone()
          Creates and returns a deep copy of this object.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyType

public EmptyType()
Creates a new EmptyType instance.


EmptyType

public EmptyType(EmptyType o)
Creates a new EmptyType instance by deeply copying a given EmptyType instance.

Parameters:
o - The instance to copy.
Throws:
NullPointerException - if o is null.
Method Detail

clone

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public EmptyType clone()
Creates and returns a deep copy of this object.

Overrides:
clone in class Object
Returns:
A deep copy of this object.


Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.