public class ReportType
extends java.lang.Object
Java-Klasse für reportType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="reportType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sessioninfo" type="{}sessioninfoType"/>
<element name="package" type="{}packageType" maxOccurs="unbounded" minOccurs="0"/>
<element name="counter" type="{}counterType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<PackageType> |
_package |
protected java.util.List<CounterType> |
counter |
protected java.lang.String |
name |
protected SessioninfoType |
sessioninfo |
| Constructor and Description |
|---|
ReportType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CounterType> |
getCounter()
Gets the value of the counter property.
|
java.lang.String |
getName()
Ruft den Wert der name-Eigenschaft ab.
|
java.util.List<PackageType> |
getPackage()
Gets the value of the package property.
|
SessioninfoType |
getSessioninfo()
Ruft den Wert der sessioninfo-Eigenschaft ab.
|
void |
setName(java.lang.String value)
Legt den Wert der name-Eigenschaft fest.
|
void |
setSessioninfo(SessioninfoType value)
Legt den Wert der sessioninfo-Eigenschaft fest.
|
protected SessioninfoType sessioninfo
protected java.util.List<PackageType> _package
protected java.util.List<CounterType> counter
protected java.lang.String name
public SessioninfoType getSessioninfo()
SessioninfoTypepublic void setSessioninfo(SessioninfoType value)
value - allowed object is
SessioninfoTypepublic java.util.List<PackageType> getPackage()
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 package property.
For example, to add a new item, do as follows:
getPackage().add(newItem);
Objects of the following type(s) are allowed in the list
PackageType
public java.util.List<CounterType> 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
CounterType
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String