public class DefectStateSpecDataObj extends Object
Java class for defectStateSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="defectStateSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="action" type="{http://www.w3.org/2001/XMLSchema}string" 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="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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected String |
classification |
protected String |
comment |
protected List<DefectStateCustomAttributeValueDataObj> |
defectStateCustomAttributeValues |
protected String |
externalReference |
protected String |
fixTarget |
protected String |
owner |
protected String |
severity |
protected String |
status |
| Constructor and Description |
|---|
DefectStateSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
String |
getClassification()
Gets the value of the classification property.
|
String |
getComment()
Gets the value of the comment 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.
|
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.
|
void |
setAction(String value)
Sets the value of the action 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 |
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.
|
protected String action
protected String classification
protected String comment
protected List<DefectStateCustomAttributeValueDataObj> defectStateCustomAttributeValues
protected String externalReference
protected String fixTarget
protected String owner
protected String severity
protected String status
public String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic 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 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()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.