public class RespostaConsultarAvisosPendentes extends Object implements Serializable
Classe Java de respostaConsultarAvisosPendentes complex type.
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
<complexType name="respostaConsultarAvisosPendentes"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="recibo" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoRecibo"/> <element name="avisos" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoAvisoComunicacaoPendente" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<AvisoComunicacaoPendente> |
avisos |
protected Recibo |
recibo |
Constructor and Description |
---|
RespostaConsultarAvisosPendentes() |
Modifier and Type | Method and Description |
---|---|
List<AvisoComunicacaoPendente> |
getAvisos()
Gets the value of the avisos property.
|
Recibo |
getRecibo()
Obtém o valor da propriedade recibo.
|
boolean |
isSetAvisos() |
boolean |
isSetRecibo() |
void |
setRecibo(Recibo value)
Define o valor da propriedade recibo.
|
void |
unsetAvisos() |
protected Recibo recibo
protected List<AvisoComunicacaoPendente> avisos
public Recibo getRecibo()
Recibo
public void setRecibo(Recibo value)
value
- allowed object is
Recibo
public boolean isSetRecibo()
public List<AvisoComunicacaoPendente> getAvisos()
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 avisos property.
For example, to add a new item, do as follows:
getAvisos().add(newItem);
Objects of the following type(s) are allowed in the list
AvisoComunicacaoPendente
public boolean isSetAvisos()
public void unsetAvisos()
Copyright © 2019 Conselho Nacional de Justiça. All rights reserved.