public class Class extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Counter> |
counter |
protected List<Method> |
method |
protected String |
name |
| Constructor and Description |
|---|
Class() |
| Modifier and Type | Method and Description |
|---|---|
List<Counter> |
getCounter()
Gets the value of the counter property.
|
List<Method> |
getMethod()
Gets the value of the method property.
|
String |
getName()
Gets the value of the name property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
public List<Method> getMethod()
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 method property.
For example, to add a new item, do as follows:
getMethod().add(newItem);
Objects of the following type(s) are allowed in the list
Report.Package.Class.Method
public List<Counter> getCounter()
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 counter property.
For example, to add a new item, do as follows:
getCounter().add(newItem);
Objects of the following type(s) are allowed in the list
Report.Package.Class.Counter
public String getName()
StringCopyright © 2016–2019. All rights reserved.