br.jus.cnj.intercomunicacao.beans
Class Parte

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

public class Parte
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

pessoa

protected Pessoa pessoa

interessePublico

protected String interessePublico

advogado

protected List<RepresentanteProcessual> advogado

pessoaProcessualRelacionada

protected List<Parte> pessoaProcessualRelacionada

assistenciaJudiciaria

protected Boolean assistenciaJudiciaria

intimacaoPendente

protected Integer intimacaoPendente

relacionamentoProcessual

protected ModalidadeRelacionamentoProcessual relacionamentoProcessual
Constructor Detail

Parte

public Parte()
Method Detail

getPessoa

public Pessoa getPessoa()
Gets the value of the pessoa property.

Returns:
possible object is Pessoa

setPessoa

public void setPessoa(Pessoa value)
Sets the value of the pessoa property.

Parameters:
value - allowed object is Pessoa

isSetPessoa

public boolean isSetPessoa()

getInteressePublico

public String getInteressePublico()
Gets the value of the interessePublico property.

Returns:
possible object is String

setInteressePublico

public void setInteressePublico(String value)
Sets the value of the interessePublico property.

Parameters:
value - allowed object is String

isSetInteressePublico

public boolean isSetInteressePublico()

getAdvogado

public List<RepresentanteProcessual> getAdvogado()
Gets the value of the advogado 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 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


isSetAdvogado

public boolean isSetAdvogado()

unsetAdvogado

public void unsetAdvogado()

getPessoaProcessualRelacionada

public List<Parte> getPessoaProcessualRelacionada()
Gets the value of the pessoaProcessualRelacionada 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 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


isSetPessoaProcessualRelacionada

public boolean isSetPessoaProcessualRelacionada()

unsetPessoaProcessualRelacionada

public void unsetPessoaProcessualRelacionada()

isAssistenciaJudiciaria

public boolean isAssistenciaJudiciaria()
Gets the value of the assistenciaJudiciaria property.

Returns:
possible object is Boolean

setAssistenciaJudiciaria

public void setAssistenciaJudiciaria(boolean value)
Sets the value of the assistenciaJudiciaria property.

Parameters:
value - allowed object is Boolean

isSetAssistenciaJudiciaria

public boolean isSetAssistenciaJudiciaria()

unsetAssistenciaJudiciaria

public void unsetAssistenciaJudiciaria()

getIntimacaoPendente

public int getIntimacaoPendente()
Gets the value of the intimacaoPendente property.

Returns:
possible object is Integer

setIntimacaoPendente

public void setIntimacaoPendente(int value)
Sets the value of the intimacaoPendente property.

Parameters:
value - allowed object is Integer

isSetIntimacaoPendente

public boolean isSetIntimacaoPendente()

unsetIntimacaoPendente

public void unsetIntimacaoPendente()

getRelacionamentoProcessual

public ModalidadeRelacionamentoProcessual getRelacionamentoProcessual()
Gets the value of the relacionamentoProcessual property.

Returns:
possible object is ModalidadeRelacionamentoProcessual

setRelacionamentoProcessual

public void setRelacionamentoProcessual(ModalidadeRelacionamentoProcessual value)
Sets the value of the relacionamentoProcessual property.

Parameters:
value - allowed object is ModalidadeRelacionamentoProcessual

isSetRelacionamentoProcessual

public boolean isSetRelacionamentoProcessual()


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