public class DistinguishedFolderIdType extends BaseFolderIdType implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for DistinguishedFolderIdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistinguishedFolderIdType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/types}BaseFolderIdType">
<sequence>
<element name="Mailbox" type="{http://schemas.microsoft.com/exchange/services/2006/types}EmailAddressType" minOccurs="0"/>
</sequence>
<attribute name="Id" use="required" type="{http://schemas.microsoft.com/exchange/services/2006/types}DistinguishedFolderIdNameType" />
<attribute name="ChangeKey" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changeKey |
protected DistinguishedFolderIdNameType |
id |
protected EmailAddressType |
mailbox |
| Constructor and Description |
|---|
DistinguishedFolderIdType() |
| 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 |
getChangeKey()
Gets the value of the changeKey property.
|
DistinguishedFolderIdNameType |
getId()
Gets the value of the id property.
|
EmailAddressType |
getMailbox()
Gets the value of the mailbox property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setChangeKey(String value)
Sets the value of the changeKey property.
|
void |
setId(DistinguishedFolderIdNameType value)
Sets the value of the id property.
|
void |
setMailbox(EmailAddressType value)
Sets the value of the mailbox property.
|
String |
toString() |
protected EmailAddressType mailbox
protected DistinguishedFolderIdNameType id
protected String changeKey
public EmailAddressType getMailbox()
EmailAddressTypepublic void setMailbox(EmailAddressType value)
value - allowed object is
EmailAddressTypepublic DistinguishedFolderIdNameType getId()
DistinguishedFolderIdNameTypepublic void setId(DistinguishedFolderIdNameType value)
value - allowed object is
DistinguishedFolderIdNameTypepublic String getChangeKey()
Stringpublic void setChangeKey(String value)
value - allowed object is
Stringpublic String toString()
toString in class BaseFolderIdTypepublic 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.ToStringappend in class BaseFolderIdTypepublic 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.ToStringappendFields in class BaseFolderIdTypepublic 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.Equalsequals in class BaseFolderIdTypepublic boolean equals(Object object)
equals in class BaseFolderIdTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class BaseFolderIdTypepublic int hashCode()
hashCode in class BaseFolderIdTypeCopyright © 2014 Jasig. All Rights Reserved.