public class Method extends Object
Java class for anonymous complex type.
| Modifier and Type | Field and Description |
|---|---|
protected List<Counter> |
counter |
protected String |
desc |
protected Integer |
line |
protected String |
name |
| Constructor and Description |
|---|
Method() |
| Modifier and Type | Method and Description |
|---|---|
List<Counter> |
getCounter()
Gets the value of the counter property.
|
String |
getDesc()
Gets the value of the desc property.
|
Integer |
getLine()
Gets the value of the line property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDesc(String value)
Sets the value of the desc property.
|
void |
setLine(Integer value)
Sets the value of the line property.
|
void |
setName(String value)
Sets the value of the name property.
|
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.Method.Counter
public String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic String getDesc()
Stringpublic void setDesc(String value)
value - allowed object is Stringpublic Integer getLine()
IntegerCopyright © 2016–2019. All rights reserved.