public class Parte extends Object implements Serializable
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.2}tipoPessoa"/> <element name="interessePublico" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <element name="advogado" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoRepresentanteProcessual" maxOccurs="unbounded" minOccurs="0"/> <element name="pessoaProcessualRelacionada" type="{http://www.cnj.jus.br/intercomunicacao-2.2}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.2}modalidadeRelacionamentoProcessual" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<RepresentanteProcessual> |
advogado |
protected Boolean |
assistenciaJudiciaria |
protected String |
interessePublico |
protected Integer |
intimacaoPendente |
protected Pessoa |
pessoa |
protected List<Parte> |
pessoaProcessualRelacionada |
protected ModalidadeRelacionamentoProcessual |
relacionamentoProcessual |
Constructor and Description |
---|
Parte() |
Modifier and Type | Method and Description |
---|---|
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() |
protected Pessoa pessoa
protected String interessePublico
protected List<RepresentanteProcessual> advogado
protected Boolean assistenciaJudiciaria
protected Integer intimacaoPendente
protected ModalidadeRelacionamentoProcessual relacionamentoProcessual
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()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.