microsoft.exchange.webservices.data
Class GenericItemAttachment<TItem extends Item>
java.lang.Object
microsoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.Attachment
microsoft.exchange.webservices.data.ItemAttachment
microsoft.exchange.webservices.data.GenericItemAttachment<TItem>
- Type Parameters:
TItem - Item type.
public final class GenericItemAttachment<TItem extends Item>
- extends ItemAttachment
Represents a strongly typed item attachment.
|
Constructor Summary |
protected |
GenericItemAttachment(Item owner)
* Initializes a new instance of the GenericItemAttachment class. |
|
Method Summary |
TItem |
getTItem()
* Gets the item associated with the attachment. |
protected void |
setTItem(TItem value)
Sets the t item. |
| Methods inherited from class microsoft.exchange.webservices.data.ItemAttachment |
getItem, getXmlElementName, load, load, load, load, serviceObjectChanged, setItem, tryReadElementFromXml, validate, writeElementsToXml |
| Methods inherited from class microsoft.exchange.webservices.data.Attachment |
canSetFieldValue, getContentId, getContentLocation, getContentType, getId, getIsInline, getLastModifiedTime, getName, getOwner, getSize, internalLoad, isNew, load, setContentId, setContentLocation, setContentType, setIsInline, setName, throwIfThisIsNotNew |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
addOnChangeEvent, changed, clearChangeEvents, clearChangeLog, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, validate, writeAttributesToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericItemAttachment
protected GenericItemAttachment(Item owner)
- * Initializes a new instance of the GenericItemAttachment class.
- Parameters:
owner - the owner
getTItem
public TItem getTItem()
- * Gets the item associated with the attachment.
- Returns:
- the t item
setTItem
protected void setTItem(TItem value)
- Sets the t item.
- Parameters:
value - the new t item
Copyright © 2012. All Rights Reserved.