public class

ValidationResult

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Guid activityId
protected TraceInfo traceInfo
protected Boolean validationSuccess
Public Constructors
ValidationResult()
Public Methods
Guid getActivityId()
Gets the value of the activityId property.
TraceInfo getTraceInfo()
Gets the value of the traceInfo property.
Boolean isValidationSuccess()
Gets the value of the validationSuccess property.
void setActivityId(Guid value)
Sets the value of the activityId property.
void setTraceInfo(TraceInfo value)
Sets the value of the traceInfo property.
void setValidationSuccess(Boolean value)
Sets the value of the validationSuccess property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Guid activityId

protected TraceInfo traceInfo

protected Boolean validationSuccess

Public Constructors

public ValidationResult ()

Public Methods

public Guid getActivityId ()

Gets the value of the activityId property.

Returns
  • possible object is Guid

public TraceInfo getTraceInfo ()

Gets the value of the traceInfo property.

Returns

public Boolean isValidationSuccess ()

Gets the value of the validationSuccess property.

Returns
  • possible object is Boolean

public void setActivityId (Guid value)

Sets the value of the activityId property.

Parameters
value Allowed object is Guid

public void setTraceInfo (TraceInfo value)

Sets the value of the traceInfo property.

Parameters
value Allowed object is TraceInfo

public void setValidationSuccess (Boolean value)

Sets the value of the validationSuccess property.

Parameters
value Allowed object is Boolean