|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.types.ChangeDescriptionType
com.microsoft.exchange.types.ItemChangeDescriptionType
com.microsoft.exchange.types.SetItemFieldType
public class SetItemFieldType
Java class for SetItemFieldType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetItemFieldType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/types}ItemChangeDescriptionType">
<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>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
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
|
| Fields inherited from class com.microsoft.exchange.types.ChangeDescriptionType |
|---|
path |
| Constructor Summary | |
|---|---|
SetItemFieldType()
|
|
| 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. |
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.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 |
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()
|
| Methods inherited from class com.microsoft.exchange.types.ChangeDescriptionType |
|---|
getPath, setPath |
| 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 DistributionListType distributionList
protected ContactItemType contact
protected CalendarItemType calendarItem
protected MessageType message
protected ItemType item
| Constructor Detail |
|---|
public SetItemFieldType()
| 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 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 String toString()
toString in class ItemChangeDescriptionType
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 ItemChangeDescriptionType
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 ItemChangeDescriptionType
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 ItemChangeDescriptionTypepublic boolean equals(Object object)
equals in class ItemChangeDescriptionType
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 ItemChangeDescriptionTypepublic int hashCode()
hashCode in class ItemChangeDescriptionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||