public class StreamDefectDataObj extends Object
Java class for streamDefectDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="streamDefectDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="history" type="{http://ws.coverity.com/v5}defectStateDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="defectInstances" type="{http://ws.coverity.com/v5}defectInstanceDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="checkerSubcategoryId" type="{http://ws.coverity.com/v5}checkerSubcategoryIdDataObj" minOccurs="0"/>
<element name="cid" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="classification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="defectStateCustomAttributeValues" type="{http://ws.coverity.com/v5}defectStateCustomAttributeValueDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="externalReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fixTarget" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://ws.coverity.com/v5}streamDefectIdDataObj" minOccurs="0"/>
<element name="owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="severity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="streamId" type="{http://ws.coverity.com/v5}streamIdDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected CheckerSubcategoryIdDataObj |
checkerSubcategoryId |
protected Long |
cid |
protected String |
classification |
protected String |
comment |
protected List<DefectInstanceDataObj> |
defectInstances |
protected List<DefectStateCustomAttributeValueDataObj> |
defectStateCustomAttributeValues |
protected String |
externalReference |
protected String |
fixTarget |
protected List<DefectStateDataObj> |
history |
protected StreamDefectIdDataObj |
id |
protected String |
owner |
protected String |
severity |
protected String |
status |
protected StreamIdDataObj |
streamId |
| Constructor and Description |
|---|
StreamDefectDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
CheckerSubcategoryIdDataObj |
getCheckerSubcategoryId()
Gets the value of the checkerSubcategoryId property.
|
Long |
getCid()
Gets the value of the cid property.
|
String |
getClassification()
Gets the value of the classification property.
|
String |
getComment()
Gets the value of the comment property.
|
List<DefectInstanceDataObj> |
getDefectInstances()
Gets the value of the defectInstances property.
|
List<DefectStateCustomAttributeValueDataObj> |
getDefectStateCustomAttributeValues()
Gets the value of the defectStateCustomAttributeValues property.
|
String |
getExternalReference()
Gets the value of the externalReference property.
|
String |
getFixTarget()
Gets the value of the fixTarget property.
|
List<DefectStateDataObj> |
getHistory()
Gets the value of the history property.
|
StreamDefectIdDataObj |
getId()
Gets the value of the id property.
|
String |
getOwner()
Gets the value of the owner property.
|
String |
getSeverity()
Gets the value of the severity property.
|
String |
getStatus()
Gets the value of the status property.
|
StreamIdDataObj |
getStreamId()
Gets the value of the streamId property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setCheckerSubcategoryId(CheckerSubcategoryIdDataObj value)
Sets the value of the checkerSubcategoryId property.
|
void |
setCid(Long value)
Sets the value of the cid property.
|
void |
setClassification(String value)
Sets the value of the classification property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setExternalReference(String value)
Sets the value of the externalReference property.
|
void |
setFixTarget(String value)
Sets the value of the fixTarget property.
|
void |
setId(StreamDefectIdDataObj value)
Sets the value of the id property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setSeverity(String value)
Sets the value of the severity property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setStreamId(StreamIdDataObj value)
Sets the value of the streamId property.
|
protected List<DefectStateDataObj> history
protected List<DefectInstanceDataObj> defectInstances
protected String action
protected CheckerSubcategoryIdDataObj checkerSubcategoryId
protected Long cid
protected String classification
protected String comment
protected List<DefectStateCustomAttributeValueDataObj> defectStateCustomAttributeValues
protected String externalReference
protected String fixTarget
protected StreamDefectIdDataObj id
protected String owner
protected String severity
protected String status
protected StreamIdDataObj streamId
public List<DefectStateDataObj> getHistory()
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 history property.
For example, to add a new item, do as follows:
getHistory().add(newItem);
Objects of the following type(s) are allowed in the list
DefectStateDataObj
public List<DefectInstanceDataObj> getDefectInstances()
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 defectInstances property.
For example, to add a new item, do as follows:
getDefectInstances().add(newItem);
Objects of the following type(s) are allowed in the list
DefectInstanceDataObj
public String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic CheckerSubcategoryIdDataObj getCheckerSubcategoryId()
CheckerSubcategoryIdDataObjpublic void setCheckerSubcategoryId(CheckerSubcategoryIdDataObj value)
value - allowed object is
CheckerSubcategoryIdDataObjpublic void setCid(Long value)
value - allowed object is
Longpublic String getClassification()
Stringpublic void setClassification(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic List<DefectStateCustomAttributeValueDataObj> getDefectStateCustomAttributeValues()
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 defectStateCustomAttributeValues property.
For example, to add a new item, do as follows:
getDefectStateCustomAttributeValues().add(newItem);
Objects of the following type(s) are allowed in the list
DefectStateCustomAttributeValueDataObj
public String getExternalReference()
Stringpublic void setExternalReference(String value)
value - allowed object is
Stringpublic String getFixTarget()
Stringpublic void setFixTarget(String value)
value - allowed object is
Stringpublic StreamDefectIdDataObj getId()
StreamDefectIdDataObjpublic void setId(StreamDefectIdDataObj value)
value - allowed object is
StreamDefectIdDataObjpublic String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is
Stringpublic String getSeverity()
Stringpublic void setSeverity(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic StreamIdDataObj getStreamId()
StreamIdDataObjpublic void setStreamId(StreamIdDataObj value)
value - allowed object is
StreamIdDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.