public class StreamDefectFilterSpecDataObj extends Object
Java class for streamDefectFilterSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="streamDefectFilterSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="streamIdList" type="{http://ws.coverity.com/v5}streamIdDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="defectStateEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="defectStateStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="includeDefectInstances" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="includeHistory" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
defectStateEndDate |
protected XMLGregorianCalendar |
defectStateStartDate |
protected boolean |
includeDefectInstances |
protected boolean |
includeHistory |
protected List<StreamIdDataObj> |
streamIdList |
| Constructor and Description |
|---|
StreamDefectFilterSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDefectStateEndDate()
Gets the value of the defectStateEndDate property.
|
XMLGregorianCalendar |
getDefectStateStartDate()
Gets the value of the defectStateStartDate property.
|
List<StreamIdDataObj> |
getStreamIdList()
Gets the value of the streamIdList property.
|
boolean |
isIncludeDefectInstances()
Gets the value of the includeDefectInstances property.
|
boolean |
isIncludeHistory()
Gets the value of the includeHistory property.
|
void |
setDefectStateEndDate(XMLGregorianCalendar value)
Sets the value of the defectStateEndDate property.
|
void |
setDefectStateStartDate(XMLGregorianCalendar value)
Sets the value of the defectStateStartDate property.
|
void |
setIncludeDefectInstances(boolean value)
Sets the value of the includeDefectInstances property.
|
void |
setIncludeHistory(boolean value)
Sets the value of the includeHistory property.
|
protected List<StreamIdDataObj> streamIdList
protected XMLGregorianCalendar defectStateEndDate
protected XMLGregorianCalendar defectStateStartDate
protected boolean includeDefectInstances
protected boolean includeHistory
public List<StreamIdDataObj> getStreamIdList()
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 streamIdList property.
For example, to add a new item, do as follows:
getStreamIdList().add(newItem);
Objects of the following type(s) are allowed in the list
StreamIdDataObj
public XMLGregorianCalendar getDefectStateEndDate()
XMLGregorianCalendarpublic void setDefectStateEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDefectStateStartDate()
XMLGregorianCalendarpublic void setDefectStateStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isIncludeDefectInstances()
public void setIncludeDefectInstances(boolean value)
public boolean isIncludeHistory()
public void setIncludeHistory(boolean value)
Copyright © 2004-2013 Hudson. All Rights Reserved.