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-12-07T03:06:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class BootstrapObject
extends Object
implements Cloneable

Base bootstrap object.

Java class for BootstrapObject complex type.

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

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


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-12-07T03:06: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.