br.jus.cnj.intercomunicacao.beans
Class TipoConsultarTeorComunicacaoResposta

java.lang.Object
  extended by br.jus.cnj.intercomunicacao.beans.TipoConsultarTeorComunicacaoResposta
All Implemented Interfaces:
Serializable

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.1}tipoComunicacaoProcessual" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

sucesso

protected boolean sucesso

mensagem

protected String mensagem

comunicacao

protected List<ComunicacaoProcessual> comunicacao
Constructor Detail

TipoConsultarTeorComunicacaoResposta

public TipoConsultarTeorComunicacaoResposta()
Method Detail

isSucesso

public boolean isSucesso()
Gets the value of the sucesso property.


setSucesso

public void setSucesso(boolean value)
Sets the value of the sucesso property.


isSetSucesso

public boolean isSetSucesso()

getMensagem

public String getMensagem()
Gets the value of the mensagem property.

Returns:
possible object is String

setMensagem

public void setMensagem(String value)
Sets the value of the mensagem property.

Parameters:
value - allowed object is String

isSetMensagem

public boolean isSetMensagem()

getComunicacao

public List<ComunicacaoProcessual> getComunicacao()
Gets the value of the comunicacao property.

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


isSetComunicacao

public boolean isSetComunicacao()

unsetComunicacao

public void unsetComunicacao()


Copyright © 2012 Conselho Nacional de Justiça. All Rights Reserved.