|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.types.EffectiveRightsType
public class EffectiveRightsType
Java class for EffectiveRightsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EffectiveRightsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CreateAssociated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="CreateContents" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="CreateHierarchy" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Modify" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Read" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
createAssociated
|
protected boolean |
createContents
|
protected boolean |
createHierarchy
|
protected boolean |
delete
|
protected boolean |
modify
|
protected boolean |
read
|
| Constructor Summary | |
|---|---|
EffectiveRightsType()
|
|
| 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)
|
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isCreateAssociated()
Gets the value of the createAssociated property. |
boolean |
isCreateContents()
Gets the value of the createContents property. |
boolean |
isCreateHierarchy()
Gets the value of the createHierarchy property. |
boolean |
isDelete()
Gets the value of the delete property. |
boolean |
isModify()
Gets the value of the modify property. |
boolean |
isRead()
Gets the value of the read property. |
void |
setCreateAssociated(boolean value)
Sets the value of the createAssociated property. |
void |
setCreateContents(boolean value)
Sets the value of the createContents property. |
void |
setCreateHierarchy(boolean value)
Sets the value of the createHierarchy property. |
void |
setDelete(boolean value)
Sets the value of the delete property. |
void |
setModify(boolean value)
Sets the value of the modify property. |
void |
setRead(boolean value)
Sets the value of the read property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected boolean createAssociated
protected boolean createContents
protected boolean createHierarchy
protected boolean delete
protected boolean modify
protected boolean read
| Constructor Detail |
|---|
public EffectiveRightsType()
| Method Detail |
|---|
public boolean isCreateAssociated()
public void setCreateAssociated(boolean value)
public boolean isCreateContents()
public void setCreateContents(boolean value)
public boolean isCreateHierarchy()
public void setCreateHierarchy(boolean value)
public boolean isDelete()
public void setDelete(boolean value)
public boolean isModify()
public void setModify(boolean value)
public boolean isRead()
public void setRead(boolean value)
public String toString()
toString in class Object
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.ToString
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.ToString
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.Equalspublic boolean equals(Object object)
equals in class Object
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.HashCodepublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||