| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.ConstraintRelation |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| constraintType | |||||||||||
| constraints | |||||||||||
| objectId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the constraintType property.
| |||||||||||
Gets the value of the constraints property.
| |||||||||||
Gets the value of the objectId property.
| |||||||||||
Sets the value of the constraintType property.
| |||||||||||
Sets the value of the constraints property.
| |||||||||||
Sets the value of the objectId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the constraintType property.
Gets the value of the constraints property.
Sets the value of the constraintType property.
| value | Allowed object is String |
|---|
Sets the value of the constraints property.
| value | Allowed object is String |
|---|
Sets the value of the objectId property.
| value | Allowed object is
Guid
|
|---|