com.microsoft.tfs.core.clients.teamsettings
Class TeamFieldValue

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.teamsettings.TeamFieldValue

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


Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
TeamFieldValue(ms.tfs.services.teamconfiguration._01._TeamFieldValue webServiceObject)
           
 
Method Summary
 java.lang.String getValue()
           
 ms.tfs.services.teamconfiguration._01._TeamFieldValue getWebServiceObject()
          Gets the web service object this class wraps.
 boolean isIncludeChildren()
           
 void setIncludeChildren(boolean value)
           
 void setValue(java.lang.String value)
           
 
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

TeamFieldValue

public TeamFieldValue(ms.tfs.services.teamconfiguration._01._TeamFieldValue webServiceObject)
Method Detail

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.