public class RateioBeneficiarios extends Object
Classe Java de rateio_beneficiarios complex type.
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
<complexType name="rateio_beneficiarios">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="beneficiario" type="{Bergs.Boc.Bocswsxn}rateio_beneficiario" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<RateioBeneficiario> |
beneficiario |
| Constructor and Description |
|---|
RateioBeneficiarios() |
| Modifier and Type | Method and Description |
|---|---|
List<RateioBeneficiario> |
getBeneficiario()
Gets the value of the beneficiario property.
|
protected List<RateioBeneficiario> beneficiario
public List<RateioBeneficiario> getBeneficiario()
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 beneficiario property.
For example, to add a new item, do as follows:
getBeneficiario().add(newItem);
Objects of the following type(s) are allowed in the list
RateioBeneficiario
Copyright © 2022. All rights reserved.