net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm
Interface CascadeType

All Known Implementing Classes:
CascadeTypeImpl

public interface CascadeType

public enum CascadeType { ALL, PERSIST, MERGE, REMOVE, REFRESH};

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://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
         <element name="cascade-persist" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
         <element name="cascade-merge" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
         <element name="cascade-remove" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
         <element name="cascade-refresh" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 EmptyType getCascadeAll()
          Gets the value of the cascadeAll property.
 EmptyType getCascadeMerge()
          Gets the value of the cascadeMerge property.
 EmptyType getCascadePersist()
          Gets the value of the cascadePersist property.
 EmptyType getCascadeRefresh()
          Gets the value of the cascadeRefresh property.
 EmptyType getCascadeRemove()
          Gets the value of the cascadeRemove property.
 void setCascadeAll(EmptyType value)
          Sets the value of the cascadeAll property.
 void setCascadeMerge(EmptyType value)
          Sets the value of the cascadeMerge property.
 void setCascadePersist(EmptyType value)
          Sets the value of the cascadePersist property.
 void setCascadeRefresh(EmptyType value)
          Sets the value of the cascadeRefresh property.
 void setCascadeRemove(EmptyType value)
          Sets the value of the cascadeRemove property.
 

Method Detail

getCascadeAll

EmptyType getCascadeAll()
Gets the value of the cascadeAll property.

Returns:
possible object is EmptyType

setCascadeAll

void setCascadeAll(EmptyType value)
Sets the value of the cascadeAll property.

Parameters:
value - allowed object is EmptyType

getCascadePersist

EmptyType getCascadePersist()
Gets the value of the cascadePersist property.

Returns:
possible object is EmptyType

setCascadePersist

void setCascadePersist(EmptyType value)
Sets the value of the cascadePersist property.

Parameters:
value - allowed object is EmptyType

getCascadeMerge

EmptyType getCascadeMerge()
Gets the value of the cascadeMerge property.

Returns:
possible object is EmptyType

setCascadeMerge

void setCascadeMerge(EmptyType value)
Sets the value of the cascadeMerge property.

Parameters:
value - allowed object is EmptyType

getCascadeRemove

EmptyType getCascadeRemove()
Gets the value of the cascadeRemove property.

Returns:
possible object is EmptyType

setCascadeRemove

void setCascadeRemove(EmptyType value)
Sets the value of the cascadeRemove property.

Parameters:
value - allowed object is EmptyType

getCascadeRefresh

EmptyType getCascadeRefresh()
Gets the value of the cascadeRefresh property.

Returns:
possible object is EmptyType

setCascadeRefresh

void setCascadeRefresh(EmptyType value)
Sets the value of the cascadeRefresh property.

Parameters:
value - allowed object is EmptyType


Copyright © 2009 The CC-XJC Community. All Rights Reserved.