br.jus.cnj.intercomunicacao.beans
Class RepresentanteProcessual

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

public class RepresentanteProcessual
extends Object
implements Serializable

Tipo de elemento destinado a permitir a identifica��o de um advogado inscrito na Ordem dos Advogados do Brasil, de um escrit�rio de advocacia inscrito ou de um �rg�o de representa��o processual (advocacia p�blica, MP e defensoria p�blica).

Java class for tipoRepresentanteProcessual complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tipoRepresentanteProcessual">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="endereco" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoEndereco" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="nome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="inscricao" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoCadastroOAB" />
       <attribute name="numeroDocumentoPrincipal" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="intimacao" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="tipoRepresentante" use="required" type="{http://www.cnj.jus.br/intercomunicacao-2.1}modalidadeRepresentanteProcessual" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Endereco> endereco
           
protected  CadastroOAB inscricao
           
protected  boolean intimacao
           
protected  String nome
           
protected  String numeroDocumentoPrincipal
           
protected  ModalidadeRepresentanteProcessual tipoRepresentante
           
 
Constructor Summary
RepresentanteProcessual()
           
 
Method Summary
 List<Endereco> getEndereco()
          Gets the value of the endereco property.
 CadastroOAB getInscricao()
          Gets the value of the inscricao property.
 String getNome()
          Gets the value of the nome property.
 String getNumeroDocumentoPrincipal()
          Gets the value of the numeroDocumentoPrincipal property.
 ModalidadeRepresentanteProcessual getTipoRepresentante()
          Gets the value of the tipoRepresentante property.
 boolean isIntimacao()
          Gets the value of the intimacao property.
 boolean isSetEndereco()
           
 boolean isSetInscricao()
           
 boolean isSetIntimacao()
           
 boolean isSetNome()
           
 boolean isSetNumeroDocumentoPrincipal()
           
 boolean isSetTipoRepresentante()
           
 void setInscricao(CadastroOAB value)
          Sets the value of the inscricao property.
 void setIntimacao(boolean value)
          Sets the value of the intimacao property.
 void setNome(String value)
          Sets the value of the nome property.
 void setNumeroDocumentoPrincipal(String value)
          Sets the value of the numeroDocumentoPrincipal property.
 void setTipoRepresentante(ModalidadeRepresentanteProcessual value)
          Sets the value of the tipoRepresentante property.
 void unsetEndereco()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endereco

protected List<Endereco> endereco

nome

protected String nome

inscricao

protected CadastroOAB inscricao

numeroDocumentoPrincipal

protected String numeroDocumentoPrincipal

intimacao

protected boolean intimacao

tipoRepresentante

protected ModalidadeRepresentanteProcessual tipoRepresentante
Constructor Detail

RepresentanteProcessual

public RepresentanteProcessual()
Method Detail

getEndereco

public List<Endereco> getEndereco()
Gets the value of the endereco 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 endereco property.

For example, to add a new item, do as follows:

    getEndereco().add(newItem);
 

Objects of the following type(s) are allowed in the list Endereco


isSetEndereco

public boolean isSetEndereco()

unsetEndereco

public void unsetEndereco()

getNome

public String getNome()
Gets the value of the nome property.

Returns:
possible object is String

setNome

public void setNome(String value)
Sets the value of the nome property.

Parameters:
value - allowed object is String

isSetNome

public boolean isSetNome()

getInscricao

public CadastroOAB getInscricao()
Gets the value of the inscricao property.

Returns:
possible object is CadastroOAB

setInscricao

public void setInscricao(CadastroOAB value)
Sets the value of the inscricao property.

Parameters:
value - allowed object is CadastroOAB

isSetInscricao

public boolean isSetInscricao()

getNumeroDocumentoPrincipal

public String getNumeroDocumentoPrincipal()
Gets the value of the numeroDocumentoPrincipal property.

Returns:
possible object is String

setNumeroDocumentoPrincipal

public void setNumeroDocumentoPrincipal(String value)
Sets the value of the numeroDocumentoPrincipal property.

Parameters:
value - allowed object is String

isSetNumeroDocumentoPrincipal

public boolean isSetNumeroDocumentoPrincipal()

isIntimacao

public boolean isIntimacao()
Gets the value of the intimacao property.


setIntimacao

public void setIntimacao(boolean value)
Sets the value of the intimacao property.


isSetIntimacao

public boolean isSetIntimacao()

getTipoRepresentante

public ModalidadeRepresentanteProcessual getTipoRepresentante()
Gets the value of the tipoRepresentante property.

Returns:
possible object is ModalidadeRepresentanteProcessual

setTipoRepresentante

public void setTipoRepresentante(ModalidadeRepresentanteProcessual value)
Sets the value of the tipoRepresentante property.

Parameters:
value - allowed object is ModalidadeRepresentanteProcessual

isSetTipoRepresentante

public boolean isSetTipoRepresentante()


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