public class EmailAddressType extends BaseEmailAddressType implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
emailAddress |
protected ItemIdType |
itemId |
protected MailboxTypeType |
mailboxType |
protected String |
name |
protected String |
routingType |
| Constructor and Description |
|---|
EmailAddressType() |
| 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 |
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() |
protected String name
protected String emailAddress
protected String routingType
protected MailboxTypeType mailboxType
protected ItemIdType itemId
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 BaseEmailAddressTypepublic 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 BaseEmailAddressTypepublic 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 BaseEmailAddressTypepublic 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 BaseEmailAddressTypepublic 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 BaseEmailAddressTypeCopyright © 2015 Jasig. All Rights Reserved.