public class AttributeDefinitionSpecDataObj extends Object
Java class for attributeDefinitionSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributeDefinitionSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="attributeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="attributeValueChangeSpec" type="{http://ws.coverity.com/v5}attributeValueChangeSpecDataObj" minOccurs="0"/>
<element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="showInTriage" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName |
protected String |
attributeType |
protected AttributeValueChangeSpecDataObj |
attributeValueChangeSpec |
protected String |
defaultValue |
protected String |
description |
protected Boolean |
showInTriage |
| Constructor and Description |
|---|
AttributeDefinitionSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Gets the value of the attributeName property.
|
String |
getAttributeType()
Gets the value of the attributeType property.
|
AttributeValueChangeSpecDataObj |
getAttributeValueChangeSpec()
Gets the value of the attributeValueChangeSpec property.
|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
String |
getDescription()
Gets the value of the description property.
|
Boolean |
isShowInTriage()
Gets the value of the showInTriage property.
|
void |
setAttributeName(String value)
Sets the value of the attributeName property.
|
void |
setAttributeType(String value)
Sets the value of the attributeType property.
|
void |
setAttributeValueChangeSpec(AttributeValueChangeSpecDataObj value)
Sets the value of the attributeValueChangeSpec property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setShowInTriage(Boolean value)
Sets the value of the showInTriage property.
|
protected String attributeName
protected String attributeType
protected AttributeValueChangeSpecDataObj attributeValueChangeSpec
protected String defaultValue
protected String description
protected Boolean showInTriage
public String getAttributeName()
Stringpublic void setAttributeName(String value)
value - allowed object is
Stringpublic String getAttributeType()
Stringpublic void setAttributeType(String value)
value - allowed object is
Stringpublic AttributeValueChangeSpecDataObj getAttributeValueChangeSpec()
AttributeValueChangeSpecDataObjpublic void setAttributeValueChangeSpec(AttributeValueChangeSpecDataObj value)
value - allowed object is
AttributeValueChangeSpecDataObjpublic String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isShowInTriage()
BooleanCopyright © 2004-2013 Hudson. All Rights Reserved.