|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.ComunicacaoProcessual
public class ComunicacaoProcessual
Tipo de elemento destinado a comunicar concretamente uma provid�ncia judicial para uma parte. A dataReferencia indica o momento em que foi considerada a parte intimada, seja por provoca��o do intimado/citado/notificado, seja por decurso do prazo legal para tomada de ci�ncia.
Java class for tipoComunicacaoProcessual complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoComunicacaoProcessual"> <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.w3.org/2001/XMLSchema}string"/> <element name="teor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="documento" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoDocumento" maxOccurs="unbounded" minOccurs="0"/> <element name="parametro" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <any namespace='##other'/> </sequence> <attribute name="id" 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" /> <attribute name="tipoPrazo" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoPrazo" /> <attribute name="dataReferencia" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoDataHora" /> <attribute name="prazo" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="nivelSigilo" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Object |
any
|
protected DataHora |
dataReferencia
|
protected Parte |
destinatario
|
protected List<DocumentoProcessual> |
documento
|
protected Identificador |
id
|
protected Integer |
nivelSigilo
|
protected List<String> |
parametro
|
protected Integer |
prazo
|
protected String |
processo
|
protected String |
teor
|
protected TipoComunicacao |
tipoComunicacao
|
protected TipoPrazo |
tipoPrazo
|
Constructor Summary | |
---|---|
ComunicacaoProcessual()
|
Method Summary | |
---|---|
Object |
getAny()
Gets the value of the any property. |
DataHora |
getDataReferencia()
Gets the value of the dataReferencia property. |
Parte |
getDestinatario()
Gets the value of the destinatario property. |
List<DocumentoProcessual> |
getDocumento()
Gets the value of the documento property. |
Identificador |
getId()
Gets the value of the id property. |
int |
getNivelSigilo()
Gets the value of the nivelSigilo property. |
List<String> |
getParametro()
Gets the value of the parametro property. |
int |
getPrazo()
Gets the value of the prazo property. |
String |
getProcesso()
Gets the value of the processo property. |
String |
getTeor()
Gets the value of the teor property. |
TipoComunicacao |
getTipoComunicacao()
Gets the value of the tipoComunicacao property. |
TipoPrazo |
getTipoPrazo()
Gets the value of the tipoPrazo property. |
boolean |
isSetAny()
|
boolean |
isSetDataReferencia()
|
boolean |
isSetDestinatario()
|
boolean |
isSetDocumento()
|
boolean |
isSetId()
|
boolean |
isSetNivelSigilo()
|
boolean |
isSetParametro()
|
boolean |
isSetPrazo()
|
boolean |
isSetProcesso()
|
boolean |
isSetTeor()
|
boolean |
isSetTipoComunicacao()
|
boolean |
isSetTipoPrazo()
|
void |
setAny(Object value)
Sets the value of the any property. |
void |
setDataReferencia(DataHora value)
Sets the value of the dataReferencia property. |
void |
setDestinatario(Parte value)
Sets the value of the destinatario property. |
void |
setId(Identificador value)
Sets the value of the id property. |
void |
setNivelSigilo(int value)
Sets the value of the nivelSigilo property. |
void |
setPrazo(int value)
Sets the value of the prazo property. |
void |
setProcesso(String value)
Sets the value of the processo property. |
void |
setTeor(String value)
Sets the value of the teor property. |
void |
setTipoComunicacao(TipoComunicacao value)
Sets the value of the tipoComunicacao property. |
void |
setTipoPrazo(TipoPrazo value)
Sets the value of the tipoPrazo property. |
void |
unsetDocumento()
|
void |
unsetNivelSigilo()
|
void |
unsetParametro()
|
void |
unsetPrazo()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Parte destinatario
protected String processo
protected String teor
protected List<DocumentoProcessual> documento
protected List<String> parametro
protected Object any
protected Identificador id
protected TipoComunicacao tipoComunicacao
protected TipoPrazo tipoPrazo
protected DataHora dataReferencia
protected Integer prazo
protected Integer nivelSigilo
Constructor Detail |
---|
public ComunicacaoProcessual()
Method Detail |
---|
public Parte getDestinatario()
Parte
public void setDestinatario(Parte value)
value
- allowed object is
Parte
public boolean isSetDestinatario()
public String getProcesso()
String
public void setProcesso(String value)
value
- allowed object is
String
public boolean isSetProcesso()
public String getTeor()
String
public void setTeor(String value)
value
- allowed object is
String
public boolean isSetTeor()
public List<DocumentoProcessual> getDocumento()
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 documento property.
For example, to add a new item, do as follows:
getDocumento().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentoProcessual
public boolean isSetDocumento()
public void unsetDocumento()
public List<String> getParametro()
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 parametro property.
For example, to add a new item, do as follows:
getParametro().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetParametro()
public void unsetParametro()
public Object getAny()
Object
public void setAny(Object value)
value
- allowed object is
Object
public boolean isSetAny()
public Identificador getId()
Identificador
public void setId(Identificador value)
value
- allowed object is
Identificador
public boolean isSetId()
public TipoComunicacao getTipoComunicacao()
TipoComunicacao
public void setTipoComunicacao(TipoComunicacao value)
value
- allowed object is
TipoComunicacao
public boolean isSetTipoComunicacao()
public TipoPrazo getTipoPrazo()
TipoPrazo
public void setTipoPrazo(TipoPrazo value)
value
- allowed object is
TipoPrazo
public boolean isSetTipoPrazo()
public DataHora getDataReferencia()
DataHora
public void setDataReferencia(DataHora value)
value
- allowed object is
DataHora
public boolean isSetDataReferencia()
public int getPrazo()
Integer
public void setPrazo(int value)
value
- allowed object is
Integer
public boolean isSetPrazo()
public void unsetPrazo()
public int getNivelSigilo()
Integer
public void setNivelSigilo(int value)
value
- allowed object is
Integer
public boolean isSetNivelSigilo()
public void unsetNivelSigilo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |