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