|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.jomc.model.test.AnyModelObject
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class AnyModelObject
Java class for AnyModelObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnyModelObject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' namespace='http://jomc.org/model' minOccurs="0"/>
</sequence>
<attribute name="valid" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Object |
any
|
protected boolean |
valid
|
| Constructor Summary | |
|---|---|
AnyModelObject()
Creates a new AnyModelObject instance. |
|
AnyModelObject(AnyModelObject o)
Creates a new AnyModelObject instance by deeply copying a given instance. |
|
| Method Summary | |
|---|---|
AnyModelObject |
clone()
Creates and returns a deep copy of this object. |
private static Object |
copyAny(Object source)
Creates and returns a deep copy of property Any. |
private static boolean[] |
copyOf(boolean[] array)
Creates and returns a deep copy of a given array. |
private static byte[] |
copyOf(byte[] array)
Creates and returns a deep copy of a given array. |
private static char[] |
copyOf(char[] array)
Creates and returns a deep copy of a given array. |
private static double[] |
copyOf(double[] array)
Creates and returns a deep copy of a given array. |
private static float[] |
copyOf(float[] array)
Creates and returns a deep copy of a given array. |
private static int[] |
copyOf(int[] array)
Creates and returns a deep copy of a given array. |
private static long[] |
copyOf(long[] array)
Creates and returns a deep copy of a given array. |
private static short[] |
copyOf(short[] array)
Creates and returns a deep copy of a given array. |
private static Object |
copyOfArray(Object array)
Creates and returns a deep copy of a given array. |
private static JAXBElement |
copyOFJAXBElement(JAXBElement element)
Creates and returns a deep copy of a given JAXBElement instance. |
private static Object |
copyOfObject(Object o)
Creates and returns a deep copy of a given object. |
private static Serializable |
copyOfSerializable(Serializable serializable)
Creates and returns a deep copy of a given Serializable. |
Object |
getAny()
Gets the value of the any property. |
boolean |
isValid()
Flag indicating the model object is expected to be valid. |
void |
setAny(Object value)
Sets the value of the any property. |
void |
setValid(boolean value)
Sets the value of the valid property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected Object any
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected boolean valid
| Constructor Detail |
|---|
public AnyModelObject()
AnyModelObject instance.
public AnyModelObject(AnyModelObject o)
AnyModelObject instance by deeply copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public Object getAny()
Element
Object
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setAny(Object value)
value - allowed object is
Element
Object
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public boolean isValid()
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setValid(boolean value)
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static Object copyAny(Object source)
Any.
source - The source to copy from or null.
source or null if source is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static Object copyOfObject(Object o)
o - The instance to copy or null.
o or null if o is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static Object copyOfArray(Object array)
array - The array to copy or null.
array or null if array is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static boolean[] copyOf(boolean[] array)
array - The array to copy or null.
array or null if array is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static byte[] copyOf(byte[] array)
array - The array to copy or null.
array or null if array is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static char[] copyOf(char[] array)
array - The array to copy or null.
array or null if array is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static double[] copyOf(double[] array)
array - The array to copy or null.
array or null if array is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static float[] copyOf(float[] array)
array - The array to copy or null.
array or null if array is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static int[] copyOf(int[] array)
array - The array to copy or null.
array or null if array is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static long[] copyOf(long[] array)
array - The array to copy or null.
array or null if array is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static short[] copyOf(short[] array)
array - The array to copy or null.
array or null if array is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static JAXBElement copyOFJAXBElement(JAXBElement element)
JAXBElement instance.
element - The instance to copy or null.
element or null if element is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
private static Serializable copyOfSerializable(Serializable serializable)
Serializable.
serializable - The instance to copy or null.
serializable or null if serializable is null.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-06T06:49:47+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public AnyModelObject clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||