com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class Annotation
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.Annotation
public class Annotation
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
- Since:
- TEE-SDK-10.1
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
Annotation(ms.tfs.versioncontrol.clientservices._03._Annotation annotation)
|
Annotation()
|
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 |
Annotation
public Annotation()
Annotation
public Annotation(ms.tfs.versioncontrol.clientservices._03._Annotation annotation)
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.