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