public class ComponentDefectRuleDataObj extends Object
Java class for componentDefectRuleDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="componentDefectRuleDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="componentId" type="{http://ws.coverity.com/v5}componentIdDataObj"/>
<element name="defaultOwner" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ComponentIdDataObj |
componentId |
protected String |
defaultOwner |
| Constructor and Description |
|---|
ComponentDefectRuleDataObj() |
| Modifier and Type | Method and Description |
|---|---|
ComponentIdDataObj |
getComponentId()
Gets the value of the componentId property.
|
String |
getDefaultOwner()
Gets the value of the defaultOwner property.
|
void |
setComponentId(ComponentIdDataObj value)
Sets the value of the componentId property.
|
void |
setDefaultOwner(String value)
Sets the value of the defaultOwner property.
|
protected ComponentIdDataObj componentId
protected String defaultOwner
public ComponentIdDataObj getComponentId()
ComponentIdDataObjpublic void setComponentId(ComponentIdDataObj value)
value - allowed object is
ComponentIdDataObjpublic String getDefaultOwner()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.