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