public class Report extends Object
Java class for anonymous complex type.
| Modifier and Type | Field and Description |
|---|---|
protected List<Package> |
_package |
protected List<Counter> |
counter |
protected String |
name |
protected List<Sessioninfo> |
sessioninfo |
| Constructor and Description |
|---|
Report() |
| Modifier and Type | Method and Description |
|---|---|
List<Counter> |
getCounter()
Gets the value of the counter property.
|
List<Group> |
getGroup() |
String |
getName()
Gets the value of the name property.
|
List<Package> |
getPackage()
Gets the value of the package property.
|
List<Sessioninfo> |
getSessioninfo()
Gets the value of the sessioninfo property.
|
void |
setGroup(List<Group> group) |
void |
setName(String value)
Sets the value of the name property.
|
protected List<Sessioninfo> sessioninfo
protected String name
public List<Sessioninfo> getSessioninfo()
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.Counter
public String getName()
Stringpublic void setName(String value)
value - allowed object is StringCopyright © 2016–2019. All rights reserved.