public class AttributeDefinitionDataObj extends Object
Java class for attributeDefinitionDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributeDefinitionDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attributeDefinitionId" type="{http://ws.coverity.com/v9}attributeDefinitionIdDataObj" minOccurs="0"/>
<element name="attributeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="builtIn" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="configurableValues" type="{http://ws.coverity.com/v9}attributeValueDataObj" maxOccurs="unbounded" 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="displayDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="showInTriage" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AttributeDefinitionIdDataObj |
attributeDefinitionId |
protected String |
attributeType |
protected boolean |
builtIn |
protected List<AttributeValueDataObj> |
configurableValues |
protected String |
defaultValue |
protected String |
description |
protected String |
displayDescription |
protected String |
displayName |
protected boolean |
showInTriage |
| Constructor and Description |
|---|
AttributeDefinitionDataObj() |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinitionIdDataObj |
getAttributeDefinitionId()
Gets the value of the attributeDefinitionId property.
|
String |
getAttributeType()
Gets the value of the attributeType property.
|
List<AttributeValueDataObj> |
getConfigurableValues()
Gets the value of the configurableValues property.
|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDisplayDescription()
Gets the value of the displayDescription property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
boolean |
isBuiltIn()
Gets the value of the builtIn property.
|
boolean |
isShowInTriage()
Gets the value of the showInTriage property.
|
void |
setAttributeDefinitionId(AttributeDefinitionIdDataObj value)
Sets the value of the attributeDefinitionId property.
|
void |
setAttributeType(String value)
Sets the value of the attributeType property.
|
void |
setBuiltIn(boolean value)
Sets the value of the builtIn property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayDescription(String value)
Sets the value of the displayDescription property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setShowInTriage(boolean value)
Sets the value of the showInTriage property.
|
protected AttributeDefinitionIdDataObj attributeDefinitionId
protected String attributeType
protected boolean builtIn
protected List<AttributeValueDataObj> configurableValues
protected String defaultValue
protected String description
protected String displayDescription
protected String displayName
protected boolean showInTriage
public AttributeDefinitionIdDataObj getAttributeDefinitionId()
AttributeDefinitionIdDataObjpublic void setAttributeDefinitionId(AttributeDefinitionIdDataObj value)
value - allowed object is
AttributeDefinitionIdDataObjpublic String getAttributeType()
Stringpublic void setAttributeType(String value)
value - allowed object is
Stringpublic boolean isBuiltIn()
public void setBuiltIn(boolean value)
public List<AttributeValueDataObj> getConfigurableValues()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the configurableValues property.
For example, to add a new item, do as follows:
getConfigurableValues().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeValueDataObj
public String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDisplayDescription()
Stringpublic void setDisplayDescription(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic boolean isShowInTriage()
public void setShowInTriage(boolean value)
Copyright © 2016–2019. All rights reserved.