br.jus.cnj.intercomunicacao.beans
Class AvisoComunicacaoPendente

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

public class AvisoComunicacaoPendente
extends Object
implements Serializable

Tipo de elemento destinado a indicar a exist�ncia de uma comunica��o pendente.

Java class for tipoAvisoComunicacaoPendente complex type.

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

 <complexType name="tipoAvisoComunicacaoPendente">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="destinatario" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoParte"/>
         <element name="processo" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoCabecalhoProcesso"/>
         <element name="dataDisponibilizacao" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoDataHora"/>
       </sequence>
       <attribute name="idAviso" use="required" type="{http://www.cnj.jus.br/intercomunicacao-2.1}identificadorComunicacao" />
       <attribute name="tipoComunicacao" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoComunicacao" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  DataHora dataDisponibilizacao
           
protected  Parte destinatario
           
protected  Identificador idAviso
           
protected  CabecalhoProcessual processo
           
protected  TipoComunicacao tipoComunicacao
           
 
Constructor Summary
AvisoComunicacaoPendente()
           
 
Method Summary
 DataHora getDataDisponibilizacao()
          Gets the value of the dataDisponibilizacao property.
 Parte getDestinatario()
          Gets the value of the destinatario property.
 Identificador getIdAviso()
          Gets the value of the idAviso property.
 CabecalhoProcessual getProcesso()
          Gets the value of the processo property.
 TipoComunicacao getTipoComunicacao()
          Gets the value of the tipoComunicacao property.
 boolean isSetDataDisponibilizacao()
           
 boolean isSetDestinatario()
           
 boolean isSetIdAviso()
           
 boolean isSetProcesso()
           
 boolean isSetTipoComunicacao()
           
 void setDataDisponibilizacao(DataHora value)
          Sets the value of the dataDisponibilizacao property.
 void setDestinatario(Parte value)
          Sets the value of the destinatario property.
 void setIdAviso(Identificador value)
          Sets the value of the idAviso property.
 void setProcesso(CabecalhoProcessual value)
          Sets the value of the processo property.
 void setTipoComunicacao(TipoComunicacao value)
          Sets the value of the tipoComunicacao property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destinatario

protected Parte destinatario

processo

protected CabecalhoProcessual processo

dataDisponibilizacao

protected DataHora dataDisponibilizacao

idAviso

protected Identificador idAviso

tipoComunicacao

protected TipoComunicacao tipoComunicacao
Constructor Detail

AvisoComunicacaoPendente

public AvisoComunicacaoPendente()
Method Detail

getDestinatario

public Parte getDestinatario()
Gets the value of the destinatario property.

Returns:
possible object is Parte

setDestinatario

public void setDestinatario(Parte value)
Sets the value of the destinatario property.

Parameters:
value - allowed object is Parte

isSetDestinatario

public boolean isSetDestinatario()

getProcesso

public CabecalhoProcessual getProcesso()
Gets the value of the processo property.

Returns:
possible object is CabecalhoProcessual

setProcesso

public void setProcesso(CabecalhoProcessual value)
Sets the value of the processo property.

Parameters:
value - allowed object is CabecalhoProcessual

isSetProcesso

public boolean isSetProcesso()

getDataDisponibilizacao

public DataHora getDataDisponibilizacao()
Gets the value of the dataDisponibilizacao property.

Returns:
possible object is DataHora

setDataDisponibilizacao

public void setDataDisponibilizacao(DataHora value)
Sets the value of the dataDisponibilizacao property.

Parameters:
value - allowed object is DataHora

isSetDataDisponibilizacao

public boolean isSetDataDisponibilizacao()

getIdAviso

public Identificador getIdAviso()
Gets the value of the idAviso property.

Returns:
possible object is Identificador

setIdAviso

public void setIdAviso(Identificador value)
Sets the value of the idAviso property.

Parameters:
value - allowed object is Identificador

isSetIdAviso

public boolean isSetIdAviso()

getTipoComunicacao

public TipoComunicacao getTipoComunicacao()
Gets the value of the tipoComunicacao property.

Returns:
possible object is TipoComunicacao

setTipoComunicacao

public void setTipoComunicacao(TipoComunicacao value)
Sets the value of the tipoComunicacao property.

Parameters:
value - allowed object is TipoComunicacao

isSetTipoComunicacao

public boolean isSetTipoComunicacao()


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