com.microsoft.tfs.core.clients.framework.location
Class ServiceDefinition

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.framework.location.ServiceDefinition

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

Wrapper class for the _ServiceDefinition proxy object.

Since:
TEE-SDK-10.1

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
ServiceDefinition(ms.ws._ServiceDefinition serviceDefinition)
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 com.microsoft.tfs.util.GUID getIdentifier()
           
 LocationMapping getLocationMapping(AccessMapping accessMapping)
           
 LocationMapping[] getLocationMappings()
           
 java.lang.String getRelativePath()
           
 RelativeToSetting getRelativeToSetting()
           
 java.lang.String getServiceType()
           
 java.lang.String getToolID()
           
 ms.ws._ServiceDefinition getWebServiceObject()
           
 void internalRemoveLocationMappingAt(int index)
          This method is for internal use only.
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceDefinition

public ServiceDefinition(ms.ws._ServiceDefinition serviceDefinition)
Method Detail

getWebServiceObject

public ms.ws._ServiceDefinition getWebServiceObject()

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

getLocationMapping

public LocationMapping getLocationMapping(AccessMapping accessMapping)

getServiceType

public java.lang.String getServiceType()

getDisplayName

public java.lang.String getDisplayName()

getDescription

public java.lang.String getDescription()

getIdentifier

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

getRelativePath

public java.lang.String getRelativePath()

getRelativeToSetting

public RelativeToSetting getRelativeToSetting()

getToolID

public java.lang.String getToolID()

getLocationMappings

public LocationMapping[] getLocationMappings()

internalRemoveLocationMappingAt

public void internalRemoveLocationMappingAt(int index)
This method is for internal use only.



© 2015 Microsoft. All rights reserved.