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

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

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

Represents a Team Foundation property user-defined name (moniker) specification.

Since:
TEE-SDK-10.1

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
ArtifactSpec(ms.tfs.versioncontrol.clientservices._03._ArtifactSpec webServiceObject)
           
 
Method Summary
 byte[] getID()
           
 java.lang.String getItem()
           
 com.microsoft.tfs.util.GUID getKind()
           
 int getVersion()
           
 ms.tfs.versioncontrol.clientservices._03._ArtifactSpec getWebServiceObject()
          Gets the web service object this class wraps.
 
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

ArtifactSpec

public ArtifactSpec(ms.tfs.versioncontrol.clientservices._03._ArtifactSpec webServiceObject)
Method Detail

getWebServiceObject

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

Returns:
the web service object this class wraps.

getItem

public java.lang.String getItem()

getVersion

public int getVersion()

getKind

public com.microsoft.tfs.util.GUID getKind()

getID

public byte[] getID()


© 2015 Microsoft. All rights reserved.