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