public class Inheritance
extends java.lang.Object
Java class for inheritance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="inheritance"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="strategy" type="{http://java.sun.com/xml/ns/persistence/orm}inheritance-type" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected InheritanceType |
strategy |
Constructor and Description |
---|
Inheritance() |
Modifier and Type | Method and Description |
---|---|
InheritanceType |
getStrategy()
Gets the value of the strategy property.
|
void |
setStrategy(InheritanceType value)
Sets the value of the strategy property.
|
protected InheritanceType strategy
public InheritanceType getStrategy()
InheritanceType
public void setStrategy(InheritanceType value)
value
- allowed object is
InheritanceType