public class TraceLine 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"> <attribute name="line" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="text" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.klocwork.com/inForce/report/1.0}typeAttributeValue" /> <attribute name="refId" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
line |
protected Integer |
refId |
protected String |
text |
protected String |
type |
Constructor and Description |
---|
TraceLine() |
Modifier and Type | Method and Description |
---|---|
Integer |
getLine()
Gets the value of the line property.
|
Integer |
getRefId()
Gets the value of the refId property.
|
String |
getText()
Gets the value of the text property.
|
String |
getType()
Gets the value of the type property.
|
void |
setLine(Integer value)
Sets the value of the line property.
|
void |
setRefId(Integer value)
Sets the value of the refId property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected Integer line
protected String text
protected String type
protected Integer refId
public Integer getLine()
Integer
public void setLine(Integer value)
value
- allowed object is
Integer
public String getText()
String
public void setText(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public Integer getRefId()
Integer
Copyright © 2004-2014. All Rights Reserved.