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