public class

ConstraintRelation

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.crm._2011.contracts.ConstraintRelation

Class Overview

Java class for ConstraintRelation complex type.

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

 <complexType name="ConstraintRelation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ConstraintType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Constraints" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ObjectId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String constraintType
protected String constraints
protected Guid objectId
Public Constructors
ConstraintRelation()
Public Methods
String getConstraintType()
Gets the value of the constraintType property.
String getConstraints()
Gets the value of the constraints property.
Guid getObjectId()
Gets the value of the objectId property.
void setConstraintType(String value)
Sets the value of the constraintType property.
void setConstraints(String value)
Sets the value of the constraints property.
void setObjectId(Guid value)
Sets the value of the objectId property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String constraintType

protected String constraints

protected Guid objectId

Public Constructors

public ConstraintRelation ()

Public Methods

public String getConstraintType ()

Gets the value of the constraintType property.

Returns
  • possible object is String

public String getConstraints ()

Gets the value of the constraints property.

Returns
  • possible object is String

public Guid getObjectId ()

Gets the value of the objectId property.

Returns
  • possible object is Guid

public void setConstraintType (String value)

Sets the value of the constraintType property.

Parameters
value Allowed object is String

public void setConstraints (String value)

Sets the value of the constraints property.

Parameters
value Allowed object is String

public void setObjectId (Guid value)

Sets the value of the objectId property.

Parameters
value Allowed object is Guid