com.microsoft.tfs.core.clients.teamsettings
Class TeamFieldValue
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.teamsettings.TeamFieldValue
public class TeamFieldValue
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
TeamFieldValue(ms.tfs.services.teamconfiguration._01._TeamFieldValue webServiceObject)
|
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 |
TeamFieldValue
public TeamFieldValue(ms.tfs.services.teamconfiguration._01._TeamFieldValue webServiceObject)
getWebServiceObject
public ms.tfs.services.teamconfiguration._01._TeamFieldValue getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
isIncludeChildren
public boolean isIncludeChildren()
setIncludeChildren
public void setIncludeChildren(boolean value)
© 2015 Microsoft. All rights reserved.