public class GetProjectAssignUsersResponse 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="GetProjectAssignUsersResult" type="{http://Checkmarx.com}CxWSResponseUserData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseUserData |
getProjectAssignUsersResult |
| Constructor and Description |
|---|
GetProjectAssignUsersResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseUserData |
getGetProjectAssignUsersResult()
Gets the value of the getProjectAssignUsersResult property.
|
void |
setGetProjectAssignUsersResult(CxWSResponseUserData value)
Sets the value of the getProjectAssignUsersResult property.
|
protected CxWSResponseUserData getProjectAssignUsersResult
public CxWSResponseUserData getGetProjectAssignUsersResult()
CxWSResponseUserDatapublic void setGetProjectAssignUsersResult(CxWSResponseUserData value)
value - allowed object is
CxWSResponseUserDataCopyright © 2020. All rights reserved.