public class GetProjectsWithUserCredentialsResponse 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="GetProjectsWithUserCredentialsResult" type="{http://Checkmarx.com}CxWSResponseProjectsData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseProjectsData |
getProjectsWithUserCredentialsResult |
| Constructor and Description |
|---|
GetProjectsWithUserCredentialsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseProjectsData |
getGetProjectsWithUserCredentialsResult()
Gets the value of the getProjectsWithUserCredentialsResult property.
|
void |
setGetProjectsWithUserCredentialsResult(CxWSResponseProjectsData value)
Sets the value of the getProjectsWithUserCredentialsResult property.
|
protected CxWSResponseProjectsData getProjectsWithUserCredentialsResult
public GetProjectsWithUserCredentialsResponse()
public CxWSResponseProjectsData getGetProjectsWithUserCredentialsResult()
CxWSResponseProjectsDatapublic void setGetProjectsWithUserCredentialsResult(CxWSResponseProjectsData value)
value - allowed object is
CxWSResponseProjectsDataCopyright © 2020. All rights reserved.