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