|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.types.BasePermissionType
com.microsoft.exchange.types.CalendarPermissionType
public class CalendarPermissionType
Java class for CalendarPermissionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalendarPermissionType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/types}BasePermissionType">
<sequence>
<element name="ReadItems" type="{http://schemas.microsoft.com/exchange/services/2006/types}CalendarPermissionReadAccessType" minOccurs="0"/>
<element name="CalendarPermissionLevel" type="{http://schemas.microsoft.com/exchange/services/2006/types}CalendarPermissionLevelType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CalendarPermissionLevelType |
calendarPermissionLevel
|
protected CalendarPermissionReadAccessType |
readItems
|
| Fields inherited from class com.microsoft.exchange.types.BasePermissionType |
|---|
canCreateItems, canCreateSubFolders, deleteItems, editItems, isFolderContact, isFolderOwner, isFolderVisible, userId |
| Constructor Summary | |
|---|---|
CalendarPermissionType()
|
|
| 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)
|
CalendarPermissionLevelType |
getCalendarPermissionLevel()
Gets the value of the calendarPermissionLevel property. |
CalendarPermissionReadAccessType |
getReadItems()
Gets the value of the readItems property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setCalendarPermissionLevel(CalendarPermissionLevelType value)
Sets the value of the calendarPermissionLevel property. |
void |
setReadItems(CalendarPermissionReadAccessType value)
Sets the value of the readItems property. |
String |
toString()
|
| Methods inherited from class com.microsoft.exchange.types.BasePermissionType |
|---|
getDeleteItems, getEditItems, getUserId, isCanCreateItems, isCanCreateSubFolders, isIsFolderContact, isIsFolderOwner, isIsFolderVisible, setCanCreateItems, setCanCreateSubFolders, setDeleteItems, setEditItems, setIsFolderContact, setIsFolderOwner, setIsFolderVisible, setUserId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected CalendarPermissionReadAccessType readItems
protected CalendarPermissionLevelType calendarPermissionLevel
| Constructor Detail |
|---|
public CalendarPermissionType()
| Method Detail |
|---|
public CalendarPermissionReadAccessType getReadItems()
CalendarPermissionReadAccessTypepublic void setReadItems(CalendarPermissionReadAccessType value)
value - allowed object is
CalendarPermissionReadAccessTypepublic CalendarPermissionLevelType getCalendarPermissionLevel()
CalendarPermissionLevelTypepublic void setCalendarPermissionLevel(CalendarPermissionLevelType value)
value - allowed object is
CalendarPermissionLevelTypepublic String toString()
toString in class BasePermissionType
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 BasePermissionType
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 BasePermissionType
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 BasePermissionTypepublic boolean equals(Object object)
equals in class BasePermissionType
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 BasePermissionTypepublic int hashCode()
hashCode in class BasePermissionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||