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