|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.types.BaseFolderType
public abstract class BaseFolderType
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 |
|---|
protected FolderIdType folderId
protected FolderIdType parentFolderId
protected String folderClass
protected String displayName
protected Integer totalCount
protected Integer childFolderCount
protected List<ExtendedPropertyType> extendedProperties
protected ManagedFolderInformationType managedFolderInformation
protected EffectiveRightsType effectiveRights
| Constructor Detail |
|---|
public BaseFolderType()
| Method Detail |
|---|
public FolderIdType getFolderId()
FolderIdTypepublic void setFolderId(FolderIdType value)
value - allowed object is
FolderIdTypepublic FolderIdType getParentFolderId()
FolderIdTypepublic void setParentFolderId(FolderIdType value)
value - allowed object is
FolderIdTypepublic String getFolderClass()
Stringpublic void setFolderClass(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic Integer getTotalCount()
Integerpublic void setTotalCount(Integer value)
value - allowed object is
Integerpublic Integer getChildFolderCount()
Integerpublic void setChildFolderCount(Integer value)
value - allowed object is
Integerpublic List<ExtendedPropertyType> getExtendedProperties()
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
public ManagedFolderInformationType getManagedFolderInformation()
ManagedFolderInformationTypepublic void setManagedFolderInformation(ManagedFolderInformationType value)
value - allowed object is
ManagedFolderInformationTypepublic EffectiveRightsType getEffectiveRights()
EffectiveRightsTypepublic void setEffectiveRights(EffectiveRightsType value)
value - allowed object is
EffectiveRightsTypepublic 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 | |||||||||