|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.Parte
public class Parte
Tipo de elemento que permite a identifica��o de uma parte que comp�e o processo. Cada parte deve ter apenas uma pessoa f�sica ou jur�dica.
Java class for tipoParte complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoParte"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="pessoa" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoPessoa"/> <element name="interesse-publico" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <element name="advogado" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoRepresentanteProcessual" maxOccurs="unbounded" minOccurs="0"/> <element name="pessoaProcessualRelacionada" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoParte" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="assistenciaJudiciaria" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="intimacaoPendente"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="relacionamentoProcessual" type="{http://www.cnj.jus.br/intercomunicacao-2.1}modalidadeRelacionamentoProcessual" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<RepresentanteProcessual> |
advogado
|
protected Boolean |
assistenciaJudiciaria
|
protected String |
interessePublico
|
protected Integer |
intimacaoPendente
|
protected Pessoa |
pessoa
|
protected List<Parte> |
pessoaProcessualRelacionada
|
protected ModalidadeRelacionamentoProcessual |
relacionamentoProcessual
|
Constructor Summary | |
---|---|
Parte()
|
Method Summary | |
---|---|
List<RepresentanteProcessual> |
getAdvogado()
Gets the value of the advogado property. |
String |
getInteressePublico()
Gets the value of the interessePublico property. |
int |
getIntimacaoPendente()
Gets the value of the intimacaoPendente property. |
Pessoa |
getPessoa()
Gets the value of the pessoa property. |
List<Parte> |
getPessoaProcessualRelacionada()
Gets the value of the pessoaProcessualRelacionada property. |
ModalidadeRelacionamentoProcessual |
getRelacionamentoProcessual()
Gets the value of the relacionamentoProcessual property. |
boolean |
isAssistenciaJudiciaria()
Gets the value of the assistenciaJudiciaria property. |
boolean |
isSetAdvogado()
|
boolean |
isSetAssistenciaJudiciaria()
|
boolean |
isSetInteressePublico()
|
boolean |
isSetIntimacaoPendente()
|
boolean |
isSetPessoa()
|
boolean |
isSetPessoaProcessualRelacionada()
|
boolean |
isSetRelacionamentoProcessual()
|
void |
setAssistenciaJudiciaria(boolean value)
Sets the value of the assistenciaJudiciaria property. |
void |
setInteressePublico(String value)
Sets the value of the interessePublico property. |
void |
setIntimacaoPendente(int value)
Sets the value of the intimacaoPendente property. |
void |
setPessoa(Pessoa value)
Sets the value of the pessoa property. |
void |
setRelacionamentoProcessual(ModalidadeRelacionamentoProcessual value)
Sets the value of the relacionamentoProcessual property. |
void |
unsetAdvogado()
|
void |
unsetAssistenciaJudiciaria()
|
void |
unsetIntimacaoPendente()
|
void |
unsetPessoaProcessualRelacionada()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Pessoa pessoa
protected String interessePublico
protected List<RepresentanteProcessual> advogado
protected List<Parte> pessoaProcessualRelacionada
protected Boolean assistenciaJudiciaria
protected Integer intimacaoPendente
protected ModalidadeRelacionamentoProcessual relacionamentoProcessual
Constructor Detail |
---|
public Parte()
Method Detail |
---|
public Pessoa getPessoa()
Pessoa
public void setPessoa(Pessoa value)
value
- allowed object is
Pessoa
public boolean isSetPessoa()
public String getInteressePublico()
String
public void setInteressePublico(String value)
value
- allowed object is
String
public boolean isSetInteressePublico()
public List<RepresentanteProcessual> getAdvogado()
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 advogado property.
For example, to add a new item, do as follows:
getAdvogado().add(newItem);
Objects of the following type(s) are allowed in the list
RepresentanteProcessual
public boolean isSetAdvogado()
public void unsetAdvogado()
public List<Parte> getPessoaProcessualRelacionada()
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 pessoaProcessualRelacionada property.
For example, to add a new item, do as follows:
getPessoaProcessualRelacionada().add(newItem);
Objects of the following type(s) are allowed in the list
Parte
public boolean isSetPessoaProcessualRelacionada()
public void unsetPessoaProcessualRelacionada()
public boolean isAssistenciaJudiciaria()
Boolean
public void setAssistenciaJudiciaria(boolean value)
value
- allowed object is
Boolean
public boolean isSetAssistenciaJudiciaria()
public void unsetAssistenciaJudiciaria()
public int getIntimacaoPendente()
Integer
public void setIntimacaoPendente(int value)
value
- allowed object is
Integer
public boolean isSetIntimacaoPendente()
public void unsetIntimacaoPendente()
public ModalidadeRelacionamentoProcessual getRelacionamentoProcessual()
ModalidadeRelacionamentoProcessual
public void setRelacionamentoProcessual(ModalidadeRelacionamentoProcessual value)
value
- allowed object is
ModalidadeRelacionamentoProcessual
public boolean isSetRelacionamentoProcessual()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |