public class AttributeValueDataObj extends Object
Java class for attributeValueDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributeValueDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attributeValueId" type="{http://ws.coverity.com/v5}attributeValueIdDataObj" minOccurs="0"/>
<element name="deprecated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AttributeValueIdDataObj |
attributeValueId |
protected boolean |
deprecated |
protected String |
displayName |
| Constructor and Description |
|---|
AttributeValueDataObj() |
| Modifier and Type | Method and Description |
|---|---|
AttributeValueIdDataObj |
getAttributeValueId()
Gets the value of the attributeValueId property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
boolean |
isDeprecated()
Gets the value of the deprecated property.
|
void |
setAttributeValueId(AttributeValueIdDataObj value)
Sets the value of the attributeValueId property.
|
void |
setDeprecated(boolean value)
Sets the value of the deprecated property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
protected AttributeValueIdDataObj attributeValueId
protected boolean deprecated
protected String displayName
public AttributeValueIdDataObj getAttributeValueId()
AttributeValueIdDataObjpublic void setAttributeValueId(AttributeValueIdDataObj value)
value - allowed object is
AttributeValueIdDataObjpublic boolean isDeprecated()
public void setDeprecated(boolean value)
public String getDisplayName()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.