com.microsoft.tfs.core.clients.registration
Class RegistrationExtendedAttribute

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.registration.RegistrationExtendedAttribute

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

A name/value pair that represents one extended attribute of a RegistrationEntry.

Since:
TEE-SDK-10.1
Thread-safety:
thread-compatible

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
RegistrationExtendedAttribute(ms.tfs.services.registration._03._RegistrationExtendedAttribute2 eventType)
           
RegistrationExtendedAttribute(java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 ms.tfs.services.registration._03._RegistrationExtendedAttribute2 getWebServiceObject()
          Gets the web service object this class wraps.
 
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

RegistrationExtendedAttribute

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

RegistrationExtendedAttribute

public RegistrationExtendedAttribute(ms.tfs.services.registration._03._RegistrationExtendedAttribute2 eventType)
Method Detail

getWebServiceObject

public ms.tfs.services.registration._03._RegistrationExtendedAttribute2 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()

getValue

public java.lang.String getValue()


© 2015 Microsoft. All rights reserved.