public class EventDataObj extends Object
Java class for eventDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="eventDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="events" type="{http://ws.coverity.com/v5}eventDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="eventDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="eventKind" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="eventNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="eventSet" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="eventTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fileId" type="{http://ws.coverity.com/v5}fileIdDataObj" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="lineNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="main" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="moreInformationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pathCondition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="polarity" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
eventDescription |
protected String |
eventKind |
protected int |
eventNumber |
protected List<EventDataObj> |
events |
protected int |
eventSet |
protected String |
eventTag |
protected FileIdDataObj |
fileId |
protected Long |
id |
protected int |
lineNumber |
protected boolean |
main |
protected String |
moreInformationId |
protected String |
pathCondition |
protected boolean |
polarity |
| Constructor and Description |
|---|
EventDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventDescription()
Gets the value of the eventDescription property.
|
String |
getEventKind()
Gets the value of the eventKind property.
|
int |
getEventNumber()
Gets the value of the eventNumber property.
|
List<EventDataObj> |
getEvents()
Gets the value of the events property.
|
int |
getEventSet()
Gets the value of the eventSet property.
|
String |
getEventTag()
Gets the value of the eventTag property.
|
FileIdDataObj |
getFileId()
Gets the value of the fileId property.
|
Long |
getId()
Gets the value of the id property.
|
int |
getLineNumber()
Gets the value of the lineNumber property.
|
String |
getMoreInformationId()
Gets the value of the moreInformationId property.
|
String |
getPathCondition()
Gets the value of the pathCondition property.
|
boolean |
isMain()
Gets the value of the main property.
|
boolean |
isPolarity()
Gets the value of the polarity property.
|
void |
setEventDescription(String value)
Sets the value of the eventDescription property.
|
void |
setEventKind(String value)
Sets the value of the eventKind property.
|
void |
setEventNumber(int value)
Sets the value of the eventNumber property.
|
void |
setEventSet(int value)
Sets the value of the eventSet property.
|
void |
setEventTag(String value)
Sets the value of the eventTag property.
|
void |
setFileId(FileIdDataObj value)
Sets the value of the fileId property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setLineNumber(int value)
Sets the value of the lineNumber property.
|
void |
setMain(boolean value)
Sets the value of the main property.
|
void |
setMoreInformationId(String value)
Sets the value of the moreInformationId property.
|
void |
setPathCondition(String value)
Sets the value of the pathCondition property.
|
void |
setPolarity(boolean value)
Sets the value of the polarity property.
|
protected List<EventDataObj> events
protected String eventDescription
protected String eventKind
protected int eventNumber
protected int eventSet
protected String eventTag
protected FileIdDataObj fileId
protected Long id
protected int lineNumber
protected boolean main
protected String moreInformationId
protected String pathCondition
protected boolean polarity
public List<EventDataObj> getEvents()
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 events property.
For example, to add a new item, do as follows:
getEvents().add(newItem);
Objects of the following type(s) are allowed in the list
EventDataObj
public String getEventDescription()
Stringpublic void setEventDescription(String value)
value - allowed object is
Stringpublic String getEventKind()
Stringpublic void setEventKind(String value)
value - allowed object is
Stringpublic int getEventNumber()
public void setEventNumber(int value)
public int getEventSet()
public void setEventSet(int value)
public String getEventTag()
Stringpublic void setEventTag(String value)
value - allowed object is
Stringpublic FileIdDataObj getFileId()
FileIdDataObjpublic void setFileId(FileIdDataObj value)
value - allowed object is
FileIdDataObjpublic void setId(Long value)
value - allowed object is
Longpublic int getLineNumber()
public void setLineNumber(int value)
public boolean isMain()
public void setMain(boolean value)
public String getMoreInformationId()
Stringpublic void setMoreInformationId(String value)
value - allowed object is
Stringpublic String getPathCondition()
Stringpublic void setPathCondition(String value)
value - allowed object is
Stringpublic boolean isPolarity()
public void setPolarity(boolean value)
Copyright © 2004-2013 Hudson. All Rights Reserved.