|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.messages.BaseRequestType
com.microsoft.exchange.messages.FindItem
public class FindItem
Java class for FindItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindItemType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/messages}BaseRequestType">
<sequence>
<element name="ItemShape" type="{http://schemas.microsoft.com/exchange/services/2006/types}ItemResponseShapeType"/>
<choice minOccurs="0">
<element name="IndexedPageItemView" type="{http://schemas.microsoft.com/exchange/services/2006/types}IndexedPageViewType"/>
<element name="FractionalPageItemView" type="{http://schemas.microsoft.com/exchange/services/2006/types}FractionalPageViewType"/>
<element name="CalendarView" type="{http://schemas.microsoft.com/exchange/services/2006/types}CalendarViewType"/>
<element name="ContactsView" type="{http://schemas.microsoft.com/exchange/services/2006/types}ContactsViewType"/>
</choice>
<choice minOccurs="0">
<element name="GroupBy" type="{http://schemas.microsoft.com/exchange/services/2006/types}GroupByType"/>
<element name="DistinguishedGroupBy" type="{http://schemas.microsoft.com/exchange/services/2006/types}DistinguishedGroupByType"/>
</choice>
<element name="Restriction" type="{http://schemas.microsoft.com/exchange/services/2006/types}RestrictionType" minOccurs="0"/>
<element name="SortOrder" type="{http://schemas.microsoft.com/exchange/services/2006/types}NonEmptyArrayOfFieldOrdersType" minOccurs="0"/>
<element name="ParentFolderIds" type="{http://schemas.microsoft.com/exchange/services/2006/types}NonEmptyArrayOfBaseFolderIdsType"/>
</sequence>
<attribute name="Traversal" use="required" type="{http://schemas.microsoft.com/exchange/services/2006/types}ItemQueryTraversalType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CalendarViewType |
calendarView
|
protected ContactsViewType |
contactsView
|
protected DistinguishedGroupByType |
distinguishedGroupBy
|
protected FractionalPageViewType |
fractionalPageItemView
|
protected GroupByType |
groupBy
|
protected IndexedPageViewType |
indexedPageItemView
|
protected ItemResponseShapeType |
itemShape
|
protected NonEmptyArrayOfBaseFolderIdsType |
parentFolderIds
|
protected RestrictionType |
restriction
|
protected NonEmptyArrayOfFieldOrdersType |
sortOrder
|
protected ItemQueryTraversalType |
traversal
|
| Constructor Summary | |
|---|---|
FindItem()
|
|
| 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)
|
CalendarViewType |
getCalendarView()
Gets the value of the calendarView property. |
ContactsViewType |
getContactsView()
Gets the value of the contactsView property. |
DistinguishedGroupByType |
getDistinguishedGroupBy()
Gets the value of the distinguishedGroupBy property. |
FractionalPageViewType |
getFractionalPageItemView()
Gets the value of the fractionalPageItemView property. |
GroupByType |
getGroupBy()
Gets the value of the groupBy property. |
IndexedPageViewType |
getIndexedPageItemView()
Gets the value of the indexedPageItemView property. |
ItemResponseShapeType |
getItemShape()
Gets the value of the itemShape property. |
NonEmptyArrayOfBaseFolderIdsType |
getParentFolderIds()
Gets the value of the parentFolderIds property. |
RestrictionType |
getRestriction()
Gets the value of the restriction property. |
NonEmptyArrayOfFieldOrdersType |
getSortOrder()
Gets the value of the sortOrder property. |
ItemQueryTraversalType |
getTraversal()
Gets the value of the traversal property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setCalendarView(CalendarViewType value)
Sets the value of the calendarView property. |
void |
setContactsView(ContactsViewType value)
Sets the value of the contactsView property. |
void |
setDistinguishedGroupBy(DistinguishedGroupByType value)
Sets the value of the distinguishedGroupBy property. |
void |
setFractionalPageItemView(FractionalPageViewType value)
Sets the value of the fractionalPageItemView property. |
void |
setGroupBy(GroupByType value)
Sets the value of the groupBy property. |
void |
setIndexedPageItemView(IndexedPageViewType value)
Sets the value of the indexedPageItemView property. |
void |
setItemShape(ItemResponseShapeType value)
Sets the value of the itemShape property. |
void |
setParentFolderIds(NonEmptyArrayOfBaseFolderIdsType value)
Sets the value of the parentFolderIds property. |
void |
setRestriction(RestrictionType value)
Sets the value of the restriction property. |
void |
setSortOrder(NonEmptyArrayOfFieldOrdersType value)
Sets the value of the sortOrder property. |
void |
setTraversal(ItemQueryTraversalType value)
Sets the value of the traversal property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ItemResponseShapeType itemShape
protected ContactsViewType contactsView
protected CalendarViewType calendarView
protected FractionalPageViewType fractionalPageItemView
protected IndexedPageViewType indexedPageItemView
protected DistinguishedGroupByType distinguishedGroupBy
protected GroupByType groupBy
protected RestrictionType restriction
protected NonEmptyArrayOfFieldOrdersType sortOrder
protected NonEmptyArrayOfBaseFolderIdsType parentFolderIds
protected ItemQueryTraversalType traversal
| Constructor Detail |
|---|
public FindItem()
| Method Detail |
|---|
public ItemResponseShapeType getItemShape()
ItemResponseShapeTypepublic void setItemShape(ItemResponseShapeType value)
value - allowed object is
ItemResponseShapeTypepublic ContactsViewType getContactsView()
ContactsViewTypepublic void setContactsView(ContactsViewType value)
value - allowed object is
ContactsViewTypepublic CalendarViewType getCalendarView()
CalendarViewTypepublic void setCalendarView(CalendarViewType value)
value - allowed object is
CalendarViewTypepublic FractionalPageViewType getFractionalPageItemView()
FractionalPageViewTypepublic void setFractionalPageItemView(FractionalPageViewType value)
value - allowed object is
FractionalPageViewTypepublic IndexedPageViewType getIndexedPageItemView()
IndexedPageViewTypepublic void setIndexedPageItemView(IndexedPageViewType value)
value - allowed object is
IndexedPageViewTypepublic DistinguishedGroupByType getDistinguishedGroupBy()
DistinguishedGroupByTypepublic void setDistinguishedGroupBy(DistinguishedGroupByType value)
value - allowed object is
DistinguishedGroupByTypepublic GroupByType getGroupBy()
GroupByTypepublic void setGroupBy(GroupByType value)
value - allowed object is
GroupByTypepublic RestrictionType getRestriction()
RestrictionTypepublic void setRestriction(RestrictionType value)
value - allowed object is
RestrictionTypepublic NonEmptyArrayOfFieldOrdersType getSortOrder()
NonEmptyArrayOfFieldOrdersTypepublic void setSortOrder(NonEmptyArrayOfFieldOrdersType value)
value - allowed object is
NonEmptyArrayOfFieldOrdersTypepublic NonEmptyArrayOfBaseFolderIdsType getParentFolderIds()
NonEmptyArrayOfBaseFolderIdsTypepublic void setParentFolderIds(NonEmptyArrayOfBaseFolderIdsType value)
value - allowed object is
NonEmptyArrayOfBaseFolderIdsTypepublic ItemQueryTraversalType getTraversal()
ItemQueryTraversalTypepublic void setTraversal(ItemQueryTraversalType value)
value - allowed object is
ItemQueryTraversalTypepublic String toString()
toString in class BaseRequestType
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 BaseRequestType
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 BaseRequestType
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 BaseRequestTypepublic boolean equals(Object object)
equals in class BaseRequestType
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 BaseRequestTypepublic int hashCode()
hashCode in class BaseRequestType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||