public class ManagedFolderInformationType extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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>
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ManagedFolderInformationType() |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected Boolean canDelete
protected Boolean canRenameOrMove
protected Boolean mustDisplayComment
protected Boolean hasQuota
protected Boolean isManagedFoldersRoot
protected String managedFolderId
protected String comment
protected Integer storageQuota
protected Integer folderSize
protected String homePage
public Boolean isCanDelete()
Booleanpublic void setCanDelete(Boolean value)
value - allowed object is
Booleanpublic Boolean isCanRenameOrMove()
Booleanpublic void setCanRenameOrMove(Boolean value)
value - allowed object is
Booleanpublic Boolean isMustDisplayComment()
Booleanpublic void setMustDisplayComment(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasQuota()
Booleanpublic void setHasQuota(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsManagedFoldersRoot()
Booleanpublic void setIsManagedFoldersRoot(Boolean value)
value - allowed object is
Booleanpublic String getManagedFolderId()
Stringpublic void setManagedFolderId(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic Integer getStorageQuota()
Integerpublic void setStorageQuota(Integer value)
value - allowed object is
Integerpublic Integer getFolderSize()
Integerpublic void setFolderSize(Integer value)
value - allowed object is
Integerpublic String getHomePage()
Stringpublic void setHomePage(String value)
value - allowed object is
Stringpublic 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.ToStringpublic 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.ToStringpublic 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 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2014 Jasig. All Rights Reserved.