public class DefectInstanceDataObj extends Object
Java class for defectInstanceDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="defectInstanceDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="events" type="{http://ws.coverity.com/v5}eventDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="properties" type="{http://ws.coverity.com/v5}propertyDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="checkerSubcategoryId" type="{http://ws.coverity.com/v5}checkerSubcategoryIdDataObj" minOccurs="0"/>
<element name="extra" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="function" type="{http://ws.coverity.com/v5}functionInfoDataObj" minOccurs="0"/>
<element name="id" type="{http://ws.coverity.com/v5}defectInstanceIdDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CheckerSubcategoryIdDataObj |
checkerSubcategoryId |
protected List<EventDataObj> |
events |
protected String |
extra |
protected FunctionInfoDataObj |
function |
protected DefectInstanceIdDataObj |
id |
protected List<PropertyDataObj> |
properties |
| Constructor and Description |
|---|
DefectInstanceDataObj() |
| Modifier and Type | Method and Description |
|---|---|
CheckerSubcategoryIdDataObj |
getCheckerSubcategoryId()
Gets the value of the checkerSubcategoryId property.
|
List<EventDataObj> |
getEvents()
Gets the value of the events property.
|
String |
getExtra()
Gets the value of the extra property.
|
FunctionInfoDataObj |
getFunction()
Gets the value of the function property.
|
DefectInstanceIdDataObj |
getId()
Gets the value of the id property.
|
List<PropertyDataObj> |
getProperties()
Gets the value of the properties property.
|
void |
setCheckerSubcategoryId(CheckerSubcategoryIdDataObj value)
Sets the value of the checkerSubcategoryId property.
|
void |
setExtra(String value)
Sets the value of the extra property.
|
void |
setFunction(FunctionInfoDataObj value)
Sets the value of the function property.
|
void |
setId(DefectInstanceIdDataObj value)
Sets the value of the id property.
|
protected List<EventDataObj> events
protected List<PropertyDataObj> properties
protected CheckerSubcategoryIdDataObj checkerSubcategoryId
protected String extra
protected FunctionInfoDataObj function
protected DefectInstanceIdDataObj id
public List<EventDataObj> getEvents()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the events property.
For example, to add a new item, do as follows:
getEvents().add(newItem);
Objects of the following type(s) are allowed in the list
EventDataObj
public List<PropertyDataObj> getProperties()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyDataObj
public CheckerSubcategoryIdDataObj getCheckerSubcategoryId()
CheckerSubcategoryIdDataObjpublic void setCheckerSubcategoryId(CheckerSubcategoryIdDataObj value)
value - allowed object is
CheckerSubcategoryIdDataObjpublic String getExtra()
Stringpublic void setExtra(String value)
value - allowed object is
Stringpublic FunctionInfoDataObj getFunction()
FunctionInfoDataObjpublic void setFunction(FunctionInfoDataObj value)
value - allowed object is
FunctionInfoDataObjpublic DefectInstanceIdDataObj getId()
DefectInstanceIdDataObjpublic void setId(DefectInstanceIdDataObj value)
value - allowed object is
DefectInstanceIdDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.