public class CabecalhoProcessual extends Object implements Serializable
Java class for tipoCabecalhoProcesso complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoCabecalhoProcesso"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="polo" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoPoloProcessual" maxOccurs="unbounded"/> <element name="assunto" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoAssuntoProcessual" maxOccurs="unbounded"/> <element name="magistradoAtuante" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoCadastroIdentificador" maxOccurs="unbounded" minOccurs="0"/> <element name="processoVinculado" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoVinculacaoProcessual" maxOccurs="unbounded" minOccurs="0"/> <element name="prioridade" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="outroParametro" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoParametro" maxOccurs="unbounded" minOccurs="0"/> <element name="valorCausa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> <attribute name="numero" use="required" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoNumeroUnico" /> <attribute name="competencia" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="classeProcessual" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="codigoLocalidade" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="codigoOrgaoJulgador" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="nivelSigilo" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="intervencaoMP" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="tamanhoProcesso" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<AssuntoProcessual> |
assunto |
protected int |
classeProcessual |
protected String |
codigoLocalidade |
protected String |
codigoOrgaoJulgador |
protected Integer |
competencia |
protected Boolean |
intervencaoMP |
protected List<CadastroIdentificador> |
magistradoAtuante |
protected int |
nivelSigilo |
protected NumeroUnico |
numero |
protected List<Parametro> |
outroParametro |
protected List<PoloProcessual> |
polo |
protected List<String> |
prioridade |
protected List<VinculacaoProcessual> |
processoVinculado |
protected Integer |
tamanhoProcesso |
protected Double |
valorCausa |
Constructor and Description |
---|
CabecalhoProcessual() |
Modifier and Type | Method and Description |
---|---|
List<AssuntoProcessual> |
getAssunto()
Gets the value of the assunto property.
|
int |
getClasseProcessual()
Gets the value of the classeProcessual property.
|
String |
getCodigoLocalidade()
Gets the value of the codigoLocalidade property.
|
String |
getCodigoOrgaoJulgador()
Gets the value of the codigoOrgaoJulgador property.
|
int |
getCompetencia()
Gets the value of the competencia property.
|
List<CadastroIdentificador> |
getMagistradoAtuante()
Gets the value of the magistradoAtuante property.
|
int |
getNivelSigilo()
Gets the value of the nivelSigilo property.
|
NumeroUnico |
getNumero()
Gets the value of the numero property.
|
List<Parametro> |
getOutroParametro()
Gets the value of the outroParametro property.
|
List<PoloProcessual> |
getPolo()
Gets the value of the polo property.
|
List<String> |
getPrioridade()
Gets the value of the prioridade property.
|
List<VinculacaoProcessual> |
getProcessoVinculado()
Gets the value of the processoVinculado property.
|
int |
getTamanhoProcesso()
Gets the value of the tamanhoProcesso property.
|
Double |
getValorCausa()
Gets the value of the valorCausa property.
|
boolean |
isIntervencaoMP()
Gets the value of the intervencaoMP property.
|
boolean |
isSetAssunto() |
boolean |
isSetClasseProcessual() |
boolean |
isSetCodigoLocalidade() |
boolean |
isSetCodigoOrgaoJulgador() |
boolean |
isSetCompetencia() |
boolean |
isSetIntervencaoMP() |
boolean |
isSetMagistradoAtuante() |
boolean |
isSetNivelSigilo() |
boolean |
isSetNumero() |
boolean |
isSetOutroParametro() |
boolean |
isSetPolo() |
boolean |
isSetPrioridade() |
boolean |
isSetProcessoVinculado() |
boolean |
isSetTamanhoProcesso() |
boolean |
isSetValorCausa() |
void |
setClasseProcessual(int value)
Sets the value of the classeProcessual property.
|
void |
setCodigoLocalidade(String value)
Sets the value of the codigoLocalidade property.
|
void |
setCodigoOrgaoJulgador(String value)
Sets the value of the codigoOrgaoJulgador property.
|
void |
setCompetencia(int value)
Sets the value of the competencia property.
|
void |
setIntervencaoMP(boolean value)
Sets the value of the intervencaoMP property.
|
void |
setNivelSigilo(int value)
Sets the value of the nivelSigilo property.
|
void |
setNumero(NumeroUnico value)
Sets the value of the numero property.
|
void |
setTamanhoProcesso(int value)
Sets the value of the tamanhoProcesso property.
|
void |
setValorCausa(Double value)
Sets the value of the valorCausa property.
|
void |
unsetAssunto() |
void |
unsetCompetencia() |
void |
unsetIntervencaoMP() |
void |
unsetMagistradoAtuante() |
void |
unsetOutroParametro() |
void |
unsetPolo() |
void |
unsetPrioridade() |
void |
unsetProcessoVinculado() |
void |
unsetTamanhoProcesso() |
protected List<PoloProcessual> polo
protected List<AssuntoProcessual> assunto
protected List<CadastroIdentificador> magistradoAtuante
protected List<VinculacaoProcessual> processoVinculado
protected Double valorCausa
protected NumeroUnico numero
protected Integer competencia
protected int classeProcessual
protected String codigoLocalidade
protected String codigoOrgaoJulgador
protected int nivelSigilo
protected Boolean intervencaoMP
protected Integer tamanhoProcesso
public List<PoloProcessual> getPolo()
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 polo property.
For example, to add a new item, do as follows:
getPolo().add(newItem);
Objects of the following type(s) are allowed in the list
PoloProcessual
public boolean isSetPolo()
public void unsetPolo()
public List<AssuntoProcessual> getAssunto()
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 assunto property.
For example, to add a new item, do as follows:
getAssunto().add(newItem);
Objects of the following type(s) are allowed in the list
AssuntoProcessual
public boolean isSetAssunto()
public void unsetAssunto()
public List<CadastroIdentificador> getMagistradoAtuante()
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 magistradoAtuante property.
For example, to add a new item, do as follows:
getMagistradoAtuante().add(newItem);
Objects of the following type(s) are allowed in the list
CadastroIdentificador
public boolean isSetMagistradoAtuante()
public void unsetMagistradoAtuante()
public List<VinculacaoProcessual> getProcessoVinculado()
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 processoVinculado property.
For example, to add a new item, do as follows:
getProcessoVinculado().add(newItem);
Objects of the following type(s) are allowed in the list
VinculacaoProcessual
public boolean isSetProcessoVinculado()
public void unsetProcessoVinculado()
public List<String> getPrioridade()
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 prioridade property.
For example, to add a new item, do as follows:
getPrioridade().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetPrioridade()
public void unsetPrioridade()
public List<Parametro> getOutroParametro()
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 outroParametro property.
For example, to add a new item, do as follows:
getOutroParametro().add(newItem);
Objects of the following type(s) are allowed in the list
Parametro
public boolean isSetOutroParametro()
public void unsetOutroParametro()
public Double getValorCausa()
Double
public void setValorCausa(Double value)
value
- allowed object is
Double
public boolean isSetValorCausa()
public NumeroUnico getNumero()
NumeroUnico
public void setNumero(NumeroUnico value)
value
- allowed object is
NumeroUnico
public boolean isSetNumero()
public int getCompetencia()
Integer
public void setCompetencia(int value)
value
- allowed object is
Integer
public boolean isSetCompetencia()
public void unsetCompetencia()
public int getClasseProcessual()
public void setClasseProcessual(int value)
public boolean isSetClasseProcessual()
public String getCodigoLocalidade()
String
public void setCodigoLocalidade(String value)
value
- allowed object is
String
public boolean isSetCodigoLocalidade()
public String getCodigoOrgaoJulgador()
String
public void setCodigoOrgaoJulgador(String value)
value
- allowed object is
String
public boolean isSetCodigoOrgaoJulgador()
public int getNivelSigilo()
public void setNivelSigilo(int value)
public boolean isSetNivelSigilo()
public boolean isIntervencaoMP()
Boolean
public void setIntervencaoMP(boolean value)
value
- allowed object is
Boolean
public boolean isSetIntervencaoMP()
public void unsetIntervencaoMP()
public int getTamanhoProcesso()
Integer
public void setTamanhoProcesso(int value)
value
- allowed object is
Integer
public boolean isSetTamanhoProcesso()
public void unsetTamanhoProcesso()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.