|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.types.BaseEmailAddressType
com.microsoft.exchange.types.EmailAddressType
public class EmailAddressType
Identifier for a fully resolved email address
Java class for EmailAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailAddressType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/types}BaseEmailAddressType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EmailAddress" type="{http://schemas.microsoft.com/exchange/services/2006/types}NonEmptyStringType" minOccurs="0"/>
<element name="RoutingType" type="{http://schemas.microsoft.com/exchange/services/2006/types}NonEmptyStringType" minOccurs="0"/>
<element name="MailboxType" type="{http://schemas.microsoft.com/exchange/services/2006/types}MailboxTypeType" minOccurs="0"/>
<element name="ItemId" type="{http://schemas.microsoft.com/exchange/services/2006/types}ItemIdType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
emailAddress
|
protected ItemIdType |
itemId
|
protected MailboxTypeType |
mailboxType
|
protected String |
name
|
protected String |
routingType
|
| Constructor Summary | |
|---|---|
EmailAddressType()
|
|
| 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)
|
String |
getEmailAddress()
Gets the value of the emailAddress property. |
ItemIdType |
getItemId()
Gets the value of the itemId property. |
MailboxTypeType |
getMailboxType()
Gets the value of the mailboxType property. |
String |
getName()
Gets the value of the name property. |
String |
getRoutingType()
Gets the value of the routingType property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setEmailAddress(String value)
Sets the value of the emailAddress property. |
void |
setItemId(ItemIdType value)
Sets the value of the itemId property. |
void |
setMailboxType(MailboxTypeType value)
Sets the value of the mailboxType property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setRoutingType(String value)
Sets the value of the routingType property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String emailAddress
protected String routingType
protected MailboxTypeType mailboxType
protected ItemIdType itemId
| Constructor Detail |
|---|
public EmailAddressType()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getEmailAddress()
Stringpublic void setEmailAddress(String value)
value - allowed object is
Stringpublic String getRoutingType()
Stringpublic void setRoutingType(String value)
value - allowed object is
Stringpublic MailboxTypeType getMailboxType()
MailboxTypeTypepublic void setMailboxType(MailboxTypeType value)
value - allowed object is
MailboxTypeTypepublic ItemIdType getItemId()
ItemIdTypepublic void setItemId(ItemIdType value)
value - allowed object is
ItemIdTypepublic String toString()
toString in class BaseEmailAddressType
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 BaseEmailAddressType
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 BaseEmailAddressType
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 BaseEmailAddressTypepublic boolean equals(Object object)
equals in class BaseEmailAddressType
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 BaseEmailAddressTypepublic int hashCode()
hashCode in class BaseEmailAddressType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||