public class CxWSResponseCustomFieldValues extends CxWSBasicRepsonse
Java class for CxWSResponseCustomFieldValues complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseCustomFieldValues">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="Values" type="{http://Checkmarx.com}ArrayOfString" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfString |
values |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseCustomFieldValues() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfString |
getValues()
Gets the value of the values property.
|
void |
setValues(ArrayOfString value)
Sets the value of the values property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected ArrayOfString values
public ArrayOfString getValues()
ArrayOfStringpublic void setValues(ArrayOfString value)
value - allowed object is
ArrayOfStringCopyright © 2020. All rights reserved.