Uses of Class
com.microsoft.exchange.types.OccurrenceInfoType

Packages that use OccurrenceInfoType
com.microsoft.exchange.types   
 

Uses of OccurrenceInfoType in com.microsoft.exchange.types
 

Fields in com.microsoft.exchange.types declared as OccurrenceInfoType
protected  OccurrenceInfoType MeetingRequestMessageType.firstOccurrence
           
protected  OccurrenceInfoType CalendarItemType.firstOccurrence
           
protected  OccurrenceInfoType MeetingRequestMessageType.lastOccurrence
           
protected  OccurrenceInfoType CalendarItemType.lastOccurrence
           
 

Fields in com.microsoft.exchange.types with type parameters of type OccurrenceInfoType
protected  List<OccurrenceInfoType> NonEmptyArrayOfOccurrenceInfoType.occurrences
           
 

Methods in com.microsoft.exchange.types that return OccurrenceInfoType
 OccurrenceInfoType ObjectFactory.createOccurrenceInfoType()
          Create an instance of OccurrenceInfoType
 OccurrenceInfoType MeetingRequestMessageType.getFirstOccurrence()
          Gets the value of the firstOccurrence property.
 OccurrenceInfoType CalendarItemType.getFirstOccurrence()
          Gets the value of the firstOccurrence property.
 OccurrenceInfoType MeetingRequestMessageType.getLastOccurrence()
          Gets the value of the lastOccurrence property.
 OccurrenceInfoType CalendarItemType.getLastOccurrence()
          Gets the value of the lastOccurrence property.
 

Methods in com.microsoft.exchange.types that return types with arguments of type OccurrenceInfoType
 List<OccurrenceInfoType> NonEmptyArrayOfOccurrenceInfoType.getOccurrences()
          Gets the value of the occurrences property.
 

Methods in com.microsoft.exchange.types with parameters of type OccurrenceInfoType
 void MeetingRequestMessageType.setFirstOccurrence(OccurrenceInfoType value)
          Sets the value of the firstOccurrence property.
 void CalendarItemType.setFirstOccurrence(OccurrenceInfoType value)
          Sets the value of the firstOccurrence property.
 void MeetingRequestMessageType.setLastOccurrence(OccurrenceInfoType value)
          Sets the value of the lastOccurrence property.
 void CalendarItemType.setLastOccurrence(OccurrenceInfoType value)
          Sets the value of the lastOccurrence property.
 



Copyright © 2012 Jasig. All Rights Reserved.