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

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

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

Wrapper class for the LocationMapping proxy object.

Since:
TEE-SDK-10.1

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
LocationMapping(ms.ws._LocationMapping locationMapping)
          Wrapper constructor.
 
Method Summary
 java.lang.String getAccessMappingMoniker()
          Returns the access mapping moniker for this location mapping.
 java.lang.String getLocation()
          Returns the location for this location mapping.
 ms.ws._LocationMapping getWebServiceObject()
          Returns the wrapped proxy object.
 
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

LocationMapping

public LocationMapping(ms.ws._LocationMapping locationMapping)
Wrapper constructor.

Method Detail

getWebServiceObject

public ms.ws._LocationMapping getWebServiceObject()
Returns the wrapped proxy object.


getLocation

public java.lang.String getLocation()
Returns the location for this location mapping.


getAccessMappingMoniker

public java.lang.String getAccessMappingMoniker()
Returns the access mapping moniker for this location mapping.



© 2015 Microsoft. All rights reserved.