|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.TipoConsultarTeorComunicacaoResposta
public class TipoConsultarTeorComunicacaoResposta
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.1}tipoComunicacaoProcessual" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<ComunicacaoProcessual> |
comunicacao
|
protected String |
mensagem
|
protected boolean |
sucesso
|
Constructor Summary | |
---|---|
TipoConsultarTeorComunicacaoResposta()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean sucesso
protected String mensagem
protected List<ComunicacaoProcessual> comunicacao
Constructor Detail |
---|
public TipoConsultarTeorComunicacaoResposta()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |