public class GetCustomFieldValuesResponse 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="GetCustomFieldValuesResult" type="{http://Checkmarx.com}CxWSResponseCustomFieldValues" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseCustomFieldValues |
getCustomFieldValuesResult |
| Constructor and Description |
|---|
GetCustomFieldValuesResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseCustomFieldValues |
getGetCustomFieldValuesResult()
Gets the value of the getCustomFieldValuesResult property.
|
void |
setGetCustomFieldValuesResult(CxWSResponseCustomFieldValues value)
Sets the value of the getCustomFieldValuesResult property.
|
protected CxWSResponseCustomFieldValues getCustomFieldValuesResult
public CxWSResponseCustomFieldValues getGetCustomFieldValuesResult()
CxWSResponseCustomFieldValuespublic void setGetCustomFieldValuesResult(CxWSResponseCustomFieldValues value)
value - allowed object is
CxWSResponseCustomFieldValuesCopyright © 2020. All rights reserved.