|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.RepresentanteProcessual
public class RepresentanteProcessual
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>
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 |
---|
protected List<Endereco> endereco
protected String nome
protected CadastroOAB inscricao
protected String numeroDocumentoPrincipal
protected boolean intimacao
protected ModalidadeRepresentanteProcessual tipoRepresentante
Constructor Detail |
---|
public RepresentanteProcessual()
Method Detail |
---|
public List<Endereco> getEndereco()
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
public boolean isSetEndereco()
public void unsetEndereco()
public String getNome()
String
public void setNome(String value)
value
- allowed object is
String
public boolean isSetNome()
public CadastroOAB getInscricao()
CadastroOAB
public void setInscricao(CadastroOAB value)
value
- allowed object is
CadastroOAB
public boolean isSetInscricao()
public String getNumeroDocumentoPrincipal()
String
public void setNumeroDocumentoPrincipal(String value)
value
- allowed object is
String
public boolean isSetNumeroDocumentoPrincipal()
public boolean isIntimacao()
public void setIntimacao(boolean value)
public boolean isSetIntimacao()
public ModalidadeRepresentanteProcessual getTipoRepresentante()
ModalidadeRepresentanteProcessual
public void setTipoRepresentante(ModalidadeRepresentanteProcessual value)
value
- allowed object is
ModalidadeRepresentanteProcessual
public boolean isSetTipoRepresentante()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |