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