public class TraceBlock 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"> <sequence maxOccurs="unbounded"> <element ref="{http://www.klocwork.com/inForce/report/1.0}traceLine"/> </sequence> <attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
file |
protected Integer |
id |
protected String |
method |
protected String |
name |
protected List<TraceLine> |
traceLine |
Constructor and Description |
---|
TraceBlock() |
Modifier and Type | Method and Description |
---|---|
String |
getFile()
Gets the value of the file property.
|
Integer |
getId()
Gets the value of the id property.
|
String |
getMethod()
Gets the value of the method property.
|
String |
getName()
Gets the value of the name property.
|
List<TraceLine> |
getTraceLine()
Gets the value of the traceLine property.
|
void |
setFile(String value)
Sets the value of the file property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String file
protected String method
protected Integer id
protected String name
public List<TraceLine> getTraceLine()
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 traceLine property.
For example, to add a new item, do as follows:
getTraceLine().add(newItem);
Objects of the following type(s) are allowed in the list
TraceLine
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 void setId(Integer value)
value
- allowed object is
Integer
public String getName()
String
Copyright © 2004-2014. All Rights Reserved.