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/v9}streamIdDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="attributeChanges" type="{http://ws.coverity.com/v9}fieldChangeDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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 List<StreamIdDataObj> |
affectedStreams |
protected List<FieldChangeDataObj> |
attributeChanges |
protected String |
comments |
protected XMLGregorianCalendar |
dateModified |
protected String |
userModified |
| Constructor and Description |
|---|
DefectChangeDataObj() |
| Modifier and Type | Method and Description |
|---|---|
List<StreamIdDataObj> |
getAffectedStreams()
Gets the value of the affectedStreams property.
|
List<FieldChangeDataObj> |
getAttributeChanges()
Gets the value of the attributeChanges property.
|
String |
getComments()
Gets the value of the comments property.
|
XMLGregorianCalendar |
getDateModified()
Gets the value of the dateModified property.
|
String |
getUserModified()
Gets the value of the userModified property.
|
void |
setComments(String value)
Sets the value of the comments property.
|
void |
setDateModified(XMLGregorianCalendar value)
Sets the value of the dateModified property.
|
void |
setUserModified(String value)
Sets the value of the userModified property.
|
protected List<StreamIdDataObj> affectedStreams
protected List<FieldChangeDataObj> attributeChanges
protected String comments
protected XMLGregorianCalendar dateModified
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 List<FieldChangeDataObj> getAttributeChanges()
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 attributeChanges property.
For example, to add a new item, do as follows:
getAttributeChanges().add(newItem);
Objects of the following type(s) are allowed in the list
FieldChangeDataObj
public String getComments()
Stringpublic void setComments(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDateModified()
XMLGregorianCalendarpublic void setDateModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getUserModified()
StringCopyright © 2016–2019. All rights reserved.