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