com.microsoft.exchange.types
Class ManagedFolderInformationType

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

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

Compound property for Managed Folder related information for Managed Folders.

Java class for ManagedFolderInformationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ManagedFolderInformationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CanDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CanRenameOrMove" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="MustDisplayComment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="HasQuota" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsManagedFoldersRoot" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ManagedFolderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StorageQuota" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="FolderSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="HomePage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean canDelete
           
protected  Boolean canRenameOrMove
           
protected  String comment
           
protected  Integer folderSize
           
protected  Boolean hasQuota
           
protected  String homePage
           
protected  Boolean isManagedFoldersRoot
           
protected  String managedFolderId
           
protected  Boolean mustDisplayComment
           
protected  Integer storageQuota
           
 
Constructor Summary
ManagedFolderInformationType()
           
 
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)
           
 String getComment()
          Gets the value of the comment property.
 Integer getFolderSize()
          Gets the value of the folderSize property.
 String getHomePage()
          Gets the value of the homePage property.
 String getManagedFolderId()
          Gets the value of the managedFolderId property.
 Integer getStorageQuota()
          Gets the value of the storageQuota property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 Boolean isCanDelete()
          Gets the value of the canDelete property.
 Boolean isCanRenameOrMove()
          Gets the value of the canRenameOrMove property.
 Boolean isHasQuota()
          Gets the value of the hasQuota property.
 Boolean isIsManagedFoldersRoot()
          Gets the value of the isManagedFoldersRoot property.
 Boolean isMustDisplayComment()
          Gets the value of the mustDisplayComment property.
 void setCanDelete(Boolean value)
          Sets the value of the canDelete property.
 void setCanRenameOrMove(Boolean value)
          Sets the value of the canRenameOrMove property.
 void setComment(String value)
          Sets the value of the comment property.
 void setFolderSize(Integer value)
          Sets the value of the folderSize property.
 void setHasQuota(Boolean value)
          Sets the value of the hasQuota property.
 void setHomePage(String value)
          Sets the value of the homePage property.
 void setIsManagedFoldersRoot(Boolean value)
          Sets the value of the isManagedFoldersRoot property.
 void setManagedFolderId(String value)
          Sets the value of the managedFolderId property.
 void setMustDisplayComment(Boolean value)
          Sets the value of the mustDisplayComment property.
 void setStorageQuota(Integer value)
          Sets the value of the storageQuota property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

canDelete

protected Boolean canDelete

canRenameOrMove

protected Boolean canRenameOrMove

mustDisplayComment

protected Boolean mustDisplayComment

hasQuota

protected Boolean hasQuota

isManagedFoldersRoot

protected Boolean isManagedFoldersRoot

managedFolderId

protected String managedFolderId

comment

protected String comment

storageQuota

protected Integer storageQuota

folderSize

protected Integer folderSize

homePage

protected String homePage
Constructor Detail

ManagedFolderInformationType

public ManagedFolderInformationType()
Method Detail

isCanDelete

public Boolean isCanDelete()
Gets the value of the canDelete property.

Returns:
possible object is Boolean

setCanDelete

public void setCanDelete(Boolean value)
Sets the value of the canDelete property.

Parameters:
value - allowed object is Boolean

isCanRenameOrMove

public Boolean isCanRenameOrMove()
Gets the value of the canRenameOrMove property.

Returns:
possible object is Boolean

setCanRenameOrMove

public void setCanRenameOrMove(Boolean value)
Sets the value of the canRenameOrMove property.

Parameters:
value - allowed object is Boolean

isMustDisplayComment

public Boolean isMustDisplayComment()
Gets the value of the mustDisplayComment property.

Returns:
possible object is Boolean

setMustDisplayComment

public void setMustDisplayComment(Boolean value)
Sets the value of the mustDisplayComment property.

Parameters:
value - allowed object is Boolean

isHasQuota

public Boolean isHasQuota()
Gets the value of the hasQuota property.

Returns:
possible object is Boolean

setHasQuota

public void setHasQuota(Boolean value)
Sets the value of the hasQuota property.

Parameters:
value - allowed object is Boolean

isIsManagedFoldersRoot

public Boolean isIsManagedFoldersRoot()
Gets the value of the isManagedFoldersRoot property.

Returns:
possible object is Boolean

setIsManagedFoldersRoot

public void setIsManagedFoldersRoot(Boolean value)
Sets the value of the isManagedFoldersRoot property.

Parameters:
value - allowed object is Boolean

getManagedFolderId

public String getManagedFolderId()
Gets the value of the managedFolderId property.

Returns:
possible object is String

setManagedFolderId

public void setManagedFolderId(String value)
Sets the value of the managedFolderId property.

Parameters:
value - allowed object is String

getComment

public String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getStorageQuota

public Integer getStorageQuota()
Gets the value of the storageQuota property.

Returns:
possible object is Integer

setStorageQuota

public void setStorageQuota(Integer value)
Sets the value of the storageQuota property.

Parameters:
value - allowed object is Integer

getFolderSize

public Integer getFolderSize()
Gets the value of the folderSize property.

Returns:
possible object is Integer

setFolderSize

public void setFolderSize(Integer value)
Sets the value of the folderSize property.

Parameters:
value - allowed object is Integer

getHomePage

public String getHomePage()
Gets the value of the homePage property.

Returns:
possible object is String

setHomePage

public void setHomePage(String value)
Sets the value of the homePage property.

Parameters:
value - allowed object is String

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.