public class DefectStateCustomAttributeValueDataObj extends Object
Java class for defectStateCustomAttributeValueDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="defectStateCustomAttributeValueDataObj">
<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="attributeValueId" type="{http://ws.coverity.com/v5}attributeValueIdDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AttributeDefinitionIdDataObj |
attributeDefinitionId |
protected AttributeValueIdDataObj |
attributeValueId |
| Constructor and Description |
|---|
DefectStateCustomAttributeValueDataObj() |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinitionIdDataObj |
getAttributeDefinitionId()
Gets the value of the attributeDefinitionId property.
|
AttributeValueIdDataObj |
getAttributeValueId()
Gets the value of the attributeValueId property.
|
void |
setAttributeDefinitionId(AttributeDefinitionIdDataObj value)
Sets the value of the attributeDefinitionId property.
|
void |
setAttributeValueId(AttributeValueIdDataObj value)
Sets the value of the attributeValueId property.
|
protected AttributeDefinitionIdDataObj attributeDefinitionId
protected AttributeValueIdDataObj attributeValueId
public DefectStateCustomAttributeValueDataObj()
public AttributeDefinitionIdDataObj getAttributeDefinitionId()
AttributeDefinitionIdDataObjpublic void setAttributeDefinitionId(AttributeDefinitionIdDataObj value)
value - allowed object is
AttributeDefinitionIdDataObjpublic AttributeValueIdDataObj getAttributeValueId()
AttributeValueIdDataObjpublic void setAttributeValueId(AttributeValueIdDataObj value)
value - allowed object is
AttributeValueIdDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.