public class

AppointmentsToIgnore

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

Class Overview

Java class for AppointmentsToIgnore complex type.

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

 <complexType name="AppointmentsToIgnore">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Appointments" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfguid" minOccurs="0"/>
         <element name="ResourceId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ArrayOfguid appointments
protected Guid resourceId
Public Constructors
AppointmentsToIgnore()
Public Methods
ArrayOfguid getAppointments()
Gets the value of the appointments property.
Guid getResourceId()
Gets the value of the resourceId property.
void setAppointments(ArrayOfguid value)
Sets the value of the appointments property.
void setResourceId(Guid value)
Sets the value of the resourceId property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ArrayOfguid appointments

protected Guid resourceId

Public Constructors

public AppointmentsToIgnore ()

Public Methods

public ArrayOfguid getAppointments ()

Gets the value of the appointments property.

Returns

public Guid getResourceId ()

Gets the value of the resourceId property.

Returns
  • possible object is Guid

public void setAppointments (ArrayOfguid value)

Sets the value of the appointments property.

Parameters
value Allowed object is ArrayOfguid

public void setResourceId (Guid value)

Sets the value of the resourceId property.

Parameters
value Allowed object is Guid