org.jomc.model.bootstrap
Class BootstrapObject

Package class diagram package BootstrapObject
java.lang.Object
  extended by org.jomc.model.bootstrap.BootstrapObject
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
Schema, Schemas

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-18T06:28:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class BootstrapObject
extends Object
implements Cloneable

Base bootstrap object.


Constructor Summary
BootstrapObject()
          Creates a new BootstrapObject instance.
BootstrapObject(BootstrapObject o)
          Creates a new BootstrapObject instance by deeply copying a given BootstrapObject instance.
 
Method Summary
 BootstrapObject 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

BootstrapObject

public BootstrapObject()
Creates a new BootstrapObject instance.


BootstrapObject

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

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

clone

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-18T06:28:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public BootstrapObject clone()
Creates and returns a deep copy of this object.

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


Copyright © 2005-2009 The JOMC Project. All Rights Reserved.