public class AvisoComunicacaoPendente extends Object implements Serializable
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.2}tipoParte"/> <element name="processo" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoCabecalhoProcesso"/> <element name="dataDisponibilizacao" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoDataHora"/> </sequence> <attribute name="idAviso" use="required" type="{http://www.cnj.jus.br/intercomunicacao-2.2}identificadorComunicacao" /> <attribute name="tipoComunicacao" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoComunicacao" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DataHora |
dataDisponibilizacao |
protected Parte |
destinatario |
protected Identificador |
idAviso |
protected CabecalhoProcessual |
processo |
protected TipoComunicacao |
tipoComunicacao |
Constructor and Description |
---|
AvisoComunicacaoPendente() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected Parte destinatario
protected CabecalhoProcessual processo
protected DataHora dataDisponibilizacao
protected Identificador idAviso
protected TipoComunicacao tipoComunicacao
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()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.