public class TipoConsultarTeorComunicacaoResposta extends Object implements Serializable
Java class for tipoConsultarTeorComunicacaoResposta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoConsultarTeorComunicacaoResposta"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sucesso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="mensagem" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="comunicacao" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoComunicacaoProcessual" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ComunicacaoProcessual> |
comunicacao |
protected String |
mensagem |
protected boolean |
sucesso |
Constructor and Description |
---|
TipoConsultarTeorComunicacaoResposta() |
Modifier and Type | Method and Description |
---|---|
List<ComunicacaoProcessual> |
getComunicacao()
Gets the value of the comunicacao property.
|
String |
getMensagem()
Gets the value of the mensagem property.
|
boolean |
isSetComunicacao() |
boolean |
isSetMensagem() |
boolean |
isSetSucesso() |
boolean |
isSucesso()
Gets the value of the sucesso property.
|
void |
setMensagem(String value)
Sets the value of the mensagem property.
|
void |
setSucesso(boolean value)
Sets the value of the sucesso property.
|
void |
unsetComunicacao() |
protected boolean sucesso
protected String mensagem
protected List<ComunicacaoProcessual> comunicacao
public TipoConsultarTeorComunicacaoResposta()
public boolean isSucesso()
public void setSucesso(boolean value)
public boolean isSetSucesso()
public String getMensagem()
String
public void setMensagem(String value)
value
- allowed object is
String
public boolean isSetMensagem()
public List<ComunicacaoProcessual> getComunicacao()
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 comunicacao property.
For example, to add a new item, do as follows:
getComunicacao().add(newItem);
Objects of the following type(s) are allowed in the list
ComunicacaoProcessual
public boolean isSetComunicacao()
public void unsetComunicacao()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.