public class SetMovimentoLottoResItem
extends java.lang.Object
Java class for setMovimentoLottoResItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="setMovimentoLottoResItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="successo" type="{http://giava.rsr.rupar.puglia.it}setMovimentoLottoItem"/>
<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 SetMovimentoLottoItem |
successo |
| Constructor and Description |
|---|
SetMovimentoLottoResItem() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ErroreLotto> |
getErrore()
Gets the value of the errore property.
|
SetMovimentoLottoItem |
getSuccesso()
Gets the value of the successo property.
|
void |
setSuccesso(SetMovimentoLottoItem value)
Sets the value of the successo property.
|
protected SetMovimentoLottoItem successo
protected java.util.List<ErroreLotto> errore
public SetMovimentoLottoItem getSuccesso()
SetMovimentoLottoItempublic void setSuccesso(SetMovimentoLottoItem value)
value - allowed object is
SetMovimentoLottoItempublic 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 javax XML Binding 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