|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.AvisoComunicacaoPendente
public class AvisoComunicacaoPendente
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>
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 |
---|
protected Parte destinatario
protected CabecalhoProcessual processo
protected DataHora dataDisponibilizacao
protected Identificador idAviso
protected TipoComunicacao tipoComunicacao
Constructor Detail |
---|
public AvisoComunicacaoPendente()
Method Detail |
---|
public Parte getDestinatario()
Parte
public void setDestinatario(Parte value)
value
- allowed object is
Parte
public boolean isSetDestinatario()
public CabecalhoProcessual getProcesso()
CabecalhoProcessual
public void setProcesso(CabecalhoProcessual value)
value
- allowed object is
CabecalhoProcessual
public boolean isSetProcesso()
public DataHora getDataDisponibilizacao()
DataHora
public void setDataDisponibilizacao(DataHora value)
value
- allowed object is
DataHora
public boolean isSetDataDisponibilizacao()
public Identificador getIdAviso()
Identificador
public void setIdAviso(Identificador value)
value
- allowed object is
Identificador
public boolean isSetIdAviso()
public TipoComunicacao getTipoComunicacao()
TipoComunicacao
public void setTipoComunicacao(TipoComunicacao value)
value
- allowed object is
TipoComunicacao
public boolean isSetTipoComunicacao()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |