public class GetLicenseStateResponse extends Object
Java class for getLicenseStateResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getLicenseStateResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://ws.coverity.com/v5}licenseStateDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LicenseStateDataObj |
_return |
| Constructor and Description |
|---|
GetLicenseStateResponse() |
| Modifier and Type | Method and Description |
|---|---|
LicenseStateDataObj |
getReturn()
Gets the value of the return property.
|
void |
setReturn(LicenseStateDataObj value)
Sets the value of the return property.
|
protected LicenseStateDataObj _return
public LicenseStateDataObj getReturn()
LicenseStateDataObjpublic void setReturn(LicenseStateDataObj value)
value - allowed object is
LicenseStateDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.