com.microsoft.tfs.core.clients.sharepoint
Class WSSDocument

java.lang.Object
  extended by com.microsoft.tfs.core.clients.sharepoint.WSSNode
      extended by com.microsoft.tfs.core.clients.sharepoint.WSSDocument
All Implemented Interfaces:
Hierarchical, Labelable, java.lang.Comparable

public class WSSDocument
extends WSSNode

A document in a Sharepoint installation.

Since:
TEE-SDK-10.1
Thread-safety:
thread-compatible

Constructor Summary
WSSDocument()
           
WSSDocument(org.w3c.dom.Element element)
           
 
Method Summary
 java.lang.String getIconType()
           
 void setIconType(java.lang.String iconType)
           
 
Methods inherited from class com.microsoft.tfs.core.clients.sharepoint.WSSNode
addChild, buildWSSNode, compareTo, getChildren, getEditor, getFullPath, getLabel, getParent, getPath, getWSSObjectType, hasChildren, setEditor, setFullPath, setLabel, setParent, setPath, setWSSObjectType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSSDocument

public WSSDocument()

WSSDocument

public WSSDocument(org.w3c.dom.Element element)
Method Detail

getIconType

public java.lang.String getIconType()
Returns:
Returns the iconType.

setIconType

public void setIconType(java.lang.String iconType)
Parameters:
iconType - The iconType to set.


© 2015 Microsoft. All rights reserved.