|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.types.AttachmentType
com.microsoft.exchange.types.ItemAttachmentType
public class ItemAttachmentType
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>
| Field Summary | |
|---|---|
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
|
| Fields inherited from class com.microsoft.exchange.types.AttachmentType |
|---|
attachmentId, contentId, contentLocation, contentType, name |
| Constructor Summary | |
|---|---|
ItemAttachmentType()
|
|
| 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)
|
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.HashCodeStrategy 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()
|
| Methods inherited from class com.microsoft.exchange.types.AttachmentType |
|---|
getAttachmentId, getContentId, getContentLocation, getContentType, getName, setAttachmentId, setContentId, setContentLocation, setContentType, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected 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
| Constructor Detail |
|---|
public ItemAttachmentType()
| Method Detail |
|---|
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 AttachmentType
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 AttachmentType
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 AttachmentType
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 AttachmentTypepublic boolean equals(Object object)
equals in class AttachmentType
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 AttachmentTypepublic int hashCode()
hashCode in class AttachmentType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||