public class UpdateDelegate extends BaseDelegateType implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for UpdateDelegateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateDelegateType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/messages}BaseDelegateType">
<sequence>
<element name="DelegateUsers" type="{http://schemas.microsoft.com/exchange/services/2006/types}ArrayOfDelegateUserType" minOccurs="0"/>
<element name="DeliverMeetingRequests" type="{http://schemas.microsoft.com/exchange/services/2006/types}DeliverMeetingRequestsType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfDelegateUserType |
delegateUsers |
protected DeliverMeetingRequestsType |
deliverMeetingRequests |
mailbox| Constructor and Description |
|---|
UpdateDelegate() |
| 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) |
ArrayOfDelegateUserType |
getDelegateUsers()
Gets the value of the delegateUsers property.
|
DeliverMeetingRequestsType |
getDeliverMeetingRequests()
Gets the value of the deliverMeetingRequests property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDelegateUsers(ArrayOfDelegateUserType value)
Sets the value of the delegateUsers property.
|
void |
setDeliverMeetingRequests(DeliverMeetingRequestsType value)
Sets the value of the deliverMeetingRequests property.
|
String |
toString() |
getMailbox, setMailboxprotected ArrayOfDelegateUserType delegateUsers
protected DeliverMeetingRequestsType deliverMeetingRequests
public ArrayOfDelegateUserType getDelegateUsers()
ArrayOfDelegateUserTypepublic void setDelegateUsers(ArrayOfDelegateUserType value)
value - allowed object is
ArrayOfDelegateUserTypepublic DeliverMeetingRequestsType getDeliverMeetingRequests()
DeliverMeetingRequestsTypepublic void setDeliverMeetingRequests(DeliverMeetingRequestsType value)
value - allowed object is
DeliverMeetingRequestsTypepublic String toString()
toString in class BaseDelegateTypepublic 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 BaseDelegateTypepublic 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 BaseDelegateTypepublic 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 BaseDelegateTypepublic boolean equals(Object object)
equals in class BaseDelegateTypepublic 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 BaseDelegateTypepublic int hashCode()
hashCode in class BaseDelegateTypeCopyright © 2015 Jasig. All Rights Reserved.