public class ProcessoJudicial extends Object implements Serializable
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.2}tipoCabecalhoProcesso"/> <element name="movimento" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoMovimentoProcessual" maxOccurs="unbounded" minOccurs="0"/> <element name="documento" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoDocumento" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CabecalhoProcessual |
dadosBasicos |
protected List<DocumentoProcessual> |
documento |
protected List<MovimentacaoProcessual> |
movimento |
Constructor and Description |
---|
ProcessoJudicial() |
Modifier and Type | Method and Description |
---|---|
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() |
protected CabecalhoProcessual dadosBasicos
protected List<MovimentacaoProcessual> movimento
protected List<DocumentoProcessual> documento
public CabecalhoProcessual getDadosBasicos()
CabecalhoProcessual
public void setDadosBasicos(CabecalhoProcessual value)
value
- allowed object is
CabecalhoProcessual
public boolean isSetDadosBasicos()
public List<MovimentacaoProcessual> getMovimento()
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
public boolean isSetMovimento()
public void unsetMovimento()
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()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.