com.microsoft.exchange.types
Class BaseFolderType

java.lang.Object
  extended by com.microsoft.exchange.types.BaseFolderType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
CalendarFolderType, ContactsFolderType, FolderType

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

Java class for BaseFolderType complex type.

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

 <complexType name="BaseFolderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FolderId" type="{http://schemas.microsoft.com/exchange/services/2006/types}FolderIdType" minOccurs="0"/>
         <element name="ParentFolderId" type="{http://schemas.microsoft.com/exchange/services/2006/types}FolderIdType" minOccurs="0"/>
         <element name="FolderClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TotalCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ChildFolderCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ExtendedProperty" type="{http://schemas.microsoft.com/exchange/services/2006/types}ExtendedPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ManagedFolderInformation" type="{http://schemas.microsoft.com/exchange/services/2006/types}ManagedFolderInformationType" minOccurs="0"/>
         <element name="EffectiveRights" type="{http://schemas.microsoft.com/exchange/services/2006/types}EffectiveRightsType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer childFolderCount
           
protected  String displayName
           
protected  EffectiveRightsType effectiveRights
           
protected  List<ExtendedPropertyType> extendedProperties
           
protected  String folderClass
           
protected  FolderIdType folderId
           
protected  ManagedFolderInformationType managedFolderInformation
           
protected  FolderIdType parentFolderId
           
protected  Integer totalCount
           
 
Constructor Summary
BaseFolderType()
           
 
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)
           
 Integer getChildFolderCount()
          Gets the value of the childFolderCount property.
 String getDisplayName()
          Gets the value of the displayName property.
 EffectiveRightsType getEffectiveRights()
          Gets the value of the effectiveRights property.
 List<ExtendedPropertyType> getExtendedProperties()
          Gets the value of the extendedProperties property.
 String getFolderClass()
          Gets the value of the folderClass property.
 FolderIdType getFolderId()
          Gets the value of the folderId property.
 ManagedFolderInformationType getManagedFolderInformation()
          Gets the value of the managedFolderInformation property.
 FolderIdType getParentFolderId()
          Gets the value of the parentFolderId property.
 Integer getTotalCount()
          Gets the value of the totalCount property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setChildFolderCount(Integer value)
          Sets the value of the childFolderCount property.
 void setDisplayName(String value)
          Sets the value of the displayName property.
 void setEffectiveRights(EffectiveRightsType value)
          Sets the value of the effectiveRights property.
 void setFolderClass(String value)
          Sets the value of the folderClass property.
 void setFolderId(FolderIdType value)
          Sets the value of the folderId property.
 void setManagedFolderInformation(ManagedFolderInformationType value)
          Sets the value of the managedFolderInformation property.
 void setParentFolderId(FolderIdType value)
          Sets the value of the parentFolderId property.
 void setTotalCount(Integer value)
          Sets the value of the totalCount property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

folderId

protected FolderIdType folderId

parentFolderId

protected FolderIdType parentFolderId

folderClass

protected String folderClass

displayName

protected String displayName

totalCount

protected Integer totalCount

childFolderCount

protected Integer childFolderCount

extendedProperties

protected List<ExtendedPropertyType> extendedProperties

managedFolderInformation

protected ManagedFolderInformationType managedFolderInformation

effectiveRights

protected EffectiveRightsType effectiveRights
Constructor Detail

BaseFolderType

public BaseFolderType()
Method Detail

getFolderId

public FolderIdType getFolderId()
Gets the value of the folderId property.

Returns:
possible object is FolderIdType

setFolderId

public void setFolderId(FolderIdType value)
Sets the value of the folderId property.

Parameters:
value - allowed object is FolderIdType

getParentFolderId

public FolderIdType getParentFolderId()
Gets the value of the parentFolderId property.

Returns:
possible object is FolderIdType

setParentFolderId

public void setParentFolderId(FolderIdType value)
Sets the value of the parentFolderId property.

Parameters:
value - allowed object is FolderIdType

getFolderClass

public String getFolderClass()
Gets the value of the folderClass property.

Returns:
possible object is String

setFolderClass

public void setFolderClass(String value)
Sets the value of the folderClass property.

Parameters:
value - allowed object is String

getDisplayName

public String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getTotalCount

public Integer getTotalCount()
Gets the value of the totalCount property.

Returns:
possible object is Integer

setTotalCount

public void setTotalCount(Integer value)
Sets the value of the totalCount property.

Parameters:
value - allowed object is Integer

getChildFolderCount

public Integer getChildFolderCount()
Gets the value of the childFolderCount property.

Returns:
possible object is Integer

setChildFolderCount

public void setChildFolderCount(Integer value)
Sets the value of the childFolderCount property.

Parameters:
value - allowed object is Integer

getExtendedProperties

public List<ExtendedPropertyType> getExtendedProperties()
Gets the value of the extendedProperties property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extendedProperties property.

For example, to add a new item, do as follows:

    getExtendedProperties().add(newItem);
 

Objects of the following type(s) are allowed in the list ExtendedPropertyType


getManagedFolderInformation

public ManagedFolderInformationType getManagedFolderInformation()
Gets the value of the managedFolderInformation property.

Returns:
possible object is ManagedFolderInformationType

setManagedFolderInformation

public void setManagedFolderInformation(ManagedFolderInformationType value)
Sets the value of the managedFolderInformation property.

Parameters:
value - allowed object is ManagedFolderInformationType

getEffectiveRights

public EffectiveRightsType getEffectiveRights()
Gets the value of the effectiveRights property.

Returns:
possible object is EffectiveRightsType

setEffectiveRights

public void setEffectiveRights(EffectiveRightsType value)
Sets the value of the effectiveRights property.

Parameters:
value - allowed object is EffectiveRightsType

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.