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