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