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