br.jus.cnj.intercomunicacao.beans
Class ProcessoJudicial

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

public class ProcessoJudicial
extends Object
implements Serializable

Tipo de elemento destinado a armazenar os dados de um processo judicial.

Java class for tipoProcessoJudicial complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tipoProcessoJudicial">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dadosBasicos" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoCabecalhoProcesso"/>
         <element name="movimento" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoMovimentoProcessual" maxOccurs="unbounded" minOccurs="0"/>
         <element name="documento" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoDocumento" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  CabecalhoProcessual dadosBasicos
           
protected  List<DocumentoProcessual> documento
           
protected  List<MovimentacaoProcessual> movimento
           
 
Constructor Summary
ProcessoJudicial()
           
 
Method Summary
 CabecalhoProcessual getDadosBasicos()
          Gets the value of the dadosBasicos property.
 List<DocumentoProcessual> getDocumento()
          Gets the value of the documento property.
 List<MovimentacaoProcessual> getMovimento()
          Gets the value of the movimento property.
 boolean isSetDadosBasicos()
           
 boolean isSetDocumento()
           
 boolean isSetMovimento()
           
 void setDadosBasicos(CabecalhoProcessual value)
          Sets the value of the dadosBasicos property.
 void unsetDocumento()
           
 void unsetMovimento()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dadosBasicos

protected CabecalhoProcessual dadosBasicos

movimento

protected List<MovimentacaoProcessual> movimento

documento

protected List<DocumentoProcessual> documento
Constructor Detail

ProcessoJudicial

public ProcessoJudicial()
Method Detail

getDadosBasicos

public CabecalhoProcessual getDadosBasicos()
Gets the value of the dadosBasicos property.

Returns:
possible object is CabecalhoProcessual

setDadosBasicos

public void setDadosBasicos(CabecalhoProcessual value)
Sets the value of the dadosBasicos property.

Parameters:
value - allowed object is CabecalhoProcessual

isSetDadosBasicos

public boolean isSetDadosBasicos()

getMovimento

public List<MovimentacaoProcessual> getMovimento()
Gets the value of the movimento 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 movimento property.

For example, to add a new item, do as follows:

    getMovimento().add(newItem);
 

Objects of the following type(s) are allowed in the list MovimentacaoProcessual


isSetMovimento

public boolean isSetMovimento()

unsetMovimento

public void unsetMovimento()

getDocumento

public List<DocumentoProcessual> getDocumento()
Gets the value of the documento 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 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


isSetDocumento

public boolean isSetDocumento()

unsetDocumento

public void unsetDocumento()


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