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