microsoft.exchange.webservices.data
Class GenericItemAttachment<TItem extends Item>

java.lang.Object
  extended by microsoft.exchange.webservices.data.ComplexProperty
      extended by microsoft.exchange.webservices.data.Attachment
          extended by microsoft.exchange.webservices.data.ItemAttachment
              extended by 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, tryReadElementFromXmlToPatch, 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, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericItemAttachment

protected GenericItemAttachment(Item owner)
* Initializes a new instance of the GenericItemAttachment class.

Parameters:
owner - the owner
Method Detail

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