@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public class TestInheritable extends Object implements Cloneable, Inheritable
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>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
_final |
protected Boolean |
override |
Constructor and Description |
---|
TestInheritable()
Creates a new
TestInheritable instance. |
TestInheritable(TestInheritable o)
Creates a new
TestInheritable instance by deeply copying a given TestInheritable instance. |
Modifier and Type | Method and Description |
---|---|
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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected Boolean _final
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
.@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+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="2013-04-21T08:43:19+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="2013-04-21T08:43:19+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="2013-04-21T08:43:19+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="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public TestInheritable clone()
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.