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