com.microsoft.tfs.core.clients.registration
Class RegistrationExtendedAttribute
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
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
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
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 |
RegistrationExtendedAttribute
public RegistrationExtendedAttribute(java.lang.String name,
java.lang.String value)
RegistrationExtendedAttribute
public RegistrationExtendedAttribute(ms.tfs.services.registration._03._RegistrationExtendedAttribute2 eventType)
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.