| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.ValidationResult |
Java class for ValidationResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ActivityId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
<element name="TraceInfo" type="{http://schemas.microsoft.com/crm/2011/Contracts}TraceInfo" minOccurs="0"/>
<element name="ValidationSuccess" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| activityId | |||||||||||
| traceInfo | |||||||||||
| validationSuccess | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the activityId property.
| |||||||||||
Gets the value of the traceInfo property.
| |||||||||||
Gets the value of the validationSuccess property.
| |||||||||||
Sets the value of the activityId property.
| |||||||||||
Sets the value of the traceInfo property.
| |||||||||||
Sets the value of the validationSuccess property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the activityId property.
Guid
Gets the value of the traceInfo property.
TraceInfo
Gets the value of the validationSuccess property.
Sets the value of the activityId property.
| value | Allowed object is
Guid
|
|---|
Sets the value of the traceInfo property.
| value | Allowed object is
TraceInfo
|
|---|
Sets the value of the validationSuccess property.
| value | Allowed object is Boolean |
|---|