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