public class CxWSResponsePendingUsersList extends CxWSBasicRepsonse
Java class for CxWSResponsePendingUsersList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponsePendingUsersList">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="pendingUsersList" type="{http://Checkmarx.com}ArrayOfWebClientPendingUser" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfWebClientPendingUser |
pendingUsersList |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponsePendingUsersList() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfWebClientPendingUser |
getPendingUsersList()
Gets the value of the pendingUsersList property.
|
void |
setPendingUsersList(ArrayOfWebClientPendingUser value)
Sets the value of the pendingUsersList property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected ArrayOfWebClientPendingUser pendingUsersList
public ArrayOfWebClientPendingUser getPendingUsersList()
ArrayOfWebClientPendingUserpublic void setPendingUsersList(ArrayOfWebClientPendingUser value)
value - allowed object is
ArrayOfWebClientPendingUserCopyright © 2020. All rights reserved.