public class GetMovimentiLottoResponseItem
extends java.lang.Object
Java class for getMovimentiLottoResponseItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getMovimentiLottoResponseItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="successo" type="{http://giava.rsr.rupar.puglia.it}getMovimentiLottoArray"/>
<element name="errore" type="{http://giava.rsr.rupar.puglia.it}ErroreLotto" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ErroreLotto> |
errore |
protected GetMovimentiLottoArray |
successo |
| Constructor and Description |
|---|
GetMovimentiLottoResponseItem() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ErroreLotto> |
getErrore()
Gets the value of the errore property.
|
GetMovimentiLottoArray |
getSuccesso()
Gets the value of the successo property.
|
void |
setSuccesso(GetMovimentiLottoArray value)
Sets the value of the successo property.
|
protected GetMovimentiLottoArray successo
protected java.util.List<ErroreLotto> errore
public GetMovimentiLottoArray getSuccesso()
GetMovimentiLottoArraypublic void setSuccesso(GetMovimentiLottoArray value)
value - allowed object is
GetMovimentiLottoArraypublic java.util.List<ErroreLotto> getErrore()
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 errore property.
For example, to add a new item, do as follows:
getErrore().add(newItem);
Objects of the following type(s) are allowed in the list
ErroreLotto