public class GetCustomFieldsResponse 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="GetCustomFieldsResult" type="{http://Checkmarx.com}CxWSResponseCustomFields" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseCustomFields |
getCustomFieldsResult |
| Constructor and Description |
|---|
GetCustomFieldsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseCustomFields |
getGetCustomFieldsResult()
Gets the value of the getCustomFieldsResult property.
|
void |
setGetCustomFieldsResult(CxWSResponseCustomFields value)
Sets the value of the getCustomFieldsResult property.
|
protected CxWSResponseCustomFields getCustomFieldsResult
public CxWSResponseCustomFields getGetCustomFieldsResult()
CxWSResponseCustomFieldspublic void setGetCustomFieldsResult(CxWSResponseCustomFields value)
value - allowed object is
CxWSResponseCustomFieldsCopyright © 2020. All rights reserved.