public class GetComponentMaps extends Object
Java class for getComponentMaps complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getComponentMaps">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="filterSpec" type="{http://ws.coverity.com/v5}componentMapFilterSpecDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ComponentMapFilterSpecDataObj |
filterSpec |
| Constructor and Description |
|---|
GetComponentMaps() |
| Modifier and Type | Method and Description |
|---|---|
ComponentMapFilterSpecDataObj |
getFilterSpec()
Gets the value of the filterSpec property.
|
void |
setFilterSpec(ComponentMapFilterSpecDataObj value)
Sets the value of the filterSpec property.
|
protected ComponentMapFilterSpecDataObj filterSpec
public ComponentMapFilterSpecDataObj getFilterSpec()
ComponentMapFilterSpecDataObjpublic void setFilterSpec(ComponentMapFilterSpecDataObj value)
value - allowed object is
ComponentMapFilterSpecDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.