Class JaxbCascadeType

  • All Implemented Interfaces:
    java.io.Serializable

    public class JaxbCascadeType
    extends java.lang.Object
    implements java.io.Serializable
    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://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>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • JaxbCascadeType

        public JaxbCascadeType()
    • Method Detail

      • getCascadeAll

        public JaxbEmptyType getCascadeAll()
        Gets the value of the cascadeAll property.
        Returns:
        possible object is JaxbEmptyType
      • setCascadeAll

        public void setCascadeAll​(JaxbEmptyType value)
        Sets the value of the cascadeAll property.
        Parameters:
        value - allowed object is JaxbEmptyType
      • getCascadePersist

        public JaxbEmptyType getCascadePersist()
        Gets the value of the cascadePersist property.
        Returns:
        possible object is JaxbEmptyType
      • setCascadePersist

        public void setCascadePersist​(JaxbEmptyType value)
        Sets the value of the cascadePersist property.
        Parameters:
        value - allowed object is JaxbEmptyType
      • getCascadeMerge

        public JaxbEmptyType getCascadeMerge()
        Gets the value of the cascadeMerge property.
        Returns:
        possible object is JaxbEmptyType
      • setCascadeMerge

        public void setCascadeMerge​(JaxbEmptyType value)
        Sets the value of the cascadeMerge property.
        Parameters:
        value - allowed object is JaxbEmptyType
      • getCascadeRemove

        public JaxbEmptyType getCascadeRemove()
        Gets the value of the cascadeRemove property.
        Returns:
        possible object is JaxbEmptyType
      • setCascadeRemove

        public void setCascadeRemove​(JaxbEmptyType value)
        Sets the value of the cascadeRemove property.
        Parameters:
        value - allowed object is JaxbEmptyType
      • getCascadeRefresh

        public JaxbEmptyType getCascadeRefresh()
        Gets the value of the cascadeRefresh property.
        Returns:
        possible object is JaxbEmptyType
      • setCascadeRefresh

        public void setCascadeRefresh​(JaxbEmptyType value)
        Sets the value of the cascadeRefresh property.
        Parameters:
        value - allowed object is JaxbEmptyType
      • getCascadeDetach

        public JaxbEmptyType getCascadeDetach()
        Gets the value of the cascadeDetach property.
        Returns:
        possible object is JaxbEmptyType
      • setCascadeDetach

        public void setCascadeDetach​(JaxbEmptyType value)
        Sets the value of the cascadeDetach property.
        Parameters:
        value - allowed object is JaxbEmptyType