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