public static class AccessoDomiciliareRequest.ElencoPrestazioni
extends java.lang.Object
Classe Java per anonymous complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="prestazione" maxOccurs="unbounded">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<maxInclusive value="999999999"/>
<minInclusive value="1"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Integer> |
prestazione |
| Constructor and Description |
|---|
ElencoPrestazioni() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Integer> |
getPrestazione()
Gets the value of the prestazione property.
|
public java.util.List<java.lang.Integer> getPrestazione()
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 prestazione property.
For example, to add a new item, do as follows:
getPrestazione().add(newItem);
Objects of the following type(s) are allowed in the list
Integer