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

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

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

Represents one checkin note field value. Consists of a name, value pair.

Validation is performed to check that name is valid. No validation is done on value.

Since:
TEE-SDK-10.1

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
CheckinNoteFieldValue(ms.tfs.versioncontrol.clientservices._03._CheckinNoteFieldValue value)
           
CheckinNoteFieldValue()
           
CheckinNoteFieldValue(java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 ms.tfs.versioncontrol.clientservices._03._CheckinNoteFieldValue getWebServiceObject()
          Gets the web service object this class wraps.
 void setName(java.lang.String name)
           
 void setValue(java.lang.String value)
          Encode value using default XML ecoding and store.
 
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

CheckinNoteFieldValue

public CheckinNoteFieldValue()

CheckinNoteFieldValue

public CheckinNoteFieldValue(java.lang.String name,
                             java.lang.String value)

CheckinNoteFieldValue

public CheckinNoteFieldValue(ms.tfs.versioncontrol.clientservices._03._CheckinNoteFieldValue value)
Method Detail

getWebServiceObject

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

Returns:
the web service object this class wraps.

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)
Encode value using default XML ecoding and store.



© 2015 Microsoft. All rights reserved.