|
||||||||||
| 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.PermissionType
public class PermissionType
A permission on a folder
Java class for PermissionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PermissionType">
<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}PermissionReadAccessType" minOccurs="0"/>
<element name="PermissionLevel" type="{http://schemas.microsoft.com/exchange/services/2006/types}PermissionLevelType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected PermissionLevelType |
permissionLevel
|
protected PermissionReadAccessType |
readItems
|
| Fields inherited from class com.microsoft.exchange.types.BasePermissionType |
|---|
canCreateItems, canCreateSubFolders, deleteItems, editItems, isFolderContact, isFolderOwner, isFolderVisible, userId |
| Constructor Summary | |
|---|---|
PermissionType()
|
|
| 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)
|
PermissionLevelType |
getPermissionLevel()
Gets the value of the permissionLevel property. |
PermissionReadAccessType |
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 |
setPermissionLevel(PermissionLevelType value)
Sets the value of the permissionLevel property. |
void |
setReadItems(PermissionReadAccessType 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 PermissionReadAccessType readItems
protected PermissionLevelType permissionLevel
| Constructor Detail |
|---|
public PermissionType()
| Method Detail |
|---|
public PermissionReadAccessType getReadItems()
PermissionReadAccessTypepublic void setReadItems(PermissionReadAccessType value)
value - allowed object is
PermissionReadAccessTypepublic PermissionLevelType getPermissionLevel()
PermissionLevelTypepublic void setPermissionLevel(PermissionLevelType value)
value - allowed object is
PermissionLevelTypepublic 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 | |||||||||