
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T01:54:07+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public class AnyModelObject extends Object implements Cloneable
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>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
any |
protected boolean |
valid |
| Constructor and Description |
|---|
AnyModelObject()
Creates a new
AnyModelObject instance. |
AnyModelObject(AnyModelObject o)
Creates a new
AnyModelObject instance by deeply copying a given AnyModelObject instance. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T01:54:07+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected Object any
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T01:54:07+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected boolean valid
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.@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T01:54:07+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public Object getAny()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T01:54:07+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setAny(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T01:54:07+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public boolean isValid()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T01:54:07+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setValid(boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2014-02-21T01:54:07+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public AnyModelObject clone()
Copyright © 2005–2014 The JOMC Project. All rights reserved.