|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.Pessoa
public class Pessoa
Tipo de elemento destinado a permitir a individualiza��o de uma pessoa f�sica ou jur�dica.
Java class for tipoPessoa complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoPessoa"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="outroNome" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="documento" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoDocumentoIdentificacao" maxOccurs="unbounded" minOccurs="0"/> <element name="endereco" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoEndereco" maxOccurs="unbounded" minOccurs="0"/> <element name="pessoaRelacionada" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoRelacionamentoPessoal" maxOccurs="unbounded" minOccurs="0"/> <element name="pessoaVinculada" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoPessoa" minOccurs="0"/> </sequence> <attribute name="nome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sexo" use="required" type="{http://www.cnj.jus.br/intercomunicacao-2.1}modalidadeGeneroPessoa" /> <attribute name="nomeGenitor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="nomeGenitora" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dataNascimento" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoData" /> <attribute name="dataObito" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoData" /> <attribute name="numeroDocumentoPrincipal" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoCadastroIdentificador" /> <attribute name="tipoPessoa" use="required" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoQualificacaoPessoa" /> <attribute name="cidadeNatural" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="estadoNatural"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[A-Za-z]{2}"/> </restriction> </simpleType> </attribute> <attribute name="nacionalidade" default="BR"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[A-Za-z]{2}"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
cidadeNatural
|
protected Data |
dataNascimento
|
protected Data |
dataObito
|
protected List<DocumentoIdentificacao> |
documento
|
protected List<Endereco> |
endereco
|
protected String |
estadoNatural
|
protected String |
nacionalidade
|
protected String |
nome
|
protected String |
nomeGenitor
|
protected String |
nomeGenitora
|
protected CadastroIdentificador |
numeroDocumentoPrincipal
|
protected List<String> |
outroNome
|
protected List<RelacionamentoPessoal> |
pessoaRelacionada
|
protected Pessoa |
pessoaVinculada
|
protected ModalidadeGeneroPessoa |
sexo
|
protected TipoQualificacaoPessoa |
tipoPessoa
|
Constructor Summary | |
---|---|
Pessoa()
|
Method Summary | |
---|---|
String |
getCidadeNatural()
Gets the value of the cidadeNatural property. |
Data |
getDataNascimento()
Gets the value of the dataNascimento property. |
Data |
getDataObito()
Gets the value of the dataObito property. |
List<DocumentoIdentificacao> |
getDocumento()
Gets the value of the documento property. |
List<Endereco> |
getEndereco()
Gets the value of the endereco property. |
String |
getEstadoNatural()
Gets the value of the estadoNatural property. |
String |
getNacionalidade()
Gets the value of the nacionalidade property. |
String |
getNome()
Gets the value of the nome property. |
String |
getNomeGenitor()
Gets the value of the nomeGenitor property. |
String |
getNomeGenitora()
Gets the value of the nomeGenitora property. |
CadastroIdentificador |
getNumeroDocumentoPrincipal()
Gets the value of the numeroDocumentoPrincipal property. |
List<String> |
getOutroNome()
Gets the value of the outroNome property. |
List<RelacionamentoPessoal> |
getPessoaRelacionada()
Gets the value of the pessoaRelacionada property. |
Pessoa |
getPessoaVinculada()
Gets the value of the pessoaVinculada property. |
ModalidadeGeneroPessoa |
getSexo()
Gets the value of the sexo property. |
TipoQualificacaoPessoa |
getTipoPessoa()
Gets the value of the tipoPessoa property. |
boolean |
isSetCidadeNatural()
|
boolean |
isSetDataNascimento()
|
boolean |
isSetDataObito()
|
boolean |
isSetDocumento()
|
boolean |
isSetEndereco()
|
boolean |
isSetEstadoNatural()
|
boolean |
isSetNacionalidade()
|
boolean |
isSetNome()
|
boolean |
isSetNomeGenitor()
|
boolean |
isSetNomeGenitora()
|
boolean |
isSetNumeroDocumentoPrincipal()
|
boolean |
isSetOutroNome()
|
boolean |
isSetPessoaRelacionada()
|
boolean |
isSetPessoaVinculada()
|
boolean |
isSetSexo()
|
boolean |
isSetTipoPessoa()
|
void |
setCidadeNatural(String value)
Sets the value of the cidadeNatural property. |
void |
setDataNascimento(Data value)
Sets the value of the dataNascimento property. |
void |
setDataObito(Data value)
Sets the value of the dataObito property. |
void |
setEstadoNatural(String value)
Sets the value of the estadoNatural property. |
void |
setNacionalidade(String value)
Sets the value of the nacionalidade property. |
void |
setNome(String value)
Sets the value of the nome property. |
void |
setNomeGenitor(String value)
Sets the value of the nomeGenitor property. |
void |
setNomeGenitora(String value)
Sets the value of the nomeGenitora property. |
void |
setNumeroDocumentoPrincipal(CadastroIdentificador value)
Sets the value of the numeroDocumentoPrincipal property. |
void |
setPessoaVinculada(Pessoa value)
Sets the value of the pessoaVinculada property. |
void |
setSexo(ModalidadeGeneroPessoa value)
Sets the value of the sexo property. |
void |
setTipoPessoa(TipoQualificacaoPessoa value)
Sets the value of the tipoPessoa property. |
void |
unsetDocumento()
|
void |
unsetEndereco()
|
void |
unsetOutroNome()
|
void |
unsetPessoaRelacionada()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<String> outroNome
protected List<DocumentoIdentificacao> documento
protected List<Endereco> endereco
protected List<RelacionamentoPessoal> pessoaRelacionada
protected Pessoa pessoaVinculada
protected String nome
protected ModalidadeGeneroPessoa sexo
protected String nomeGenitor
protected String nomeGenitora
protected Data dataNascimento
protected Data dataObito
protected CadastroIdentificador numeroDocumentoPrincipal
protected TipoQualificacaoPessoa tipoPessoa
protected String cidadeNatural
protected String estadoNatural
protected String nacionalidade
Constructor Detail |
---|
public Pessoa()
Method Detail |
---|
public List<String> getOutroNome()
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 outroNome property.
For example, to add a new item, do as follows:
getOutroNome().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetOutroNome()
public void unsetOutroNome()
public List<DocumentoIdentificacao> getDocumento()
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 documento property.
For example, to add a new item, do as follows:
getDocumento().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentoIdentificacao
public boolean isSetDocumento()
public void unsetDocumento()
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 List<RelacionamentoPessoal> getPessoaRelacionada()
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 pessoaRelacionada property.
For example, to add a new item, do as follows:
getPessoaRelacionada().add(newItem);
Objects of the following type(s) are allowed in the list
RelacionamentoPessoal
public boolean isSetPessoaRelacionada()
public void unsetPessoaRelacionada()
public Pessoa getPessoaVinculada()
Pessoa
public void setPessoaVinculada(Pessoa value)
value
- allowed object is
Pessoa
public boolean isSetPessoaVinculada()
public String getNome()
String
public void setNome(String value)
value
- allowed object is
String
public boolean isSetNome()
public ModalidadeGeneroPessoa getSexo()
ModalidadeGeneroPessoa
public void setSexo(ModalidadeGeneroPessoa value)
value
- allowed object is
ModalidadeGeneroPessoa
public boolean isSetSexo()
public String getNomeGenitor()
String
public void setNomeGenitor(String value)
value
- allowed object is
String
public boolean isSetNomeGenitor()
public String getNomeGenitora()
String
public void setNomeGenitora(String value)
value
- allowed object is
String
public boolean isSetNomeGenitora()
public Data getDataNascimento()
Data
public void setDataNascimento(Data value)
value
- allowed object is
Data
public boolean isSetDataNascimento()
public Data getDataObito()
Data
public void setDataObito(Data value)
value
- allowed object is
Data
public boolean isSetDataObito()
public CadastroIdentificador getNumeroDocumentoPrincipal()
CadastroIdentificador
public void setNumeroDocumentoPrincipal(CadastroIdentificador value)
value
- allowed object is
CadastroIdentificador
public boolean isSetNumeroDocumentoPrincipal()
public TipoQualificacaoPessoa getTipoPessoa()
TipoQualificacaoPessoa
public void setTipoPessoa(TipoQualificacaoPessoa value)
value
- allowed object is
TipoQualificacaoPessoa
public boolean isSetTipoPessoa()
public String getCidadeNatural()
String
public void setCidadeNatural(String value)
value
- allowed object is
String
public boolean isSetCidadeNatural()
public String getEstadoNatural()
String
public void setEstadoNatural(String value)
value
- allowed object is
String
public boolean isSetEstadoNatural()
public String getNacionalidade()
String
public void setNacionalidade(String value)
value
- allowed object is
String
public boolean isSetNacionalidade()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |