public class RegisterPendingUser extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pendingUser" type="{http://Checkmarx.com}WebClientPendingUser" minOccurs="0"/>
<element name="pendingUsersTableUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected WebClientPendingUser |
pendingUser |
protected String |
pendingUsersTableUrl |
| Constructor and Description |
|---|
RegisterPendingUser() |
| Modifier and Type | Method and Description |
|---|---|
WebClientPendingUser |
getPendingUser()
Gets the value of the pendingUser property.
|
String |
getPendingUsersTableUrl()
Gets the value of the pendingUsersTableUrl property.
|
void |
setPendingUser(WebClientPendingUser value)
Sets the value of the pendingUser property.
|
void |
setPendingUsersTableUrl(String value)
Sets the value of the pendingUsersTableUrl property.
|
protected WebClientPendingUser pendingUser
protected String pendingUsersTableUrl
public WebClientPendingUser getPendingUser()
WebClientPendingUserpublic void setPendingUser(WebClientPendingUser value)
value - allowed object is
WebClientPendingUserpublic String getPendingUsersTableUrl()
StringCopyright © 2020. All rights reserved.