public class

UserAccessAuditDetail

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

Class Overview

Java class for UserAccessAuditDetail complex type.

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

 <complexType name="UserAccessAuditDetail">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/crm/2011/Contracts}AuditDetail">
       <sequence>
         <element name="AccessTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Interval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.crm._2011.contracts.AuditDetail
Fields
protected XMLGregorianCalendar accessTime
protected Integer interval
[Expand]
Inherited Fields
From class com.microsoft.schemas.crm._2011.contracts.AuditDetail
Public Constructors
UserAccessAuditDetail()
Public Methods
XMLGregorianCalendar getAccessTime()
Gets the value of the accessTime property.
Integer getInterval()
Gets the value of the interval property.
void setAccessTime(XMLGregorianCalendar value)
Sets the value of the accessTime property.
void setInterval(Integer value)
Sets the value of the interval 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 XMLGregorianCalendar accessTime

protected Integer interval

Public Constructors

public UserAccessAuditDetail ()

Public Methods

public XMLGregorianCalendar getAccessTime ()

Gets the value of the accessTime property.

Returns
  • possible object is XMLGregorianCalendar

public Integer getInterval ()

Gets the value of the interval property.

Returns
  • possible object is Integer

public void setAccessTime (XMLGregorianCalendar value)

Sets the value of the accessTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setInterval (Integer value)

Sets the value of the interval property.

Parameters
value Allowed object is Integer