public class SyncFolderItemsCreateOrUpdateType extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for SyncFolderItemsCreateOrUpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyncFolderItemsCreateOrUpdateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Item" type="{http://schemas.microsoft.com/exchange/services/2006/types}ItemType"/>
<element name="Message" type="{http://schemas.microsoft.com/exchange/services/2006/types}MessageType"/>
<element name="CalendarItem" type="{http://schemas.microsoft.com/exchange/services/2006/types}CalendarItemType"/>
<element name="Contact" type="{http://schemas.microsoft.com/exchange/services/2006/types}ContactItemType"/>
<element name="DistributionList" type="{http://schemas.microsoft.com/exchange/services/2006/types}DistributionListType"/>
<element name="MeetingMessage" type="{http://schemas.microsoft.com/exchange/services/2006/types}MeetingMessageType"/>
<element name="MeetingRequest" type="{http://schemas.microsoft.com/exchange/services/2006/types}MeetingRequestMessageType"/>
<element name="MeetingResponse" type="{http://schemas.microsoft.com/exchange/services/2006/types}MeetingResponseMessageType"/>
<element name="MeetingCancellation" type="{http://schemas.microsoft.com/exchange/services/2006/types}MeetingCancellationMessageType"/>
<element name="Task" type="{http://schemas.microsoft.com/exchange/services/2006/types}TaskType"/>
<element name="PostItem" type="{http://schemas.microsoft.com/exchange/services/2006/types}PostItemType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CalendarItemType |
calendarItem |
protected ContactItemType |
contact |
protected DistributionListType |
distributionList |
protected ItemType |
item |
protected MeetingCancellationMessageType |
meetingCancellation |
protected MeetingMessageType |
meetingMessage |
protected MeetingRequestMessageType |
meetingRequest |
protected MeetingResponseMessageType |
meetingResponse |
protected MessageType |
message |
protected PostItemType |
postItem |
protected TaskType |
task |
| Constructor and Description |
|---|
SyncFolderItemsCreateOrUpdateType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 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.EqualsStrategy2 strategy) |
CalendarItemType |
getCalendarItem()
Gets the value of the calendarItem property.
|
ContactItemType |
getContact()
Gets the value of the contact property.
|
DistributionListType |
getDistributionList()
Gets the value of the distributionList property.
|
ItemType |
getItem()
Gets the value of the item property.
|
MeetingCancellationMessageType |
getMeetingCancellation()
Gets the value of the meetingCancellation property.
|
MeetingMessageType |
getMeetingMessage()
Gets the value of the meetingMessage property.
|
MeetingRequestMessageType |
getMeetingRequest()
Gets the value of the meetingRequest property.
|
MeetingResponseMessageType |
getMeetingResponse()
Gets the value of the meetingResponse property.
|
MessageType |
getMessage()
Gets the value of the message property.
|
PostItemType |
getPostItem()
Gets the value of the postItem property.
|
TaskType |
getTask()
Gets the value of the task property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setCalendarItem(CalendarItemType value)
Sets the value of the calendarItem property.
|
void |
setContact(ContactItemType value)
Sets the value of the contact property.
|
void |
setDistributionList(DistributionListType value)
Sets the value of the distributionList property.
|
void |
setItem(ItemType value)
Sets the value of the item property.
|
void |
setMeetingCancellation(MeetingCancellationMessageType value)
Sets the value of the meetingCancellation property.
|
void |
setMeetingMessage(MeetingMessageType value)
Sets the value of the meetingMessage property.
|
void |
setMeetingRequest(MeetingRequestMessageType value)
Sets the value of the meetingRequest property.
|
void |
setMeetingResponse(MeetingResponseMessageType value)
Sets the value of the meetingResponse property.
|
void |
setMessage(MessageType value)
Sets the value of the message property.
|
void |
setPostItem(PostItemType value)
Sets the value of the postItem property.
|
void |
setTask(TaskType value)
Sets the value of the task property.
|
String |
toString() |
protected PostItemType postItem
protected TaskType task
protected MeetingCancellationMessageType meetingCancellation
protected MeetingResponseMessageType meetingResponse
protected MeetingRequestMessageType meetingRequest
protected MeetingMessageType meetingMessage
protected DistributionListType distributionList
protected ContactItemType contact
protected CalendarItemType calendarItem
protected MessageType message
protected ItemType item
public PostItemType getPostItem()
PostItemTypepublic void setPostItem(PostItemType value)
value - allowed object is
PostItemTypepublic TaskType getTask()
TaskTypepublic void setTask(TaskType value)
value - allowed object is
TaskTypepublic MeetingCancellationMessageType getMeetingCancellation()
MeetingCancellationMessageTypepublic void setMeetingCancellation(MeetingCancellationMessageType value)
value - allowed object is
MeetingCancellationMessageTypepublic MeetingResponseMessageType getMeetingResponse()
MeetingResponseMessageTypepublic void setMeetingResponse(MeetingResponseMessageType value)
value - allowed object is
MeetingResponseMessageTypepublic MeetingRequestMessageType getMeetingRequest()
MeetingRequestMessageTypepublic void setMeetingRequest(MeetingRequestMessageType value)
value - allowed object is
MeetingRequestMessageTypepublic MeetingMessageType getMeetingMessage()
MeetingMessageTypepublic void setMeetingMessage(MeetingMessageType value)
value - allowed object is
MeetingMessageTypepublic DistributionListType getDistributionList()
DistributionListTypepublic void setDistributionList(DistributionListType value)
value - allowed object is
DistributionListTypepublic ContactItemType getContact()
ContactItemTypepublic void setContact(ContactItemType value)
value - allowed object is
ContactItemTypepublic CalendarItemType getCalendarItem()
CalendarItemTypepublic void setCalendarItem(CalendarItemType value)
value - allowed object is
CalendarItemTypepublic MessageType getMessage()
MessageTypepublic void setMessage(MessageType value)
value - allowed object is
MessageTypepublic ItemType getItem()
ItemTypepublic void setItem(ItemType value)
value - allowed object is
ItemTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2016 Apereo. All Rights Reserved.