com.microsoft.exchange.types
Class SetFolderFieldType

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

public class SetFolderFieldType
extends FolderChangeDescriptionType
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for SetFolderFieldType complex type.

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

 <complexType name="SetFolderFieldType">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/exchange/services/2006/types}FolderChangeDescriptionType">
       <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>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  CalendarFolderType calendarFolder
           
protected  ContactsFolderType contactsFolder
           
protected  FolderType folder
           
protected  SearchFolderType searchFolder
           
protected  TasksFolderType tasksFolder
           
 
Fields inherited from class com.microsoft.exchange.types.ChangeDescriptionType
path
 
Constructor Summary
SetFolderFieldType()
           
 
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 com.microsoft.exchange.types.ChangeDescriptionType
getPath, setPath
 
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

SetFolderFieldType

public SetFolderFieldType()
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 FolderChangeDescriptionType

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
Overrides:
append in class FolderChangeDescriptionType

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
Overrides:
appendFields in class FolderChangeDescriptionType

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
Overrides:
equals in class FolderChangeDescriptionType

equals

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

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
Overrides:
hashCode in class FolderChangeDescriptionType

hashCode

public int hashCode()
Overrides:
hashCode in class FolderChangeDescriptionType


Copyright © 2012 Jasig. All Rights Reserved.