public class Problem extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element ref="{http://www.klocwork.com/inForce/report/1.0}problemID"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}isSystem" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}file"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}method"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}line" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}column" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}code"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}message"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}anchor" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}prefix" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}postfix" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}severity"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}severitylevel"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}displayAs"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}citingStatus"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}owner" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}state" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}dateOriginated" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}url" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}comment" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}history" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}trace" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}lastCommitter" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}dateFixed" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}category" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}lastCommit" minOccurs="0"/> <element ref="{http://www.klocwork.com/inForce/report/1.0}taxonomies" minOccurs="0"/> </all> <attribute name="refID" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
anchor |
protected String |
category |
protected CitingStatusValue |
citingStatus |
protected String |
code |
protected Integer |
column |
protected String |
comment |
protected Long |
dateFixed |
protected Long |
dateOriginated |
protected String |
displayAs |
protected String |
file |
protected History |
history |
protected String |
isSystem |
protected Long |
lastCommit |
protected String |
lastCommitter |
protected Integer |
line |
protected String |
message |
protected String |
method |
protected String |
owner |
protected String |
postfix |
protected String |
prefix |
protected int |
problemID |
protected Integer |
refID |
protected String |
severity |
protected int |
severitylevel |
protected StateValue |
state |
protected Taxonomies |
taxonomies |
protected Trace |
trace |
protected String |
url |
Constructor and Description |
---|
Problem() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAnchor()
Gets the value of the anchor property.
|
String |
getCategory()
Gets the value of the category property.
|
CitingStatusValue |
getCitingStatus()
Gets the value of the citingStatus property.
|
String |
getCode()
Gets the value of the code property.
|
Integer |
getColumn()
Gets the value of the column property.
|
String |
getComment()
Gets the value of the comment property.
|
Long |
getDateFixed()
Gets the value of the dateFixed property.
|
Long |
getDateOriginated()
Gets the value of the dateOriginated property.
|
String |
getDisplayAs()
Gets the value of the displayAs property.
|
String |
getFile()
Gets the value of the file property.
|
History |
getHistory()
Gets the value of the history property.
|
String |
getIsSystem()
Gets the value of the isSystem property.
|
Long |
getLastCommit()
Gets the value of the lastCommit property.
|
String |
getLastCommitter()
Gets the value of the lastCommitter property.
|
Integer |
getLine()
Gets the value of the line property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getMethod()
Gets the value of the method property.
|
String |
getOwner()
Gets the value of the owner property.
|
String |
getPostfix()
Gets the value of the postfix property.
|
String |
getPrefix()
Gets the value of the prefix property.
|
int |
getProblemID()
Gets the value of the problemID property.
|
Integer |
getRefID()
Gets the value of the refID property.
|
String |
getSeverity()
Gets the value of the severity property.
|
int |
getSeveritylevel()
Gets the value of the severitylevel property.
|
StateValue |
getState()
Gets the value of the state property.
|
Taxonomies |
getTaxonomies()
Gets the value of the taxonomies property.
|
Trace |
getTrace()
Gets the value of the trace property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setAnchor(Integer value)
Sets the value of the anchor property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setCitingStatus(CitingStatusValue value)
Sets the value of the citingStatus property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setColumn(Integer value)
Sets the value of the column property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setDateFixed(Long value)
Sets the value of the dateFixed property.
|
void |
setDateOriginated(Long value)
Sets the value of the dateOriginated property.
|
void |
setDisplayAs(String value)
Sets the value of the displayAs property.
|
void |
setFile(String value)
Sets the value of the file property.
|
void |
setHistory(History value)
Sets the value of the history property.
|
void |
setIsSystem(String value)
Sets the value of the isSystem property.
|
void |
setLastCommit(Long value)
Sets the value of the lastCommit property.
|
void |
setLastCommitter(String value)
Sets the value of the lastCommitter property.
|
void |
setLine(Integer value)
Sets the value of the line property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setPostfix(String value)
Sets the value of the postfix property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
void |
setProblemID(int value)
Sets the value of the problemID property.
|
void |
setRefID(Integer value)
Sets the value of the refID property.
|
void |
setSeverity(String value)
Sets the value of the severity property.
|
void |
setSeveritylevel(int value)
Sets the value of the severitylevel property.
|
void |
setState(StateValue value)
Sets the value of the state property.
|
void |
setTaxonomies(Taxonomies value)
Sets the value of the taxonomies property.
|
void |
setTrace(Trace value)
Sets the value of the trace property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected int problemID
protected String isSystem
protected String file
protected String method
protected Integer line
protected Integer column
protected String code
protected String message
protected Integer anchor
protected String prefix
protected String postfix
protected String severity
protected int severitylevel
protected String displayAs
protected CitingStatusValue citingStatus
protected String owner
protected StateValue state
protected Long dateOriginated
protected String url
protected String comment
protected History history
protected Trace trace
protected String lastCommitter
protected Long dateFixed
protected String category
protected Long lastCommit
protected Taxonomies taxonomies
protected Integer refID
public int getProblemID()
public void setProblemID(int value)
public String getIsSystem()
String
public void setIsSystem(String value)
value
- allowed object is
String
public String getFile()
String
public void setFile(String value)
value
- allowed object is
String
public String getMethod()
String
public void setMethod(String value)
value
- allowed object is
String
public Integer getLine()
Integer
public void setLine(Integer value)
value
- allowed object is
Integer
public Integer getColumn()
Integer
public void setColumn(Integer value)
value
- allowed object is
Integer
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public Integer getAnchor()
Integer
public void setAnchor(Integer value)
value
- allowed object is
Integer
public String getPrefix()
String
public void setPrefix(String value)
value
- allowed object is
String
public String getPostfix()
String
public void setPostfix(String value)
value
- allowed object is
String
public String getSeverity()
String
public void setSeverity(String value)
value
- allowed object is
String
public int getSeveritylevel()
public void setSeveritylevel(int value)
public String getDisplayAs()
String
public void setDisplayAs(String value)
value
- allowed object is
String
public CitingStatusValue getCitingStatus()
CitingStatusValue
public void setCitingStatus(CitingStatusValue value)
value
- allowed object is
CitingStatusValue
public String getOwner()
String
public void setOwner(String value)
value
- allowed object is
String
public StateValue getState()
StateValue
public void setState(StateValue value)
value
- allowed object is
StateValue
public Long getDateOriginated()
Long
public void setDateOriginated(Long value)
value
- allowed object is
Long
public void setUrl(String value)
value
- allowed object is
String
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public History getHistory()
History
public void setHistory(History value)
value
- allowed object is
History
public Trace getTrace()
Trace
public void setTrace(Trace value)
value
- allowed object is
Trace
public String getLastCommitter()
String
public void setLastCommitter(String value)
value
- allowed object is
String
public Long getDateFixed()
Long
public void setDateFixed(Long value)
value
- allowed object is
Long
public String getCategory()
String
public void setCategory(String value)
value
- allowed object is
String
public Long getLastCommit()
Long
public void setLastCommit(Long value)
value
- allowed object is
Long
public Taxonomies getTaxonomies()
Taxonomies
public void setTaxonomies(Taxonomies value)
value
- allowed object is
Taxonomies
public Integer getRefID()
Integer
Copyright © 2004-2014. All Rights Reserved.