br.jus.cnj.intercomunicacao.beans
Class RespostaConsultaAvisosPendentes

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

public class RespostaConsultaAvisosPendentes
extends Object
implements Serializable

Tipo de elemento que encapsula os dados de resposta relativos � exist�ncia de avisos pendentes. Retorna a indica��o relativa ao sucesso da opera��o, campo de mensagem em texto e zero ou mais objetos do tipo 'tipoAvisoComunicacaoPendente' definido no namespace http://www.cnj.jus.br/intercomunicacao-2.1.

Java class for tipoConsultarAvisosPendentesResposta complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tipoConsultarAvisosPendentesResposta">
   <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="aviso" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoAvisoComunicacaoPendente" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<AvisoComunicacaoPendente> aviso
           
protected  String mensagem
           
protected  boolean sucesso
           
 
Constructor Summary
RespostaConsultaAvisosPendentes()
           
 
Method Summary
 List<AvisoComunicacaoPendente> getAviso()
          Gets the value of the aviso property.
 String getMensagem()
          Gets the value of the mensagem property.
 boolean isSetAviso()
           
 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 unsetAviso()
           
 
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

aviso

protected List<AvisoComunicacaoPendente> aviso
Constructor Detail

RespostaConsultaAvisosPendentes

public RespostaConsultaAvisosPendentes()
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()

getAviso

public List<AvisoComunicacaoPendente> getAviso()
Gets the value of the aviso 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 aviso property.

For example, to add a new item, do as follows:

    getAviso().add(newItem);
 

Objects of the following type(s) are allowed in the list AvisoComunicacaoPendente


isSetAviso

public boolean isSetAviso()

unsetAviso

public void unsetAviso()


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