|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jomc.model.test.TestInheritable
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-28T01:26:57+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public class TestInheritable
Java class for TestInheritable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TestInheritable"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="final" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="override" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Boolean |
_final
|
protected Boolean |
override
|
Constructor Summary | |
---|---|
TestInheritable()
Creates a new TestInheritable instance. |
|
TestInheritable(TestInheritable o)
Creates a new TestInheritable instance by deeply copying a given TestInheritable instance. |
Method Summary | |
---|---|
TestInheritable |
clone()
Creates and returns a deep copy of this object. |
boolean |
isFinal()
Gets the value of the final property. |
boolean |
isOverride()
Gets the value of the override property. |
void |
setFinal(Boolean value)
Sets the value of the final property. |
void |
setOverride(Boolean value)
Sets the value of the override 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-03-28T01:26:57+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected Boolean _final
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-28T01:26:57+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected Boolean override
Constructor Detail |
---|
public TestInheritable()
TestInheritable
instance.
public TestInheritable(TestInheritable o)
TestInheritable
instance by deeply copying a given TestInheritable
instance.
o
- The instance to copy.
NullPointerException
- if o
is null
.Method Detail |
---|
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-28T01:26:57+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public boolean isFinal()
isFinal
in interface Inheritable
Boolean
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-28T01:26:57+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setFinal(Boolean value)
value
- allowed object is
Boolean
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-28T01:26:57+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public boolean isOverride()
isOverride
in interface Inheritable
Boolean
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-28T01:26:57+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setOverride(Boolean value)
value
- allowed object is
Boolean
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-28T01:26:57+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public TestInheritable 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. |