|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.types.ItemType
com.microsoft.exchange.types.DistributionListType
public class DistributionListType
Java class for DistributionListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributionListType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/types}ItemType">
<sequence>
<element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FileAs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContactSource" type="{http://schemas.microsoft.com/exchange/services/2006/types}ContactSourceType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ContactSourceType |
contactSource
|
protected String |
displayName
|
protected String |
fileAs
|
| Fields inherited from class com.microsoft.exchange.types.ItemType |
|---|
attachments, body, categories, culture, dateTimeCreated, dateTimeReceived, dateTimeSent, displayCc, displayTo, effectiveRights, extendedProperties, hasAttachments, importance, inReplyTo, internetMessageHeaders, isDraft, isFromMe, isResend, isSubmitted, isUnmodified, itemClass, itemId, lastModifiedName, lastModifiedTime, mimeContent, parentFolderId, reminderDueBy, reminderIsSet, reminderMinutesBeforeStart, responseObjects, sensitivity, size, subject |
| Constructor Summary | |
|---|---|
DistributionListType()
|
|
| 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)
|
ContactSourceType |
getContactSource()
Gets the value of the contactSource property. |
String |
getDisplayName()
Gets the value of the displayName property. |
String |
getFileAs()
Gets the value of the fileAs property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setContactSource(ContactSourceType value)
Sets the value of the contactSource property. |
void |
setDisplayName(String value)
Sets the value of the displayName property. |
void |
setFileAs(String value)
Sets the value of the fileAs property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String displayName
protected String fileAs
protected ContactSourceType contactSource
| Constructor Detail |
|---|
public DistributionListType()
| Method Detail |
|---|
public String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getFileAs()
Stringpublic void setFileAs(String value)
value - allowed object is
Stringpublic ContactSourceType getContactSource()
ContactSourceTypepublic void setContactSource(ContactSourceType value)
value - allowed object is
ContactSourceTypepublic String toString()
toString in class ItemType
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.ToStringappend in class ItemType
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.ToStringappendFields in class ItemType
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.Equalsequals in class ItemTypepublic boolean equals(Object object)
equals in class ItemType
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.HashCodehashCode in class ItemTypepublic int hashCode()
hashCode in class ItemType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||