public class JaxbCascadeType extends Object implements Serializable
Java class for cascade-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cascade-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cascade-all" type="{http://xmlns.jcp.org/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="cascade-persist" type="{http://xmlns.jcp.org/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="cascade-merge" type="{http://xmlns.jcp.org/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="cascade-remove" type="{http://xmlns.jcp.org/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="cascade-refresh" type="{http://xmlns.jcp.org/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="cascade-detach" type="{http://xmlns.jcp.org/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JaxbEmptyType |
cascadeAll |
protected JaxbEmptyType |
cascadeDetach |
protected JaxbEmptyType |
cascadeMerge |
protected JaxbEmptyType |
cascadePersist |
protected JaxbEmptyType |
cascadeRefresh |
protected JaxbEmptyType |
cascadeRemove |
| Constructor and Description |
|---|
JaxbCascadeType() |
| Modifier and Type | Method and Description |
|---|---|
JaxbEmptyType |
getCascadeAll()
Gets the value of the cascadeAll property.
|
JaxbEmptyType |
getCascadeDetach()
Gets the value of the cascadeDetach property.
|
JaxbEmptyType |
getCascadeMerge()
Gets the value of the cascadeMerge property.
|
JaxbEmptyType |
getCascadePersist()
Gets the value of the cascadePersist property.
|
JaxbEmptyType |
getCascadeRefresh()
Gets the value of the cascadeRefresh property.
|
JaxbEmptyType |
getCascadeRemove()
Gets the value of the cascadeRemove property.
|
void |
setCascadeAll(JaxbEmptyType value)
Sets the value of the cascadeAll property.
|
void |
setCascadeDetach(JaxbEmptyType value)
Sets the value of the cascadeDetach property.
|
void |
setCascadeMerge(JaxbEmptyType value)
Sets the value of the cascadeMerge property.
|
void |
setCascadePersist(JaxbEmptyType value)
Sets the value of the cascadePersist property.
|
void |
setCascadeRefresh(JaxbEmptyType value)
Sets the value of the cascadeRefresh property.
|
void |
setCascadeRemove(JaxbEmptyType value)
Sets the value of the cascadeRemove property.
|
protected JaxbEmptyType cascadeAll
protected JaxbEmptyType cascadePersist
protected JaxbEmptyType cascadeMerge
protected JaxbEmptyType cascadeRemove
protected JaxbEmptyType cascadeRefresh
protected JaxbEmptyType cascadeDetach
public JaxbEmptyType getCascadeAll()
JaxbEmptyTypepublic void setCascadeAll(JaxbEmptyType value)
value - allowed object is
JaxbEmptyTypepublic JaxbEmptyType getCascadePersist()
JaxbEmptyTypepublic void setCascadePersist(JaxbEmptyType value)
value - allowed object is
JaxbEmptyTypepublic JaxbEmptyType getCascadeMerge()
JaxbEmptyTypepublic void setCascadeMerge(JaxbEmptyType value)
value - allowed object is
JaxbEmptyTypepublic JaxbEmptyType getCascadeRemove()
JaxbEmptyTypepublic void setCascadeRemove(JaxbEmptyType value)
value - allowed object is
JaxbEmptyTypepublic JaxbEmptyType getCascadeRefresh()
JaxbEmptyTypepublic void setCascadeRefresh(JaxbEmptyType value)
value - allowed object is
JaxbEmptyTypepublic JaxbEmptyType getCascadeDetach()
JaxbEmptyTypepublic void setCascadeDetach(JaxbEmptyType value)
value - allowed object is
JaxbEmptyTypeCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.