com.sun.java.xml.ns.persistence.orm
Class CascadeType

java.lang.Object
  extended by com.sun.java.xml.ns.persistence.orm.CascadeType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom

public class CascadeType
extends Object
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom

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

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


Field Summary
protected  EmptyType cascadeAll
           
protected  EmptyType cascadeDetach
           
protected  EmptyType cascadeMerge
           
protected  EmptyType cascadePersist
           
protected  EmptyType cascadeRefresh
           
protected  EmptyType cascadeRemove
           
 
Constructor Summary
CascadeType()
           
 
Method Summary
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 EmptyType getCascadeAll()
          Gets the value of the cascadeAll property.
 EmptyType getCascadeDetach()
          Gets the value of the cascadeDetach 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.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setCascadeAll(EmptyType value)
          Sets the value of the cascadeAll property.
 void setCascadeDetach(EmptyType value)
          Sets the value of the cascadeDetach 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.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cascadeAll

protected EmptyType cascadeAll

cascadePersist

protected EmptyType cascadePersist

cascadeMerge

protected EmptyType cascadeMerge

cascadeRemove

protected EmptyType cascadeRemove

cascadeRefresh

protected EmptyType cascadeRefresh

cascadeDetach

protected EmptyType cascadeDetach
Constructor Detail

CascadeType

public CascadeType()
Method Detail

getCascadeAll

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

Returns:
possible object is EmptyType

setCascadeAll

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

Parameters:
value - allowed object is EmptyType

getCascadePersist

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

Returns:
possible object is EmptyType

setCascadePersist

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

Parameters:
value - allowed object is EmptyType

getCascadeMerge

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

Returns:
possible object is EmptyType

setCascadeMerge

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

Parameters:
value - allowed object is EmptyType

getCascadeRemove

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

Returns:
possible object is EmptyType

setCascadeRemove

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

Parameters:
value - allowed object is EmptyType

getCascadeRefresh

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

Returns:
possible object is EmptyType

setCascadeRefresh

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

Parameters:
value - allowed object is EmptyType

getCascadeDetach

public EmptyType getCascadeDetach()
Gets the value of the cascadeDetach property.

Returns:
possible object is EmptyType

setCascadeDetach

public void setCascadeDetach(EmptyType value)
Sets the value of the cascadeDetach property.

Parameters:
value - allowed object is EmptyType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom


Copyright © 2005-2014. All Rights Reserved.