public class ComunicacaoProcessual extends Object implements Serializable
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.2}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.2}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.2}identificadorComunicacao" /> <attribute name="tipoComunicacao" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoComunicacao" /> <attribute name="tipoPrazo" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoPrazo" /> <attribute name="dataReferencia" type="{http://www.cnj.jus.br/intercomunicacao-2.2}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>
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ComunicacaoProcessual() |
Modifier and Type | Method and Description |
---|---|
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() |
protected Parte destinatario
protected String processo
protected String teor
protected List<DocumentoProcessual> documento
protected Object any
protected Identificador id
protected TipoComunicacao tipoComunicacao
protected TipoPrazo tipoPrazo
protected DataHora dataReferencia
protected Integer prazo
protected Integer nivelSigilo
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 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()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.