public class GetAllUsersFromDomainResponse 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="GetAllUsersFromDomainResult" type="{http://Checkmarx.com}CxWSResponseDomainUserList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseDomainUserList |
getAllUsersFromDomainResult |
| Constructor and Description |
|---|
GetAllUsersFromDomainResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseDomainUserList |
getGetAllUsersFromDomainResult()
Gets the value of the getAllUsersFromDomainResult property.
|
void |
setGetAllUsersFromDomainResult(CxWSResponseDomainUserList value)
Sets the value of the getAllUsersFromDomainResult property.
|
protected CxWSResponseDomainUserList getAllUsersFromDomainResult
public CxWSResponseDomainUserList getGetAllUsersFromDomainResult()
CxWSResponseDomainUserListpublic void setGetAllUsersFromDomainResult(CxWSResponseDomainUserList value)
value - allowed object is
CxWSResponseDomainUserListCopyright © 2020. All rights reserved.