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