|
||||||||||
| 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="2012-04-26T04:53:40+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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 AnyModelObject instance. |
|
| Method Summary | |
|---|---|
AnyModelObject |
clone()
Creates and returns a deep copy of this object. |
Object |
getAny()
Gets the value of the any property. |
boolean |
isValid()
Gets the value of the valid property. |
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="2012-04-26T04:53:40+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected Object any
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-04-26T04:53:40+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected boolean valid
| Constructor Detail |
|---|
public AnyModelObject()
AnyModelObject instance.
public AnyModelObject(AnyModelObject o)
AnyModelObject instance by deeply copying a given AnyModelObject instance.
o - The instance to copy.
NullPointerException - if o is null.| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-04-26T04:53:40+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public Object getAny()
Object
Element
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-04-26T04:53:40+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setAny(Object value)
value - allowed object is
Object
Element
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-04-26T04:53:40+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public boolean isValid()
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-04-26T04:53:40+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setValid(boolean value)
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-04-26T04:53:40+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public AnyModelObject clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |