br.jus.cnj.intercomunicacao.beans
Class CabecalhoProcessual

java.lang.Object
  extended by br.jus.cnj.intercomunicacao.beans.CabecalhoProcessual
All Implemented Interfaces:
Serializable

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.1}tipoPoloProcessual" maxOccurs="unbounded"/>
         <element name="assunto" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoAssuntoProcessual" maxOccurs="unbounded"/>
         <element name="magistradoAtuante" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoCadastroIdentificador" maxOccurs="unbounded" minOccurs="0"/>
         <element name="processoVinculado" type="{http://www.cnj.jus.br/intercomunicacao-2.1}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.1}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.1}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>
 

See Also:
Serialized Form

Field Summary
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 Summary
CabecalhoProcessual()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

polo

protected List<PoloProcessual> polo

assunto

protected List<AssuntoProcessual> assunto

magistradoAtuante

protected List<CadastroIdentificador> magistradoAtuante

processoVinculado

protected List<VinculacaoProcessual> processoVinculado

prioridade

protected List<String> prioridade

outroParametro

protected List<Parametro> outroParametro

valorCausa

protected Double valorCausa

numero

protected NumeroUnico numero

competencia

protected Integer competencia

classeProcessual

protected int classeProcessual

codigoLocalidade

protected String codigoLocalidade

codigoOrgaoJulgador

protected String codigoOrgaoJulgador

nivelSigilo

protected int nivelSigilo

intervencaoMP

protected Boolean intervencaoMP

tamanhoProcesso

protected Integer tamanhoProcesso
Constructor Detail

CabecalhoProcessual

public CabecalhoProcessual()
Method Detail

getPolo

public List<PoloProcessual> getPolo()
Gets the value of the polo property.

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


isSetPolo

public boolean isSetPolo()

unsetPolo

public void unsetPolo()

getAssunto

public List<AssuntoProcessual> getAssunto()
Gets the value of the assunto property.

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


isSetAssunto

public boolean isSetAssunto()

unsetAssunto

public void unsetAssunto()

getMagistradoAtuante

public List<CadastroIdentificador> getMagistradoAtuante()
Gets the value of the magistradoAtuante property.

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


isSetMagistradoAtuante

public boolean isSetMagistradoAtuante()

unsetMagistradoAtuante

public void unsetMagistradoAtuante()

getProcessoVinculado

public List<VinculacaoProcessual> getProcessoVinculado()
Gets the value of the processoVinculado property.

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


isSetProcessoVinculado

public boolean isSetProcessoVinculado()

unsetProcessoVinculado

public void unsetProcessoVinculado()

getPrioridade

public List<String> getPrioridade()
Gets the value of the prioridade property.

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


isSetPrioridade

public boolean isSetPrioridade()

unsetPrioridade

public void unsetPrioridade()

getOutroParametro

public List<Parametro> getOutroParametro()
Gets the value of the outroParametro property.

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


isSetOutroParametro

public boolean isSetOutroParametro()

unsetOutroParametro

public void unsetOutroParametro()

getValorCausa

public Double getValorCausa()
Gets the value of the valorCausa property.

Returns:
possible object is Double

setValorCausa

public void setValorCausa(Double value)
Sets the value of the valorCausa property.

Parameters:
value - allowed object is Double

isSetValorCausa

public boolean isSetValorCausa()

getNumero

public NumeroUnico getNumero()
Gets the value of the numero property.

Returns:
possible object is NumeroUnico

setNumero

public void setNumero(NumeroUnico value)
Sets the value of the numero property.

Parameters:
value - allowed object is NumeroUnico

isSetNumero

public boolean isSetNumero()

getCompetencia

public int getCompetencia()
Gets the value of the competencia property.

Returns:
possible object is Integer

setCompetencia

public void setCompetencia(int value)
Sets the value of the competencia property.

Parameters:
value - allowed object is Integer

isSetCompetencia

public boolean isSetCompetencia()

unsetCompetencia

public void unsetCompetencia()

getClasseProcessual

public int getClasseProcessual()
Gets the value of the classeProcessual property.


setClasseProcessual

public void setClasseProcessual(int value)
Sets the value of the classeProcessual property.


isSetClasseProcessual

public boolean isSetClasseProcessual()

getCodigoLocalidade

public String getCodigoLocalidade()
Gets the value of the codigoLocalidade property.

Returns:
possible object is String

setCodigoLocalidade

public void setCodigoLocalidade(String value)
Sets the value of the codigoLocalidade property.

Parameters:
value - allowed object is String

isSetCodigoLocalidade

public boolean isSetCodigoLocalidade()

getCodigoOrgaoJulgador

public String getCodigoOrgaoJulgador()
Gets the value of the codigoOrgaoJulgador property.

Returns:
possible object is String

setCodigoOrgaoJulgador

public void setCodigoOrgaoJulgador(String value)
Sets the value of the codigoOrgaoJulgador property.

Parameters:
value - allowed object is String

isSetCodigoOrgaoJulgador

public boolean isSetCodigoOrgaoJulgador()

getNivelSigilo

public int getNivelSigilo()
Gets the value of the nivelSigilo property.


setNivelSigilo

public void setNivelSigilo(int value)
Sets the value of the nivelSigilo property.


isSetNivelSigilo

public boolean isSetNivelSigilo()

isIntervencaoMP

public boolean isIntervencaoMP()
Gets the value of the intervencaoMP property.

Returns:
possible object is Boolean

setIntervencaoMP

public void setIntervencaoMP(boolean value)
Sets the value of the intervencaoMP property.

Parameters:
value - allowed object is Boolean

isSetIntervencaoMP

public boolean isSetIntervencaoMP()

unsetIntervencaoMP

public void unsetIntervencaoMP()

getTamanhoProcesso

public int getTamanhoProcesso()
Gets the value of the tamanhoProcesso property.

Returns:
possible object is Integer

setTamanhoProcesso

public void setTamanhoProcesso(int value)
Sets the value of the tamanhoProcesso property.

Parameters:
value - allowed object is Integer

isSetTamanhoProcesso

public boolean isSetTamanhoProcesso()

unsetTamanhoProcesso

public void unsetTamanhoProcesso()


Copyright © 2012 Conselho Nacional de Justiça. All Rights Reserved.