public class GetPendingUsersListResponse 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="GetPendingUsersListResult" type="{http://Checkmarx.com}CxWSResponsePendingUsersList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponsePendingUsersList |
getPendingUsersListResult |
| Constructor and Description |
|---|
GetPendingUsersListResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponsePendingUsersList |
getGetPendingUsersListResult()
Gets the value of the getPendingUsersListResult property.
|
void |
setGetPendingUsersListResult(CxWSResponsePendingUsersList value)
Sets the value of the getPendingUsersListResult property.
|
protected CxWSResponsePendingUsersList getPendingUsersListResult
public CxWSResponsePendingUsersList getGetPendingUsersListResult()
CxWSResponsePendingUsersListpublic void setGetPendingUsersListResult(CxWSResponsePendingUsersList value)
value - allowed object is
CxWSResponsePendingUsersListCopyright © 2020. All rights reserved.