public class GetSaasPackagesResponse 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="GetSaasPackagesResult" type="{http://Checkmarx.com}CxWSResponseSaasPackage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseSaasPackage |
getSaasPackagesResult |
| Constructor and Description |
|---|
GetSaasPackagesResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseSaasPackage |
getGetSaasPackagesResult()
Gets the value of the getSaasPackagesResult property.
|
void |
setGetSaasPackagesResult(CxWSResponseSaasPackage value)
Sets the value of the getSaasPackagesResult property.
|
protected CxWSResponseSaasPackage getSaasPackagesResult
public CxWSResponseSaasPackage getGetSaasPackagesResult()
CxWSResponseSaasPackagepublic void setGetSaasPackagesResult(CxWSResponseSaasPackage value)
value - allowed object is
CxWSResponseSaasPackageCopyright © 2020. All rights reserved.