public class

AttributeAuditDetail

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

Class Overview

Java class for AttributeAuditDetail complex type.

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

 <complexType name="AttributeAuditDetail">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/crm/2011/Contracts}AuditDetail">
       <sequence>
         <element name="InvalidNewValueAttributes" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
         <element name="NewValue" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Entity" minOccurs="0"/>
         <element name="OldValue" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Entity" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.crm._2011.contracts.AuditDetail
Fields
protected ArrayOfstring invalidNewValueAttributes
protected Entity newValue
protected Entity oldValue
[Expand]
Inherited Fields
From class com.microsoft.schemas.crm._2011.contracts.AuditDetail
Public Constructors
AttributeAuditDetail()
Public Methods
ArrayOfstring getInvalidNewValueAttributes()
Gets the value of the invalidNewValueAttributes property.
Entity getNewValue()
Gets the value of the newValue property.
Entity getOldValue()
Gets the value of the oldValue property.
void setInvalidNewValueAttributes(ArrayOfstring value)
Sets the value of the invalidNewValueAttributes property.
void setNewValue(Entity value)
Sets the value of the newValue property.
void setOldValue(Entity value)
Sets the value of the oldValue property.
[Expand]
Inherited Methods
From class com.microsoft.schemas.crm._2011.contracts.AuditDetail
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ArrayOfstring invalidNewValueAttributes

protected Entity newValue

protected Entity oldValue

Public Constructors

public AttributeAuditDetail ()

Public Methods

public ArrayOfstring getInvalidNewValueAttributes ()

Gets the value of the invalidNewValueAttributes property.

Returns

public Entity getNewValue ()

Gets the value of the newValue property.

Returns

public Entity getOldValue ()

Gets the value of the oldValue property.

Returns

public void setInvalidNewValueAttributes (ArrayOfstring value)

Sets the value of the invalidNewValueAttributes property.

Parameters
value Allowed object is ArrayOfstring

public void setNewValue (Entity value)

Sets the value of the newValue property.

Parameters
value Allowed object is Entity

public void setOldValue (Entity value)

Sets the value of the oldValue property.

Parameters
value Allowed object is Entity