com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class Annotation

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.versioncontrol.soapextensions.Annotation

public class Annotation
extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

Since:
TEE-SDK-10.1

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
Annotation(ms.tfs.versioncontrol.clientservices._03._Annotation annotation)
           
Annotation()
           
 
Method Summary
 java.lang.String getComment()
           
 java.util.Calendar getDate()
           
 java.lang.String getItem()
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 int getVersion()
           
 ms.tfs.versioncontrol.clientservices._03._Annotation getWebServiceObject()
          Gets the web service object this class wraps.
 void setComment(java.lang.String value)
           
 void setDate(java.util.Calendar value)
           
 void setItem(java.lang.String value)
           
 void setName(java.lang.String value)
           
 void setValue(java.lang.String value)
           
 void setVersion(int value)
           
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Annotation

public Annotation()

Annotation

public Annotation(ms.tfs.versioncontrol.clientservices._03._Annotation annotation)
Method Detail

getWebServiceObject

public ms.tfs.versioncontrol.clientservices._03._Annotation getWebServiceObject()
Gets the web service object this class wraps. The returned object should not be modified.

Returns:
the web service object this class wraps.

getComment

public java.lang.String getComment()

getDate

public java.util.Calendar getDate()

getItem

public java.lang.String getItem()

getName

public java.lang.String getName()

getVersion

public int getVersion()

getValue

public java.lang.String getValue()

setComment

public void setComment(java.lang.String value)

setDate

public void setDate(java.util.Calendar value)

setItem

public void setItem(java.lang.String value)

setName

public void setName(java.lang.String value)

setVersion

public void setVersion(int value)

setValue

public void setValue(java.lang.String value)


© 2015 Microsoft. All rights reserved.