public class ItemAttachmentType extends AttachmentType implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for ItemAttachmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemAttachmentType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/types}AttachmentType">
<choice minOccurs="0">
<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="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>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CalendarItemType |
calendarItem |
protected ContactItemType |
contact |
protected ItemType |
item |
protected MeetingCancellationMessageType |
meetingCancellation |
protected MeetingMessageType |
meetingMessage |
protected MeetingRequestMessageType |
meetingRequest |
protected MeetingResponseMessageType |
meetingResponse |
protected MessageType |
message |
protected PostItemType |
postItem |
protected TaskType |
task |
attachmentId, contentId, contentLocation, contentType, name| Constructor and Description |
|---|
ItemAttachmentType() |
| 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.
|
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 |
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() |
getAttachmentId, getContentId, getContentLocation, getContentType, getName, setAttachmentId, setContentId, setContentLocation, setContentType, setNameprotected PostItemType postItem
protected TaskType task
protected MeetingCancellationMessageType meetingCancellation
protected MeetingResponseMessageType meetingResponse
protected MeetingRequestMessageType meetingRequest
protected MeetingMessageType meetingMessage
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 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 String toString()
toString in class AttachmentTypepublic 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.ToString2append in class AttachmentTypepublic 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.ToString2appendFields in class AttachmentTypepublic 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.Equals2equals in class AttachmentTypepublic boolean equals(Object object)
equals in class AttachmentTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AttachmentTypepublic int hashCode()
hashCode in class AttachmentTypeCopyright © 2016 Apereo. All Rights Reserved.