public class DefectInstanceDataObj extends Object
Java class for defectInstanceDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="defectInstanceDataObj"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="events" type="{http://ws.coverity.com/v9}eventDataObj" maxOccurs="unbounded" minOccurs="0"/> <element name="properties" type="{http://ws.coverity.com/v9}propertyDataObj" maxOccurs="unbounded" minOccurs="0"/> <element name="category" type="{http://ws.coverity.com/v9}localizedValueDataObj" minOccurs="0"/> <element name="checkerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="component" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cwe" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="eventSetCaptions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="extra" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="function" type="{http://ws.coverity.com/v9}functionInfoDataObj" minOccurs="0"/> <element name="id" type="{http://ws.coverity.com/v9}defectInstanceIdDataObj" minOccurs="0"/> <element name="impact" type="{http://ws.coverity.com/v9}localizedValueDataObj" minOccurs="0"/> <element name="issueKinds" type="{http://ws.coverity.com/v9}localizedValueDataObj" maxOccurs="unbounded" minOccurs="0"/> <element name="localEffect" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="longDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://ws.coverity.com/v9}localizedValueDataObj" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected LocalizedValueDataObj |
category |
protected String |
checkerName |
protected String |
component |
protected Integer |
cwe |
protected String |
domain |
protected List<EventDataObj> |
events |
protected List<String> |
eventSetCaptions |
protected String |
extra |
protected FunctionInfoDataObj |
function |
protected DefectInstanceIdDataObj |
id |
protected LocalizedValueDataObj |
impact |
protected List<LocalizedValueDataObj> |
issueKinds |
protected String |
localEffect |
protected String |
longDescription |
protected List<PropertyDataObj> |
properties |
protected LocalizedValueDataObj |
type |
Constructor and Description |
---|
DefectInstanceDataObj() |
Modifier and Type | Method and Description |
---|---|
LocalizedValueDataObj |
getCategory()
Gets the value of the category property.
|
String |
getCheckerName()
Gets the value of the checkerName property.
|
String |
getComponent()
Gets the value of the component property.
|
Integer |
getCwe()
Gets the value of the cwe property.
|
String |
getDomain()
Gets the value of the domain property.
|
List<EventDataObj> |
getEvents()
Gets the value of the events property.
|
List<String> |
getEventSetCaptions()
Gets the value of the eventSetCaptions property.
|
String |
getExtra()
Gets the value of the extra property.
|
FunctionInfoDataObj |
getFunction()
Gets the value of the function property.
|
DefectInstanceIdDataObj |
getId()
Gets the value of the id property.
|
LocalizedValueDataObj |
getImpact()
Gets the value of the impact property.
|
List<LocalizedValueDataObj> |
getIssueKinds()
Gets the value of the issueKinds property.
|
String |
getLocalEffect()
Gets the value of the localEffect property.
|
String |
getLongDescription()
Gets the value of the longDescription property.
|
List<PropertyDataObj> |
getProperties()
Gets the value of the properties property.
|
LocalizedValueDataObj |
getType()
Gets the value of the type property.
|
void |
setCategory(LocalizedValueDataObj value)
Sets the value of the category property.
|
void |
setCheckerName(String value)
Sets the value of the checkerName property.
|
void |
setComponent(String value)
Sets the value of the component property.
|
void |
setCwe(Integer value)
Sets the value of the cwe property.
|
void |
setDomain(String value)
Sets the value of the domain property.
|
void |
setExtra(String value)
Sets the value of the extra property.
|
void |
setFunction(FunctionInfoDataObj value)
Sets the value of the function property.
|
void |
setId(DefectInstanceIdDataObj value)
Sets the value of the id property.
|
void |
setImpact(LocalizedValueDataObj value)
Sets the value of the impact property.
|
void |
setLocalEffect(String value)
Sets the value of the localEffect property.
|
void |
setLongDescription(String value)
Sets the value of the longDescription property.
|
void |
setType(LocalizedValueDataObj value)
Sets the value of the type property.
|
protected List<EventDataObj> events
protected List<PropertyDataObj> properties
protected LocalizedValueDataObj category
protected String checkerName
protected String component
protected Integer cwe
protected String domain
protected String extra
protected FunctionInfoDataObj function
protected DefectInstanceIdDataObj id
protected LocalizedValueDataObj impact
protected List<LocalizedValueDataObj> issueKinds
protected String localEffect
protected String longDescription
protected LocalizedValueDataObj type
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 List<PropertyDataObj> getProperties()
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 properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyDataObj
public LocalizedValueDataObj getCategory()
LocalizedValueDataObj
public void setCategory(LocalizedValueDataObj value)
value
- allowed object is
LocalizedValueDataObj
public String getCheckerName()
String
public void setCheckerName(String value)
value
- allowed object is
String
public String getComponent()
String
public void setComponent(String value)
value
- allowed object is
String
public Integer getCwe()
Integer
public void setCwe(Integer value)
value
- allowed object is
Integer
public String getDomain()
String
public void setDomain(String value)
value
- allowed object is
String
public List<String> getEventSetCaptions()
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 eventSetCaptions property.
For example, to add a new item, do as follows:
getEventSetCaptions().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getExtra()
String
public void setExtra(String value)
value
- allowed object is
String
public FunctionInfoDataObj getFunction()
FunctionInfoDataObj
public void setFunction(FunctionInfoDataObj value)
value
- allowed object is
FunctionInfoDataObj
public DefectInstanceIdDataObj getId()
DefectInstanceIdDataObj
public void setId(DefectInstanceIdDataObj value)
value
- allowed object is
DefectInstanceIdDataObj
public LocalizedValueDataObj getImpact()
LocalizedValueDataObj
public void setImpact(LocalizedValueDataObj value)
value
- allowed object is
LocalizedValueDataObj
public List<LocalizedValueDataObj> getIssueKinds()
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 issueKinds property.
For example, to add a new item, do as follows:
getIssueKinds().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedValueDataObj
public String getLocalEffect()
String
public void setLocalEffect(String value)
value
- allowed object is
String
public String getLongDescription()
String
public void setLongDescription(String value)
value
- allowed object is
String
public LocalizedValueDataObj getType()
LocalizedValueDataObj
public void setType(LocalizedValueDataObj value)
value
- allowed object is
LocalizedValueDataObj
Copyright © 2016–2019. All rights reserved.