com.microsoft.exchange.types
Class EffectiveRightsType

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

public class EffectiveRightsType
extends Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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

createAssociated

protected boolean createAssociated

createContents

protected boolean createContents

createHierarchy

protected boolean createHierarchy

delete

protected boolean delete

modify

protected boolean modify

read

protected boolean read
Constructor Detail

EffectiveRightsType

public EffectiveRightsType()
Method Detail

isCreateAssociated

public boolean isCreateAssociated()
Gets the value of the createAssociated property.


setCreateAssociated

public void setCreateAssociated(boolean value)
Sets the value of the createAssociated property.


isCreateContents

public boolean isCreateContents()
Gets the value of the createContents property.


setCreateContents

public void setCreateContents(boolean value)
Sets the value of the createContents property.


isCreateHierarchy

public boolean isCreateHierarchy()
Gets the value of the createHierarchy property.


setCreateHierarchy

public void setCreateHierarchy(boolean value)
Sets the value of the createHierarchy property.


isDelete

public boolean isDelete()
Gets the value of the delete property.


setDelete

public void setDelete(boolean value)
Sets the value of the delete property.


isModify

public boolean isModify()
Gets the value of the modify property.


setModify

public void setModify(boolean value)
Sets the value of the modify property.


isRead

public boolean isRead()
Gets the value of the read property.


setRead

public void setRead(boolean value)
Sets the value of the read property.


toString

public String toString()
Overrides:
toString in class Object

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

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

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

equals

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 Jasig. All Rights Reserved.