com.microsoft.exchange.types
Class SyncFolderHierarchyCreateOrUpdateType

java.lang.Object
  extended by com.microsoft.exchange.types.SyncFolderHierarchyCreateOrUpdateType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class SyncFolderHierarchyCreateOrUpdateType
extends Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for SyncFolderHierarchyCreateOrUpdateType complex type.

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

 <complexType name="SyncFolderHierarchyCreateOrUpdateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Folder" type="{http://schemas.microsoft.com/exchange/services/2006/types}FolderType"/>
         <element name="CalendarFolder" type="{http://schemas.microsoft.com/exchange/services/2006/types}CalendarFolderType"/>
         <element name="ContactsFolder" type="{http://schemas.microsoft.com/exchange/services/2006/types}ContactsFolderType"/>
         <element name="SearchFolder" type="{http://schemas.microsoft.com/exchange/services/2006/types}SearchFolderType"/>
         <element name="TasksFolder" type="{http://schemas.microsoft.com/exchange/services/2006/types}TasksFolderType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CalendarFolderType calendarFolder
           
protected  ContactsFolderType contactsFolder
           
protected  FolderType folder
           
protected  SearchFolderType searchFolder
           
protected  TasksFolderType tasksFolder
           
 
Constructor Summary
SyncFolderHierarchyCreateOrUpdateType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 CalendarFolderType getCalendarFolder()
          Gets the value of the calendarFolder property.
 ContactsFolderType getContactsFolder()
          Gets the value of the contactsFolder property.
 FolderType getFolder()
          Gets the value of the folder property.
 SearchFolderType getSearchFolder()
          Gets the value of the searchFolder property.
 TasksFolderType getTasksFolder()
          Gets the value of the tasksFolder property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setCalendarFolder(CalendarFolderType value)
          Sets the value of the calendarFolder property.
 void setContactsFolder(ContactsFolderType value)
          Sets the value of the contactsFolder property.
 void setFolder(FolderType value)
          Sets the value of the folder property.
 void setSearchFolder(SearchFolderType value)
          Sets the value of the searchFolder property.
 void setTasksFolder(TasksFolderType value)
          Sets the value of the tasksFolder property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

tasksFolder

protected TasksFolderType tasksFolder

searchFolder

protected SearchFolderType searchFolder

contactsFolder

protected ContactsFolderType contactsFolder

calendarFolder

protected CalendarFolderType calendarFolder

folder

protected FolderType folder
Constructor Detail

SyncFolderHierarchyCreateOrUpdateType

public SyncFolderHierarchyCreateOrUpdateType()
Method Detail

getTasksFolder

public TasksFolderType getTasksFolder()
Gets the value of the tasksFolder property.

Returns:
possible object is TasksFolderType

setTasksFolder

public void setTasksFolder(TasksFolderType value)
Sets the value of the tasksFolder property.

Parameters:
value - allowed object is TasksFolderType

getSearchFolder

public SearchFolderType getSearchFolder()
Gets the value of the searchFolder property.

Returns:
possible object is SearchFolderType

setSearchFolder

public void setSearchFolder(SearchFolderType value)
Sets the value of the searchFolder property.

Parameters:
value - allowed object is SearchFolderType

getContactsFolder

public ContactsFolderType getContactsFolder()
Gets the value of the contactsFolder property.

Returns:
possible object is ContactsFolderType

setContactsFolder

public void setContactsFolder(ContactsFolderType value)
Sets the value of the contactsFolder property.

Parameters:
value - allowed object is ContactsFolderType

getCalendarFolder

public CalendarFolderType getCalendarFolder()
Gets the value of the calendarFolder property.

Returns:
possible object is CalendarFolderType

setCalendarFolder

public void setCalendarFolder(CalendarFolderType value)
Sets the value of the calendarFolder property.

Parameters:
value - allowed object is CalendarFolderType

getFolder

public FolderType getFolder()
Gets the value of the folder property.

Returns:
possible object is FolderType

setFolder

public void setFolder(FolderType value)
Sets the value of the folder property.

Parameters:
value - allowed object is FolderType

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 Jasig. All Rights Reserved.