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