|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.ProcessoJudicial
public class ProcessoJudicial
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>
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 |
---|
protected CabecalhoProcessual dadosBasicos
protected List<MovimentacaoProcessual> movimento
protected List<DocumentoProcessual> documento
Constructor Detail |
---|
public ProcessoJudicial()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |