public class RegisterSaasPendingUser 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}SaasPendingUser" minOccurs="0"/>
<element name="activationPageUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationPageUrl |
protected SaasPendingUser |
pendingUser |
| Constructor and Description |
|---|
RegisterSaasPendingUser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationPageUrl()
Gets the value of the activationPageUrl property.
|
SaasPendingUser |
getPendingUser()
Gets the value of the pendingUser property.
|
void |
setActivationPageUrl(String value)
Sets the value of the activationPageUrl property.
|
void |
setPendingUser(SaasPendingUser value)
Sets the value of the pendingUser property.
|
protected SaasPendingUser pendingUser
protected String activationPageUrl
public SaasPendingUser getPendingUser()
SaasPendingUserpublic void setPendingUser(SaasPendingUser value)
value - allowed object is
SaasPendingUserpublic String getActivationPageUrl()
StringCopyright © 2020. All rights reserved.