public class DefectChangeDataObj extends Object
Java class for defectChangeDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="defectChangeDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="affectedStreams" type="{http://ws.coverity.com/v5}streamIdDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="actionChange" type="{http://ws.coverity.com/v5}fieldChangeDataObj" minOccurs="0"/>
<element name="classificationChange" type="{http://ws.coverity.com/v5}fieldChangeDataObj" minOccurs="0"/>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customAttributeChanges" type="{http://ws.coverity.com/v5}fieldChangeDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="dateModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="externalReferenceChange" type="{http://ws.coverity.com/v5}fieldChangeDataObj" minOccurs="0"/>
<element name="fixTargetChange" type="{http://ws.coverity.com/v5}fieldChangeDataObj" minOccurs="0"/>
<element name="ownerChange" type="{http://ws.coverity.com/v5}fieldChangeDataObj" minOccurs="0"/>
<element name="severityChange" type="{http://ws.coverity.com/v5}fieldChangeDataObj" minOccurs="0"/>
<element name="statusChange" type="{http://ws.coverity.com/v5}fieldChangeDataObj" minOccurs="0"/>
<element name="userModified" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FieldChangeDataObj |
actionChange |
protected List<StreamIdDataObj> |
affectedStreams |
protected FieldChangeDataObj |
classificationChange |
protected String |
comments |
protected List<FieldChangeDataObj> |
customAttributeChanges |
protected XMLGregorianCalendar |
dateModified |
protected FieldChangeDataObj |
externalReferenceChange |
protected FieldChangeDataObj |
fixTargetChange |
protected FieldChangeDataObj |
ownerChange |
protected FieldChangeDataObj |
severityChange |
protected FieldChangeDataObj |
statusChange |
protected String |
userModified |
| Constructor and Description |
|---|
DefectChangeDataObj() |
| Modifier and Type | Method and Description |
|---|---|
FieldChangeDataObj |
getActionChange()
Gets the value of the actionChange property.
|
List<StreamIdDataObj> |
getAffectedStreams()
Gets the value of the affectedStreams property.
|
FieldChangeDataObj |
getClassificationChange()
Gets the value of the classificationChange property.
|
String |
getComments()
Gets the value of the comments property.
|
List<FieldChangeDataObj> |
getCustomAttributeChanges()
Gets the value of the customAttributeChanges property.
|
XMLGregorianCalendar |
getDateModified()
Gets the value of the dateModified property.
|
FieldChangeDataObj |
getExternalReferenceChange()
Gets the value of the externalReferenceChange property.
|
FieldChangeDataObj |
getFixTargetChange()
Gets the value of the fixTargetChange property.
|
FieldChangeDataObj |
getOwnerChange()
Gets the value of the ownerChange property.
|
FieldChangeDataObj |
getSeverityChange()
Gets the value of the severityChange property.
|
FieldChangeDataObj |
getStatusChange()
Gets the value of the statusChange property.
|
String |
getUserModified()
Gets the value of the userModified property.
|
void |
setActionChange(FieldChangeDataObj value)
Sets the value of the actionChange property.
|
void |
setClassificationChange(FieldChangeDataObj value)
Sets the value of the classificationChange property.
|
void |
setComments(String value)
Sets the value of the comments property.
|
void |
setDateModified(XMLGregorianCalendar value)
Sets the value of the dateModified property.
|
void |
setExternalReferenceChange(FieldChangeDataObj value)
Sets the value of the externalReferenceChange property.
|
void |
setFixTargetChange(FieldChangeDataObj value)
Sets the value of the fixTargetChange property.
|
void |
setOwnerChange(FieldChangeDataObj value)
Sets the value of the ownerChange property.
|
void |
setSeverityChange(FieldChangeDataObj value)
Sets the value of the severityChange property.
|
void |
setStatusChange(FieldChangeDataObj value)
Sets the value of the statusChange property.
|
void |
setUserModified(String value)
Sets the value of the userModified property.
|
protected List<StreamIdDataObj> affectedStreams
protected FieldChangeDataObj actionChange
protected FieldChangeDataObj classificationChange
protected String comments
protected List<FieldChangeDataObj> customAttributeChanges
protected XMLGregorianCalendar dateModified
protected FieldChangeDataObj externalReferenceChange
protected FieldChangeDataObj fixTargetChange
protected FieldChangeDataObj ownerChange
protected FieldChangeDataObj severityChange
protected FieldChangeDataObj statusChange
protected String userModified
public List<StreamIdDataObj> getAffectedStreams()
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 affectedStreams property.
For example, to add a new item, do as follows:
getAffectedStreams().add(newItem);
Objects of the following type(s) are allowed in the list
StreamIdDataObj
public FieldChangeDataObj getActionChange()
FieldChangeDataObjpublic void setActionChange(FieldChangeDataObj value)
value - allowed object is
FieldChangeDataObjpublic FieldChangeDataObj getClassificationChange()
FieldChangeDataObjpublic void setClassificationChange(FieldChangeDataObj value)
value - allowed object is
FieldChangeDataObjpublic String getComments()
Stringpublic void setComments(String value)
value - allowed object is
Stringpublic List<FieldChangeDataObj> getCustomAttributeChanges()
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 customAttributeChanges property.
For example, to add a new item, do as follows:
getCustomAttributeChanges().add(newItem);
Objects of the following type(s) are allowed in the list
FieldChangeDataObj
public XMLGregorianCalendar getDateModified()
XMLGregorianCalendarpublic void setDateModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic FieldChangeDataObj getExternalReferenceChange()
FieldChangeDataObjpublic void setExternalReferenceChange(FieldChangeDataObj value)
value - allowed object is
FieldChangeDataObjpublic FieldChangeDataObj getFixTargetChange()
FieldChangeDataObjpublic void setFixTargetChange(FieldChangeDataObj value)
value - allowed object is
FieldChangeDataObjpublic FieldChangeDataObj getOwnerChange()
FieldChangeDataObjpublic void setOwnerChange(FieldChangeDataObj value)
value - allowed object is
FieldChangeDataObjpublic FieldChangeDataObj getSeverityChange()
FieldChangeDataObjpublic void setSeverityChange(FieldChangeDataObj value)
value - allowed object is
FieldChangeDataObjpublic FieldChangeDataObj getStatusChange()
FieldChangeDataObjpublic void setStatusChange(FieldChangeDataObj value)
value - allowed object is
FieldChangeDataObjpublic String getUserModified()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.