public class ListaSceltaRevocaResponse
extends java.lang.Object
Classe Java per ListaSceltaRevocaResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="ListaSceltaRevocaResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="elencoScelteRevoche" type="{http://www.nsisr.puglia.it/Schemas/}SceltaRevocaResponselistascelterevoche" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<SceltaRevocaResponselistascelterevoche> |
elencoScelteRevoche |
| Constructor and Description |
|---|
ListaSceltaRevocaResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SceltaRevocaResponselistascelterevoche> |
getElencoScelteRevoche()
Gets the value of the elencoScelteRevoche property.
|
protected java.util.List<SceltaRevocaResponselistascelterevoche> elencoScelteRevoche
public java.util.List<SceltaRevocaResponselistascelterevoche> getElencoScelteRevoche()
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 elencoScelteRevoche property.
For example, to add a new item, do as follows:
getElencoScelteRevoche().add(newItem);
Objects of the following type(s) are allowed in the list
SceltaRevocaResponselistascelterevoche