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

Packages that use NonEmptyArrayOfAllItemsType
com.microsoft.exchange.messages   
com.microsoft.exchange.types   
 

Uses of NonEmptyArrayOfAllItemsType in com.microsoft.exchange.messages
 

Fields in com.microsoft.exchange.messages declared as NonEmptyArrayOfAllItemsType
protected  NonEmptyArrayOfAllItemsType CreateItem.items
           
 

Methods in com.microsoft.exchange.messages that return NonEmptyArrayOfAllItemsType
 NonEmptyArrayOfAllItemsType CreateItem.getItems()
          Gets the value of the items property.
 

Methods in com.microsoft.exchange.messages with parameters of type NonEmptyArrayOfAllItemsType
 void CreateItem.setItems(NonEmptyArrayOfAllItemsType value)
          Sets the value of the items property.
 

Uses of NonEmptyArrayOfAllItemsType in com.microsoft.exchange.types
 

Fields in com.microsoft.exchange.types declared as NonEmptyArrayOfAllItemsType
protected  NonEmptyArrayOfAllItemsType MeetingRequestMessageType.adjacentMeetings
           
protected  NonEmptyArrayOfAllItemsType CalendarItemType.adjacentMeetings
           
protected  NonEmptyArrayOfAllItemsType MeetingRequestMessageType.conflictingMeetings
           
protected  NonEmptyArrayOfAllItemsType CalendarItemType.conflictingMeetings
           
 

Methods in com.microsoft.exchange.types that return NonEmptyArrayOfAllItemsType
 NonEmptyArrayOfAllItemsType ObjectFactory.createNonEmptyArrayOfAllItemsType()
          Create an instance of NonEmptyArrayOfAllItemsType
 NonEmptyArrayOfAllItemsType MeetingRequestMessageType.getAdjacentMeetings()
          Gets the value of the adjacentMeetings property.
 NonEmptyArrayOfAllItemsType CalendarItemType.getAdjacentMeetings()
          Gets the value of the adjacentMeetings property.
 NonEmptyArrayOfAllItemsType MeetingRequestMessageType.getConflictingMeetings()
          Gets the value of the conflictingMeetings property.
 NonEmptyArrayOfAllItemsType CalendarItemType.getConflictingMeetings()
          Gets the value of the conflictingMeetings property.
 

Methods in com.microsoft.exchange.types with parameters of type NonEmptyArrayOfAllItemsType
 void MeetingRequestMessageType.setAdjacentMeetings(NonEmptyArrayOfAllItemsType value)
          Sets the value of the adjacentMeetings property.
 void CalendarItemType.setAdjacentMeetings(NonEmptyArrayOfAllItemsType value)
          Sets the value of the adjacentMeetings property.
 void MeetingRequestMessageType.setConflictingMeetings(NonEmptyArrayOfAllItemsType value)
          Sets the value of the conflictingMeetings property.
 void CalendarItemType.setConflictingMeetings(NonEmptyArrayOfAllItemsType value)
          Sets the value of the conflictingMeetings property.
 



Copyright © 2012 Jasig. All Rights Reserved.