|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.types.ChangeDescriptionType
com.microsoft.exchange.types.FolderChangeDescriptionType
com.microsoft.exchange.types.SetFolderFieldType
public class SetFolderFieldType
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 |
|---|
protected TasksFolderType tasksFolder
protected SearchFolderType searchFolder
protected ContactsFolderType contactsFolder
protected CalendarFolderType calendarFolder
protected FolderType folder
| Constructor Detail |
|---|
public SetFolderFieldType()
| Method Detail |
|---|
public TasksFolderType getTasksFolder()
TasksFolderTypepublic void setTasksFolder(TasksFolderType value)
value - allowed object is
TasksFolderTypepublic SearchFolderType getSearchFolder()
SearchFolderTypepublic void setSearchFolder(SearchFolderType value)
value - allowed object is
SearchFolderTypepublic ContactsFolderType getContactsFolder()
ContactsFolderTypepublic void setContactsFolder(ContactsFolderType value)
value - allowed object is
ContactsFolderTypepublic CalendarFolderType getCalendarFolder()
CalendarFolderTypepublic void setCalendarFolder(CalendarFolderType value)
value - allowed object is
CalendarFolderTypepublic FolderType getFolder()
FolderTypepublic void setFolder(FolderType value)
value - allowed object is
FolderTypepublic String toString()
toString in class FolderChangeDescriptionType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class FolderChangeDescriptionType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class FolderChangeDescriptionType
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class FolderChangeDescriptionTypepublic boolean equals(Object object)
equals in class FolderChangeDescriptionType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class FolderChangeDescriptionTypepublic int hashCode()
hashCode in class FolderChangeDescriptionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||