public class

CascadeConfiguration

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.metadata.CascadeConfiguration

Class Overview

Java class for CascadeConfiguration complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CascadeConfiguration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Assign" type="{http://schemas.microsoft.com/xrm/2011/Metadata}CascadeType" minOccurs="0"/>
         <element name="Delete" type="{http://schemas.microsoft.com/xrm/2011/Metadata}CascadeType" minOccurs="0"/>
         <element name="Merge" type="{http://schemas.microsoft.com/xrm/2011/Metadata}CascadeType" minOccurs="0"/>
         <element name="Reparent" type="{http://schemas.microsoft.com/xrm/2011/Metadata}CascadeType" minOccurs="0"/>
         <element name="Share" type="{http://schemas.microsoft.com/xrm/2011/Metadata}CascadeType" minOccurs="0"/>
         <element name="Unshare" type="{http://schemas.microsoft.com/xrm/2011/Metadata}CascadeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CascadeType assign
protected CascadeType delete
protected CascadeType merge
protected CascadeType reparent
protected CascadeType share
protected CascadeType unshare
Public Constructors
CascadeConfiguration()
Public Methods
CascadeType getAssign()
Gets the value of the assign property.
CascadeType getDelete()
Gets the value of the delete property.
CascadeType getMerge()
Gets the value of the merge property.
CascadeType getReparent()
Gets the value of the reparent property.
CascadeType getShare()
Gets the value of the share property.
CascadeType getUnshare()
Gets the value of the unshare property.
void setAssign(CascadeType value)
Sets the value of the assign property.
void setDelete(CascadeType value)
Sets the value of the delete property.
void setMerge(CascadeType value)
Sets the value of the merge property.
void setReparent(CascadeType value)
Sets the value of the reparent property.
void setShare(CascadeType value)
Sets the value of the share property.
void setUnshare(CascadeType value)
Sets the value of the unshare property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CascadeType assign

protected CascadeType delete

protected CascadeType merge

protected CascadeType reparent

protected CascadeType share

protected CascadeType unshare

Public Constructors

public CascadeConfiguration ()

Public Methods

public CascadeType getAssign ()

Gets the value of the assign property.

Returns

public CascadeType getDelete ()

Gets the value of the delete property.

Returns

public CascadeType getMerge ()

Gets the value of the merge property.

Returns

public CascadeType getReparent ()

Gets the value of the reparent property.

Returns

public CascadeType getShare ()

Gets the value of the share property.

Returns

public CascadeType getUnshare ()

Gets the value of the unshare property.

Returns

public void setAssign (CascadeType value)

Sets the value of the assign property.

Parameters
value Allowed object is CascadeType

public void setDelete (CascadeType value)

Sets the value of the delete property.

Parameters
value Allowed object is CascadeType

public void setMerge (CascadeType value)

Sets the value of the merge property.

Parameters
value Allowed object is CascadeType

public void setReparent (CascadeType value)

Sets the value of the reparent property.

Parameters
value Allowed object is CascadeType

public void setShare (CascadeType value)

Sets the value of the share property.

Parameters
value Allowed object is CascadeType

public void setUnshare (CascadeType value)

Sets the value of the unshare property.

Parameters
value Allowed object is CascadeType